- Fix PNG codec error handling. - Fix truncated transferfunctions in cms_profile (57). - Fix exceptions not raised in cdef functions not returning Python object.
2022.12.22
- Require libtiff 4.5. - Require libavif 0.11. - Change jpegxl_encode level parameter to resemble libjpeg quality (breaking). - Add LZFSE codec via lzfse library. - Add LZHAM codec via lzham library. - Fix AttributeError in cms_profile (52). - Support gamma argument in cms_profile (53). - Raise limit of TIFF pages to 1048576. - Use libtiff thread-safe error/warning handlers. - Add option to specify filters and strategy in png_encode. - Add option to specify integrity check type in lzma_encode. - Fix DeprecationWarning with NumPy 1.24. - Support Python 3.11 and win-arm64.
2022.10.25
- Read multi-image files. - Fix reading ASCII formats with trailing comments. - Fix writing maxval=1, depth=1 binary images. - Use tifffile.imshow for multi-image arrays if installed. - Change tupltypes to bytes according to specification (breaking).
2022.10.10
- Fix RecursionError in peek_iterator. - Fix reading NDTiffv3 summary settings. - Fix svs_description_metadata parsing (149). - Fix ImportError if Python was built without zlib or lzma. - Fix bool of COMPRESSION and PREDICTOR instances. - Deprecate non-sequence extrasamples arguments. - Parse SCIFIO metadata as ImageJ.
2022.9.29
- Fix setup.py.
2022.9.28
- Convert docstrings to Google style with Sphinx directives.