- Read 32-bit Indica Labs TIFF as float32. - Fix UnboundLocalError reading big LSM files without time axis. - Use os.sched_getaffinity, if available, to get the number of CPUs (231). - Limit the number of default worker threads to 32.
2023.9.26
- Lazily convert dask array to ndarray when writing. - Allow to specify buffersize for reading and writing. - Fix IndexError reading some corrupted files with ZarrTiffStore (227).
2023.9.18
- Raise exception when writing non-volume data with volumetric tiles (225). - Improve multi-threaded writing of compressed multi-page files. - Fix fsspec reference for big-endian files with predictors.
2023.8.30
- Support exclusive file creation mode (221, 223).
2023.8.25
- Verify shaped metadata is compatible with page shape. - Support out parameter when returning selection from imread (222).
2023.8.12
- Support decompressing EER frames. - Facilitate filtering logged warnings (216). - Read more tags from UIC1Tag (217). - Fix premature closing of files in main (218). - Don't force matplotlib backend to tkagg in main (219). - Add py.typed marker. - Drop support for imagecodecs < 2023.3.16.