-
-
Notifications
You must be signed in to change notification settings - Fork 366
Closed
Milestone
Description
V2 arrays have a .name: https://zarr.readthedocs.io/en/stable/_autoapi/zarr.core.Array.html#zarr.core.Array.name
V3 arrays don't:
import zarr
arr = zarr.Array.create(store=zarr.store.MemoryStore(), shape=(10,), chunks=(5,), dtype="i4")
arr.name
# attribute errorIt would be a pretty disruptive API change to remove this.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done