Releases: JaneliaSciComp/xarray-ome-ngff
Releases · JaneliaSciComp/xarray-ome-ngff
v3.1.1
v3.1.0
v3.0.0
What's Changed
- adapt to upstream changes in
pydantic-ome-ngff, namely renaming ofmultiscale.Grouptomultiscale.MultiscaleGroup - [breaking] Rename
create_group,model_group,read_group,read_array, tocreate_multiscale_group,model_multiscale_group,read_multiscale_group,read_multiscale_array. - add
overwritekeyword argument tov04.create_group, to allow overwriting existing zarr groups - add
chunks,compressor, andfill_valuekeyword arguments to the top-levelcreate_grouproutine.
Full Changelog: v2.2.2...v3.0.0
v2.1.1
v2.1.0 broke python 3.9 compatibility, due to over zealous use if the | operator for expressing union types. This release removes the broken type definitions, and restores python 3.9 compatibility.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- Generally improves type annotations
- Renamed
fuse_coordinate_transformstonormalize_transforms, and simplified its usage model_groupandcreate_groupnow take chunks, compressor, and fill value kwargs.- DataArray coordinates must now have consistent dims and units when creating multiscale metadata
Full Changelog: v2.0.0...v2.1.0