- Add numcodecs compatible codecs for use by Zarr (experimental). - Support separate JPEG header in jpeg_decode. - Do not decode JPEG LS and XL in jpeg_decode (breaking). - Fix ZFP with partial header. - Fix JPEG LS tests (15). - Fix LZ4F contentchecksum. - Remove blosc Snappy tests. - Fix docstrings.
2021.2.26
Not secure
- Support X2 and X4 floating point predictors (found in DNG).
2021.1.28
Not secure
- 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.11
Not secure
- Fix build issues (7, 8). - Return bytearray instead of bytes on PyPy. - Raise TypeError if output provided is bytes (breaking).