-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
|
Thanks for all your work on Zarr Python 3.0! I know this is truly the last quarter mile (or km) before v3.0 and apologize for being so last minute, but since this is the last shot for potential user facing API changes I wanted to promote #2437 as something to settle before the release. In particular, I think it's important to make an explicit decision on whether the tuple(int, int) representation will remain (start, length) vs (start, stop) and whether suffix requests should be denoted by negative integers vs. a typed dict. If people are open to following the same approach as Kyle proposes in #2437 (comment), I would be glad to try implementing this suggestion over the holidays to ensure there are no severe memory/time consequences. I'm +1 on Kyle's idea based on the number of people who have misunderstood the current semantics and the apparent negligible performance impact of more intuitive typing. |
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.asyncgroup
#2252AsyncArray
#2253Array
filters
#2325Group
Group.info
andArray.info
properties #2135Group.{zeros, ones, etc.}
should accept positionalname
arguments #2402Group.tree
#2406exists_ok
tooverwrite
#2527Top level API
zarr.save
- AttributeError: 'str' object has no attribute 'shape' #2403zarr.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: