Uh oh!
There was an error while loading. Please reload this page.
top-level functions for reading, creating data - #2463
Conversation
d-v-b
commented
Nov 4, 2024
in writing this PR I noticed that we don't have a |
d-v-b
commented
Nov 5, 2024
I'm wrong, we don't have |
d-v-b
commented
Nov 5, 2024
This is ready for review. To summarize: I created 5 new top-level exports:
The goal for these functions is to directly support common access patterns without forcing users to worry about the semantics of the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d-v-b
commented
Nov 12, 2024
Some feedback from the community meeting last week:
|
jhamman
commented
Jan 2, 2025
…7489) # References and relevant issues Closes: #7484 # Description The latest --pre fail is due to recent changes in zarr released in 3.0.0rc1: zarr-developers/zarr-python#2463 JNI already has an issue and PR to fix upstream, so lets just block this rc.
adds async and sync
read_array,read_group, andreadfunctions.read_arraywill read an array from storage.read_groupdoes the same, but for groups, andreadwill try to read arrays or groups at the storage path. These functions wrap their respective creation functions, passingmode=rin each case.I still need to add tests.
TODO: