- Fix test errors on PyPy. - Fix decoding bitorder with imagecodecs >= 2021.1.11.
2021.1.8
- Decode float24 using imagecodecs >= 2021.1.8. - Consolidate reading of segments if possible.
2020.12.24
- Update dependencies and build scripts.
2020.12.22
- Add AVIF codec via libavif. - Add DEFLATE/Zlib and GZIP codecs via libdeflate. - Add LZ4F codec. - Add high compression mode option to lz4_encode. - Convert JPEG XR 16 and 32-bit fixed point pixel types to float32. - Fix JPEG 2000 lossy encoding. - Fix GIF disposal handling. - Remove support for Python 3.6 (NEP 29).
2020.12.10
- Fix shape of non-square frames.
2020.12.8
- Fix corrupted ImageDescription in multi shaped series if buffer too small. - Fix libtiff warning that ImageDescription contains null byte in value. - Fix reading invalid files using JPEG compression with palette colorspace.