Replies: 4 comments 4 replies
|
Adding read/write permissions to arrays & groups would be a good one to add, which I have as a work in progress. |
0 replies
|
4 replies
This has been done before in dask-distributed (inspired by concurrent.futures). fsspec decided not to follow the model, although it was discussed - of course we have sync() in common. I wonder if there is scope to come up with a spinoff project (e.g., https://docs.rs/futures/latest/futures/ !) for the general public good. |
0 replies
This is not really user-facing, so whatever makes the most sense internally. If you can remove code and complexity, it's probably worth it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I gave this presentation at SciPy last week on the progress Zarr-Python has made over the last year. tldr; we've come a long way!
I also shared a potential feature list that I think could form the beginning of the roadmap beyond version 3.1 (which landed today!).
Targets for Zarr 3.2 and beyond
Curious to get the input from others on what else we're looking to work on next.
A nice outcome from this discussion would be an update to the Zarr-Python Roadmap which is now nicely out of date: https://zarr.readthedocs.io/en/stable/developers/roadmap.html
cc @zarr-developers/python-core-devs, @zarr-developers/python-emeritus
All reactions