v0.6.0
What's Changed
-
add
to_flat
,from_flat
by @d-v-b in #25.
These methods allow creatingGroupSpec
instances to / from a flat "dict of strings" representation of a hierarchy. -
add
like
method forGroupSpec
andArraySpec
by @d-v-b in #25
This method allows for parametrically comparingGroupSpec
andArraySpec
instances to otherGroup/ArraySpec
, or tozarr.Group
orzarr.Array
. -
add
depth
kwarg toGroupSpec.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 inGroupSpec.from_zarr
by @d-v-b in #25.
Full Changelog: v0.5.2...v0.6.0