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 include the option to add physical pixel sizes to the `ArrayLikeReader` (426), a bugfix related to non-naturally indexed CZI scenes (432), a hopeful patch to catch some edge cases regarding passing specific indices as a list or tuple to our `get_image_data` (and related) calls (429), and finally, some documentation improvements regarding the installation of CZI support (433).
What's Changed
* feature/add-physical-pixel-sizes-param-to-array-like by colobas in https://github.com/AllenCellModeling/aicsimageio/pull/426
* bugfix/czi-scene-selection-for-inconsistent-scenes-regression by toloudis in https://github.com/AllenCellModeling/aicsimageio/pull/432
* bugfix/convert-dimension-spec-lists-to-slices-when-possible by toloudis in https://github.com/AllenCellModeling/aicsimageio/pull/429
* admin/include-fsspec-dep-for-czi-in-readme by evamaxfield in https://github.com/AllenCellModeling/aicsimageio/pull/433
New Contributors
* colobas made their first contribution in https://github.com/AllenCellModeling/aicsimageio/pull/426
**Full Changelog**: https://github.com/AllenCellModeling/aicsimageio/compare/v4.9.1...v4.9.2