forked from zarr-developers/zarr-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default compressors to config (zarr-developers#2470)
* add default compressor to config * modify _default_compressor to _default_filters_and_compressor * fix test_metadata_to_dict * wip debugging * format * fix v2 decode string dtype * fix config default tests * format * Update src/zarr/codecs/_v2.py * rename v2_dtype_kind_to_default_filters_and_compressor to v2_default_compressors * recover test_v2.py * incorporate feedback * incorporate feedback * fix mypy * allow only one default compressor * put `v2_default_compressor` under `array` * deprecate zarr.storage.default_compressor * test v3_default_codecs * use v3_default_codecs * fix tests that expected codecs==["bytes"] * fix test_default_codecs * fail-fast: false * fix string codecs for np1.25 * format * add docstrings to create in asynchronous.py and array.py * add docstrings to creation in group.py * Apply suggestions from code review Co-authored-by: David Stansby <[email protected]> * apply suggestions from review * correct code double backticks * correct attribute links in docstring * link zarr.core.config in docstrings * improve docstring readability * correct config docstring * correct config docstring * improve config docstring --------- Co-authored-by: Norman Rzepka <[email protected]> Co-authored-by: David Stansby <[email protected]>
- Loading branch information
1 parent
1cc3917
commit 4cb8ddd
Showing
14 changed files
with
529 additions
and
150 deletions.
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
Oops, something went wrong.