Releases: fideus-labs/ngff-zarr
Releases · fideus-labs/ngff-zarr
Python Package v0.32.2
py-v0.32.2 (2026-03-16)
🐛 Bug Fixes
- py: correctly calculate regions in to_ngff_zarr (76772df)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
- DiloCorp
🌟 Congratulations
Congratulations to our new contributors:
- DiloCorp
Python Package v0.32.1
py-v0.32.1 (2026-03-12)
🐛 Bug Fixes
- py: always use RGB colors for S-axis images, override OME-XML (b34c700)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
TypeScript Package v0.16.0
ts-v0.16.0 (2026-03-11)
✨ Features
- py,ts: add bidirectional anatomical orientation ↔ ITK direction matrix conversion (e427ca4)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
Python Package v0.32.0
py-v0.32.0 (2026-03-11)
✨ Features
- py,ts: add bidirectional anatomical orientation ↔ ITK direction matrix conversion (e427ca4)
🐛 Bug Fixes
- py: make level-selection test deterministic and CI-safe (71e916d)
- py: fix wrong OZX display for brightfield RGB images (6f4f66c)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
TypeScript Package v0.15.1
ts-v0.15.1 (2026-03-10)
♻️ Refactoring
- ts: named WellImage export (5a647e6)
🐛 Bug Fixes
- ts: use number | undefined in WellImage interface for exactOptionalPropertyTypes (5feb06a)
- ts: resolve duplicate WellImage identifier and use ZodType annotation (7d6d8ba)
- ts: add explicit type annotation to WellImageSchema for JSR public API (c177cd3)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
Python Package v0.31.1
py-v0.31.1 (2026-03-10)
♻️ Refactoring
- py: deterministic ozx content order (597cd4f)
⚡ Performance
- py: add map_blocks fast path for bin-shrink downsampling (54dd014)
- py: avoid loading full file into memory for ozx (04e72af)
- py: stream ozx zip creation to avoid loading entire dataset into memory (bef151e)
🐛 Bug Fixes
- py: fix _itkwasm_chunk_bin_shrink_nd dimensionality math and transposed_dims initialization (5a711b8)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
TypeScript Package v0.15.0
ts-v0.15.0 (2026-03-04)
✨ Features
- py,ts: relax well image path constraints per ome/ngff-spec#71 (32b7723)
🐛 Bug Fixes
- ci: avoid duplicate pixi binary install in release workflow (07dbd36)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
Python Package v0.31.0
py-v0.31.0 (2026-03-04)
✨ Features
- py,ts: relax well image path constraints per ome/ngff-spec#71 (32b7723)
- py: add support for bioformats2raw container layout (07b1e4f)
🐛 Bug Fixes
- ci: avoid duplicate pixi binary install in release workflow (07dbd36)
🤝 Contributors
We appreciate the contributions from:
- Matt McCormick
MCP Package v0.6.0
mcp-v0.6.0 (2026-03-04)
♻️ Refactoring
- move re imports to module level for better performance (43d0d0a)
- use descriptive CI workflow filenames (777b70e)
✨ Features
- py,ts: relax well image path constraints per ome/ngff-spec#71 (32b7723)
- add scope-filtered changelogs with GitHub commit links (2f68564)
- ci: add automated GitHub Release workflow with Commitizen changelog integration (af9d7c2)
- py,ts: add OMERO metadata computation from NgffImage (43d0d0a)
- add input validation for OMERO metadata computation (43d0d0a)
- add Leica Image Format (LIF) support (3954a1c)
- add support for dask>=2025.12.0 (b8ee6ca)
- add write_hcs_well_image (709d310)
- mcp: populate method_type, method_metadata (7a54145)
- mcp: convert_to_ome_zarr support for store inputs (68fb972)
- mcp: updates for ngff-zarr 0.14, 0.15 features (f9e2c60)
- provide RAS, LPS convenience mappings (81746be)
- from_ngff_zarr: add support for storage_options (12d00f8)
- from_ngff_zarr: add support for storage_options (d27fd19)
🐛 Bug Fixes
- ci: avoid duplicate pixi binary install in release workflow (07dbd36)
- mcp: add ngff_zarr to mypy ignore_missing_imports overrides (9923409)
- ci: correct new contributor detection and filter bots (836992d)
- ci: guard printf against names starting with dash (7ef5d40)
- deps: pin dask to <2025.11.0 (8402988)
- incremental downsampling to achieve exact 1x, 2x, 3x, 4x sizes (a1a00cd)
- rfc4: correct LPS RAS direction (0c00023)
- mcp: remove memory_target option (a846e4c)
- mcp: add ngff-zarr tensorstore dep (4746645)
- mcp: fix shadowing of zarr module in utils.py (c709501)
- mcp: workaround dandi omero compatibility (317c982)
- rfc.py: add missing values (6f7ffca)
TypeScript Package v0.14.0
ts-v0.14.0 (2026-02-24)
✨ Features
- ts: add configurable worker pool size via config.workerPoolSize (3b308dd)