-
-
Couldn't load subscription status.
- Fork 365
ZEP9: Parse Metadata Objects #2866
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
Draft
brokkoli71
wants to merge
28
commits into
zarr-developers:main
Choose a base branch
from
scalableminds:zarr-extensions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 19 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
d3b19cf
prepare
brokkoli71 50cd5e0
Merge branch 'main' into zarr-extensions
brokkoli71 786669c
check for unexpected zarr metadata keys and codec configuration
brokkoli71 26b658a
format
brokkoli71 1e50587
Merge branch 'main' into zarr-extensions
brokkoli71 4967003
Merge branch 'main' into zarr-extensions
brokkoli71 72a28e2
if data type has endianness, then codecs must specify endian attribute
brokkoli71 ac9f8d5
codec.from_dict does not select endian automatically
brokkoli71 36c4d33
Merge branch 'main' into zarr-extensions
brokkoli71 54c13a0
fix for single byte data types
brokkoli71 d46176e
fix test_fail_on_invalid_key
brokkoli71 a38f25e
add testcase for test_codec_requires_endian
brokkoli71 0c82437
metadata: unknown configuration keys will get rejected except must_un…
brokkoli71 de8f5b1
codecs: unknown configuration keys will get rejected except must_unde…
brokkoli71 151796f
fix test_special_float_fill_values
brokkoli71 0353ae9
fix kwargs typing
brokkoli71 08fa7f5
objects for datatype, chunk_key_encodings, chunk_grid
brokkoli71 0cef5e6
document changes
brokkoli71 5ad18ec
Merge branch 'main' into zarr-extensions
brokkoli71 385b7ca
extract helper reject_must_understand_metadata
brokkoli71 8812479
Merge remote-tracking branch 'origin/zarr-extensions' into zarr-exten…
brokkoli71 0d91dc6
fix circular import
brokkoli71 833f408
set kwargs type
brokkoli71 bc80e51
fix test_fail_on_invalid_metadata_key
brokkoli71 c801088
Merge branch 'main' into zarr-extensions
brokkoli71 c9f6ae4
Merge branch 'main' into zarr-extensions
brokkoli71 9048e03
Merge branch 'main' into zarr-extensions
brokkoli71 2f67624
Merge branch 'main' into zarr-extensions
brokkoli71 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| If metadata JSON contains invalid keys, or if a value object contains invalid keys, the zarr array will be rejected unless it contains the key-value-pair ``"must_understand": false``. | ||
| New codecs are required to validate their metadata and raise an error if it is invalid. |
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
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.