-
-
Notifications
You must be signed in to change notification settings - Fork 329
Group.create in V2 vs V3 #1928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening this one. It's a bit tricky but we can make something work here. As an end state, it would be better if we had a v2
v3
We don't really need to expose the |
Why do we need And although I personally think the polymorphic |
The v2 style for creating an array now works:
|
In V2, the way you create an array with a Group is
https://zarr.readthedocs.io/en/stable/api/hierarchy.html#zarr.hierarchy.Group.create
V3 Groups also have a
create
method; but it is a class method to create a new groupI predict this is going to be a big source of confusion with V3. We should think about how to minimize the pain.
The text was updated successfully, but these errors were encountered: