-
-
Notifications
You must be signed in to change notification settings - Fork 330
[v3] Missing array
method on groups
#2028
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
this functionality is handled by |
It's an incompatible change - and it doesn't allow the data to be passed in to the function. |
noted. my personal view is that thoughts @jhamman ? |
I strongly favor not breaking existing public Zarr API with the V3 release as much as feasible. Doing so will make users unhappy. Yes the API may be too broad. So let's deprecate things carefully, rather than releasing breaking changes. |
Zarr version
3.0.0a1
Numcodecs version
0.12.1
Python Version
3.11.9
Operating System
Mac
Installation
pip
Description
There is no
Group.array
method in v3, which is a fairly common way of creating nested arrays.Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: