Skip to content

v0.6.0

Compare
Choose a tag to compare
@d-v-b d-v-b released this 03 Mar 19:44
· 35 commits to main since this release

What's Changed

  • add to_flat, from_flat by @d-v-b in #25.
    These methods allow creating GroupSpec instances to / from a flat "dict of strings" representation of a hierarchy.

  • add like method for GroupSpec and ArraySpec by @d-v-b in #25
    This method allows for parametrically comparing GroupSpec and ArraySpec instances to other Group/ArraySpec, or to zarr.Group or zarr.Array.

  • add depth kwarg to GroupSpec.from_zarr that limits the depth of tree traversal. by @d-v-b in #25

  • [breaking] GroupSpec.members is nullable, to accommodate the flat hierarchy representation, and to accommodate limiting recursion depth in GroupSpec.from_zarr by @d-v-b in #25.

  • fix repo name in docs by @d-v-b in #26

Full Changelog: v0.5.2...v0.6.0