A Bug Fix Here, A Bug Fix There, Bug Fixes Everywhere
AICSImageIO v4.9.1
AICSImageIO is a library for image reading, writing, and metadata conversion in pure Python with readers for many Bio and Microscopy related formats (TIFF, CZI, ND2, DV, LIF).
This release has a suite of bugfixes for the Dimensions
object typing, CZI file formats scene indexing, CZI file formats channel names extraction, CZI file formats pixel type, and then finally a couple of changes related to a breaking change in the upstream filesystem handler (fsspec
).
What's Changed
- bugfix/dynamic-dimension-typing by @evamaxfield in #419
- bugfix/czi-scene-indexing by @toloudis in #417
- admin/add-fsspec-to-upstream-checks by @evamaxfield in #422
- bugfix/extract-czi-channel-names-more-safely by @toloudis in #418
- Fix/czireader float32 dtype by @toloudis in #423
- admin/ignore-fsspec-2022.7.0 by @evamaxfield in #424
- bugfix/fsspec-local-file-opener-cpp-buffer-for-czi by @evamaxfield in #425
Full Changelog: v4.9.0...v4.9.1