Skip to content

Releases: JaneliaSciComp/pydantic-ome-ngff

v0.6.1

30 Aug 12:42
06dc31c
Compare
Choose a tag to compare

What's Changed

  • allow dtype-like arguments to from_array_props by @d-v-b in #43

Full Changelog: v0.6.0...v0.6.1

v0.6.0

29 Aug 19:28
5d90ef1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

add metadata transformations

10 Jun 10:04
1ad54ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

31 Mar 15:38
Compare
Choose a tag to compare

What's Changed

  • docs: fix docstrings by @d-v-b in #21
  • correct the repo name in mkdocs.yaml by @d-v-b in #25
  • Don't refer to the path attribute for Zarr stores by @d-v-b in #26
  • Hashability by @d-v-b in #27

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Mar 15:11
Compare
Choose a tag to compare

A bunch of overdue changes, most importantly support for container-level validation via pydantic-zarr, which means two things:

  • the parts of OME-NGFF metadata that refer to arrays, like dataset.path, can be checked to ensure that the references are valid, and the dimensionality of the arrays can be checked against the dimensionality of coordinate transformations.
  • OME-NGFF defines a particular kind of Zarr group (one with specific attributes, and with particular members). We can now model that group, and use the model to create a corresponding zarr group.

There are also breaking changes, as I renamed a bunch modules because I hated the old names.

Full Changelog: v0.3.0...v0.4.0