Published May 13, 2026
| Version v0.2.1
Software
Open
OMIO: A policy-driven Python library for reproducible microscopy image I/O
Authors/Creators
Description
๐ OMIO v0.2.1
May 13, 2026
This maintenance release restores compatibility with recent czifile, tifffile, and zarr/Dask dependency revisions and keeps OMIO's CZI, TIFF, conversion, and napari-cache workflows working across both legacy and current APIs.
๐ Changes
๐งฉ Fixed
- Restored CZI reader compatibility with
czifile2026.4.30and newer. read_czinow resolves axes via scene metadata whenCziFile.axesis no longer available.read_czinow retrieves structured CZI metadata viametadata(asdict=True)when the oldermetadata(raw=False)API is unavailable.- Compatibility is implemented via feature detection instead of a hard dependency-version check, preserving support for older
czifilereleases. - Restored TIFF axis handling for files where recent
tifffilerevisions collapse singleton dimensions inseries[0].axesbut still preserve the full shape inshaped_metadata. read_tifnow usesshaped_metadataas a fallback axis source whentifffiledrops singleton axes such asT=1orZ=1.- Restored compatibility with current
dask.array.to_zarr/zarrbehavior by switching napari-cache writes away from the deprecatedzarr_read_kwargspath and to the currentmode="w"API.
๐งช Testing and robustness
- Added regression tests covering both legacy and current
czifileCZI-reader APIs. - Added regression tests covering TIFF axis fallback from
shaped_metadatawhen singleton dimensions are omitted fromseries[0].axes. - Full
pytestsuite passes again under the current dependency set.
๐จ Project identity
- OMIO has its first own logo now! (December 30, 2025) That's cool, but does not affect functionality or justify a dedicated release on its own.
Notes
Files
FabrizioMusacchio/omio-v0.2.1.zip
Files
(2.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:be5c173f41aa1abc047918ff86d96f1b
|
2.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/FabrizioMusacchio/omio/tree/v0.2.1 (URL)
Software
- Repository URL
- https://github.com/FabrizioMusacchio/omio