v0.6.0
What's Changed
-
add
to_flat,from_flatby @d-v-b in #25.
These methods allow creatingGroupSpecinstances to / from a flat "dict of strings" representation of a hierarchy. -
add
likemethod forGroupSpecandArraySpecby @d-v-b in #25
This method allows for parametrically comparingGroupSpecandArraySpecinstances to otherGroup/ArraySpec, or tozarr.Grouporzarr.Array. -
add
depthkwarg toGroupSpec.from_zarrthat limits the depth of tree traversal. by @d-v-b in #25 -
[breaking]
GroupSpec.membersis nullable, to accommodate the flat hierarchy representation, and to accommodate limiting recursion depth inGroupSpec.from_zarrby @d-v-b in #25.
Full Changelog: v0.5.2...v0.6.0