- Fix write_fsspec when last row of tiles is missing in Philips slide (249). - Add option not to quote file names in write_fsspec. - Allow compress bilevel images with deflate, LZMA, and Zstd.
2024.2.12
- Deprecate dtype, add chunkdtype parameter in FileSequence.asarray. - Add imreadargs parameters passed to FileSequence.imread.
2024.1.30
- Fix compatibility issue with numpy 2 (238). - Enable DeprecationWarning for tuple compression argument. - Parse sequence of numbers in xml2dict.
2023.12.9
- 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).