-
-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Labels
help wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Milestone
Description
Is there any reason why it's not possible to set the attrs of an array / group by passing a kwarg to the relevant creation function? e.g.:
z = zarr.create((10,10),chunks=(1,1), attrs={'foo':10})
(The current behavior is to ignore the attrs
kwarg)
Looking back in time, I see this discussion: #121. It seems attrs as a kwarg was not pursued because of concerns about matching the behavior of hdf5? How relevant is that concern today>
ToucheSir
Metadata
Metadata
Assignees
Labels
help wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Type
Projects
Status
Done