- 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.22
- Add function to decode Spectral FLIM data from Kintex FLIMbox. - Relax VistaIfli file version check.
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.28
- Add option to return JPEG XR fixed point pixel types as integers. - Add LJPEG codec via liblj92 (alternative to JPEGSOF3 codec). - Change zopfli header location.
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.