-
-
Notifications
You must be signed in to change notification settings - Fork 373
Array creation with strings for filters, serializer, compressors #2839
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
Open
brokkoli71
wants to merge
33
commits into
zarr-developers:main
Choose a base branch
from
scalableminds:string-arguments-for-codecs
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.
Open
Changes from 9 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
79560d5
fix merge
brokkoli71 7619990
add str arguments for filters, serializer, compressors
brokkoli71 daff61a
remove duplicate type check
brokkoli71 1a3a502
fix ruff
brokkoli71 68ac329
update docstrings
brokkoli71 0e227e0
document changes
brokkoli71 de83f92
test_bad_chunk_encoding
brokkoli71 73b32ac
remove unused "type: ignore" comment
brokkoli71 3588a65
remove comment
brokkoli71 74b45bb
update test_v3_chunk_encoding
brokkoli71 1937ee5
update test_invalid_chunk_encoding
brokkoli71 f3bb890
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 ef10fe2
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 ad96bfe
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 28e566f
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 d953a14
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 363484a
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 6399f13
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 55f975c
test for codec with mandatory config
brokkoli71 a55abad
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 817617a
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 82459e3
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 4519547
better error msg if codec requires config
brokkoli71 5f94313
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 e2a18c3
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 61c32f8
typing
brokkoli71 41000fd
Merge remote-tracking branch 'origin/string-arguments-for-codecs' int…
brokkoli71 9e35f7c
typing
brokkoli71 a3366aa
typing in tests
brokkoli71 7a5bc66
typing in tests
brokkoli71 bac3a10
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 0abc569
Merge branch 'main' into string-arguments-for-codecs
brokkoli71 a4d8013
Merge branch 'main' into string-arguments-for-codecs
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 @@ | ||
| Array creation allows string representation of codecs for ``filters``, ``serializer``, and ``compressors``. |
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
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.