-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Tracking 3.0 Release Blockers #2412
Comments
Hi,
Gives me:
|
It looks like you are not passing the |
If I pass in both the store and the path, it fails with
FileNotFoundError: file://root.zarr
|
ugh, this flow should definitely be super easy, sorry that it's not working. If I have some time tonight I will dig into this. |
@d-v-b with this change, that test passes for me and fixes about 100 failing tests at ome/ome-zarr-py#404
|
We are now in the last mile of the 3.0 refactor. This issue is tracking what we are considering release blockers: There is also a milestone for After 3.0.0 where we are putting tickets that can come later.
Docs
zarr.array
#2245zarr.group
#2246zarr.api.asynchronous
#2247zarr.api.synchronous
#2248zarr.metadata
#2251zarr.asyncgroup
#2252AsyncArray
#2253Array
filters
#2325Group
Group.info
andArray.info
properties #2135Group.{zeros, ones, etc.}
should accept positionalname
arguments #2402Group.tree
#2406Top level API
zarr.save
- AttributeError: 'str' object has no attribute 'shape' #2403zarr.copy
andzarr.copy_all
#2407zarr.array
silently ignoresorder
kwarg #2408Store API
Testing / CI
This is non exhaustive but these are the major known issues. Feel free to post additional tickets and we can evaluate if they are really blockers.
The text was updated successfully, but these errors were encountered: