-
-
Notifications
You must be signed in to change notification settings - Fork 371
add v3 store classes (zarr v3 support part 1) #874
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
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
64bbbd8
add v3 store classes
grlee77 85b8e23
add TODO comment to meta.py
grlee77 5fee6fb
Merge remote-tracking branch 'upstream/master' into v3-store-part1
grlee77 983d190
fix flake8 errors
grlee77 4057088
Merge remote-tracking branch 'upstream/master' into v3-store-part1
grlee77 9ed6181
follow zarr v3 spec when dealing with extension data types
grlee77 662e310
fixes to v3 dtype handling
grlee77 9950a4d
Merge remote-tracking branch 'upstream/master' into v3-store-part1
grlee77 450c575
flake8 cleanup
grlee77 63a9e3c
remove duplicate lines in Metadata2.encode_array_metadata
grlee77 1a2a1ef
Fix fields in array metadata
grlee77 bcb2d5f
Fix encode/decode of codec metadata
grlee77 9bfeacb
add missing level to Zlib in _decode_codec_metadata
grlee77 23aca42
add extensions entry to v3 array metadata
grlee77 e47035d
dimension_separator should not be in the array metadata for v3
grlee77 2c21761
adjust test have dimension_separator key was removed from v3 metadata
grlee77 8783f44
add underscores to imported test classes in test_storage_v3.py
grlee77 ba09ed5
Merge branch 'master' into v3-store-part1
joshmoore 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 hidden or 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.
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.
❤️ docs!