- TIFF is no longer a defended trademark. - Add method to export fsspec ReferenceFileSystem from ZarrTiffStore (56).
2021.3.5
- Preliminary support for EER format (68). - Do not warn about unknown compression (68).
2021.3.4
- Fix reading multi-file, multi-series OME-TIFF (67). - Detect ScanImage 2021 files (46). - Shape new version ScanImage series according to metadata (breaking). - Remove Description key from TiffFile.scanimage_metadata dict (breaking). - Also return ScanImage version from read_scanimage_metadata (breaking). - Fix docstrings.
2021.2.26
- Squeeze axes of LSM series by default (breaking). - Add option to preserve single dimensions when reading from series (WIP). - Do not allow appending to OME-TIFF files. - Fix reading STK files without name attribute in metadata. - Make TIFF constants multi-thread safe and pickleable (64). - Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata. - Support ScanImage v4 files in read_scanimage_metadata.
2021.2.1
- Fix multi-threaded access of ZarrTiffStores using same TiffFile instance. - Use fallback zlib and lzma codecs with imagecodecs lite builds. - Open Olympus and Panasonic RAW files for parsing, albeit not supported. - Support X2 and X4 differencing found in DNG. - Support reading JPEG_LOSSY compression found in DNG.
2021.1.14
- Try ImageJ series if OME series fails (54) - Add option to use pages as chunks in ZarrFileStore (experimental). - Fix reading from file objects with no readinto function.