Skip to content

A Mixed Bag of Bugfixes

Compare
Choose a tag to compare
@evamaxfield evamaxfield released this 24 Aug 14:56
· 58 commits to main since this release

AICSImageIO v4.9.2

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 #426
  • bugfix/czi-scene-selection-for-inconsistent-scenes-regression by @toloudis in #432
  • bugfix/convert-dimension-spec-lists-to-slices-when-possible by @toloudis in #429
  • admin/include-fsspec-dep-for-czi-in-readme by @evamaxfield in #433

New Contributors

Full Changelog: v4.9.1...v4.9.2