-
-
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
Add array storage helpers #2065
Merged
Merged
Changes from 19 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ebbfbe0
implement store.list_prefix and store._set_dict
d-v-b da6083e
simplify string handling
d-v-b dc5fe47
add nchunks_initialized, and necessary additions for it
d-v-b b694b6e
rename _iter_chunks to _iter_chunk_coords
d-v-b 6a27ca8
fix test name
d-v-b d15be9a
bring in correct store list_dir implementations
d-v-b ef34f25
Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…
d-v-b 962ffed
bump numcodecs to dodge zstd exception
d-v-b 5c98ab4
remove store._set_dict, and add _set_many and get_many instead
d-v-b 9e64fa8
update deprecation warning template
d-v-b a4b4696
add a type annotation
d-v-b 04b1d6a
refactor chunk iterators. they are not properties any more, just meth…
d-v-b 12b3bc1
Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…
d-v-b 3e2c656
Merge branch 'v3' of github.com:zarr-developers/zarr-python into add-…
d-v-b b7c1a56
_get_many returns tuple[str, buffer]
d-v-b 44bed5c
stricter store types
d-v-b 021d41e
Merge branch 'v3' of github.com:zarr-developers/zarr-python into add-…
d-v-b 2db860b
fix types
d-v-b 45f27b1
Merge branch 'v3' of github.com:zarr-developers/zarr-python into add-…
d-v-b 78f22b9
Merge branch 'v3' of github.com:zarr-developers/zarr-python into add-…
d-v-b b5e08e8
lint
d-v-b 43743e1
remove deprecation warnings
d-v-b f65a6e8
fix zip list_prefix
d-v-b df6f9a7
tests for nchunks_initialized, chunks_initialized; add selection_shap…
d-v-b e60cbe0
add nchunks test
d-v-b 5c54449
fix docstrings
d-v-b e8598c6
fix docstring
d-v-b ae216e1
Merge branch 'v3' into add-array-storage-helpers
d-v-b 768ab43
revert unnecessary changes to project config
d-v-b c953f21
Merge branch 'add-array-storage-helpers' of github.com:d-v-b/zarr-pyt…
d-v-b f0d61b2
Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…
d-v-b File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious which of these helpers could migrate to the purview of the chunk grid.