Skip to content

Releases: JaneliaSciComp/xarray-ome-ngff

v3.1.1

Choose a tag to compare

@d-v-b d-v-b released this 10 Sep 09:06

What's Changed

  • Fix/multiscale backwards compat by @d-v-b in #14

Full Changelog: v3.1.0...v3.1.1

v3.1.0

Choose a tag to compare

@d-v-b d-v-b released this 10 Sep 09:06

What's Changed

  • add overwrite kwarg to the top-level create_multiscale_group routine by @d-v-b in #13

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@d-v-b d-v-b released this 30 Aug 09:56

What's Changed

  • adapt to upstream changes in pydantic-ome-ngff, namely renaming of multiscale.Group to multiscale.MultiscaleGroup
  • [breaking] Rename create_group, model_group, read_group, read_array, to create_multiscale_group, model_multiscale_group, read_multiscale_group, read_multiscale_array.
  • add overwrite keyword argument to v04.create_group, to allow overwriting existing zarr groups
  • add chunks, compressor, and fill_value keyword arguments to the top-level create_group routine.

Full Changelog: v2.2.2...v3.0.0

v2.1.1

Choose a tag to compare

@d-v-b d-v-b released this 24 Apr 11:03

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

Choose a tag to compare

@d-v-b d-v-b released this 23 Apr 14:42
  • Generally improves type annotations
  • Renamed fuse_coordinate_transforms to normalize_transforms, and simplified its usage
  • model_group and create_group now 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

v2.0.0

Choose a tag to compare

@d-v-b d-v-b released this 31 Mar 21:30

What's Changed

Full Changelog: v1.2.3...v2.0.0