friday v0.2 Release Notes

Release Date: 2015-01-11 // over 9 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿ’ฅ Breaking changes

    • Origin is on the upper left corner of the image (was bottom left).
    • ๐Ÿ†• New simplified filters interface. The old interface is still used
      internally to create filters and is available in
      Vision.Image.Filter.Internal.
    • ๐Ÿ“ฆ DevIL bindings (Vision.Image.Storage) are now in a separate package
      (friday-devil) and with an improved interface.
    • ๐Ÿ“ฆ Benchmarks are now in a separate package (friday-bench).
    • ๐Ÿ“ฆ Examples are now in a separate package (friday-examples).
    • Pixel instance is no more required for MaskedImage and Image instances.

    ๐Ÿ”„ Changes

    • SCW thresholding.
    • ๐Ÿ†• New types aliases for filters.
    • ๐Ÿ†• New (!) and (!?) operators for image and histogram indexing.
    • Classes and image types are in two different files (Vision.Image.Class and
      Vision.Image.Type).
    • NFData instance for Manifest images.