- Set stacklevel for deprecation warnings (89). - Fix svs_description_metadata for SVS with double header (88, breaking). - Fix reading JPEG compressed CMYK images. - Support ALT_JPEG and JPEG_2000_LOSSY compression found in Bio-Formats. - Log warning if TiffWriter auto-detects RGB mode (specify photometric).
2021.6.6
- Fix TIFF.COMPESSOR typo (85). - Round resolution numbers that do not fit in 64-bit rationals (81). - Add support for JPEG XL compression. - Add Numcodecs compatible TIFF codec. - Rename ZarrFileStore to ZarrFileSequenceStore (breaking). - Add method to export fsspec ReferenceFileSystem from ZarrFileStore. - Fix fsspec ReferenceFileSystem v1 for multifile series. - Fix creating OME-TIFF with micron character in OME-XML.
2021.4.8
- Fix reading OJPEG with wrong photometric or samplesperpixel tags (75). - Fix fsspec ReferenceFileSystem v1 and JPEG compression. - Use TiffTagRegistry for NDPI_TAGS, EXIF_TAGS, GPS_TAGS, IOP_TAGS constants. - Make TIFF.GEO_KEYS an Enum (breaking).
2021.3.31
- Use JPEG restart markers as tile offsets in NDPI. - Support version 1 and more codecs in fsspec ReferenceFileSystem (untested).
2021.3.17
- Fix regression reading multi-file OME-TIFF with missing files (72). - Fix fsspec ReferenceFileSystem with non-native byte order (56).
2021.3.16
- TIFF is no longer a defended trademark. - Add method to export fsspec ReferenceFileSystem from ZarrTiffStore (56).