- Read ISS Vista IFI files. - Fix reading FBD files with FBF header. - Fix reading R64 files with excess bytes. - Fix reading VPL files used by ISS Vista. - Remove lazyattr.
2021.6.14
- 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.8
- Fix building with Cython 0.3a7. - Decode TIFF with JPEG compression, YCBCR or CMYK colorspace as RGB24. - Vendor cfitsio/ricecomp.c for shared library builds on Windows (18).
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.5.20
- Add ZLIBNG codec via zlib-ng library. - Add RCOMP (Rice) codec via cfitsio library. - Fix decoding of 16-bit JPEG with jpeg_decode. - Relax user provided output array shape requirement.
2021.4.28
- Change WebP default compression level to lossless. - Rename jpegxl codec to brunsli (breaking). - Add new JPEG XL codec via jpeg-xl library. - Add PGLZ codec via PostgreSQL's pg_lzcompress.c. - Update to libtiff 4.3 and libjpeg-turbo 2.1. - Enable JPEG 12-bit codec in manylinux wheels. - Drop manylinux2010 wheels.