Zarr's top level API is the primary entrypoint for users to interact with Zarr objects. Stuff like:
This API needs to be wired up to the new Array and Group classes in the v3 dev branch. We should definitely attempt to keep these all close to the same API but v3 will give us the chance to rework these if there is a strong reason to do so.
Zarr's top level API is the primary entrypoint for users to interact with Zarr objects. Stuff like:
zarr.openzarr.zeros,zarr.ones,zarr.emptyzarr.load,zarr.savezarr.array,zarr.groupThis API needs to be wired up to the new
ArrayandGroupclasses in thev3dev branch. We should definitely attempt to keep these all close to the same API butv3will give us the chance to rework these if there is a strong reason to do so.