- Fix horizontal differencing with non-native byte order. - Fix multi-threaded access of memory-mappable, multi-page Zarr stores (67).
2021.8.26
- Add BLOSC2 codec via c-blosc2 library. - Require LERC 3 and libjxl 0.5. - Do not exceed literal-only size in PackBits encoder. - Raise ImcdError if output is insufficient in PackBits codecs (breaking). - Raise ImcdError if input is corrupt in PackBits decoder (breaking). - Fix delta codec for non-native byteorder.
2021.8.8
- Fix tag offset and valueoffset for NDPI > 4 GB (96).
2021.7.30
- Support more dtypes and axes argument in PackBits encoder. - Fix worst case output size in PackBits encoder. - Fix decoding AVIF created with older libavif. - Fix decoding GIF with disposal to previous for first frame. - Add lossless option in jpeg_encode.
2021.7.15
- Refactor SimfcsFbd initialization. - Print tracebacks of failing plugins in LfdFile.
2021.7.11
- Calculate pixel_dwell_time and frame_size for FBD files with header. - Disable simfcsfbd_decode and simfcsfbd_histogram Python code (breaking).