Skip to content

Separate defaults for filters, serializers and compressors in v3#2653

Merged
normanrz merged 11 commits intomainfrom
feat/separate-default-codecs
Jan 6, 2025
Merged

Separate defaults for filters, serializers and compressors in v3#2653
normanrz merged 11 commits intomainfrom
feat/separate-default-codecs

Conversation

@normanrz
Copy link
Copy Markdown
Member

@normanrz normanrz commented Jan 5, 2025

Instead of a single v3_default_codecs key in the config, this PR adds 3 separate keys for filters, serializers and compressors.

Ideally, we could get this in the 3.0 release, because it would require some backwards-compat code if we change it later.

Builds upon #2652, but could be made independent.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • GitHub Actions have all passed

@normanrz normanrz self-assigned this Jan 5, 2025
@normanrz normanrz requested review from d-v-b and jhamman January 5, 2025 15:25
Comment thread docs/user-guide/config.rst
Comment thread src/zarr/core/array.py Outdated
@dstansby dstansby added this to the 3.0.0 milestone Jan 5, 2025
@normanrz normanrz requested a review from d-v-b January 5, 2025 16:23
Comment thread src/zarr/core/array.py Outdated
@normanrz normanrz requested a review from d-v-b January 5, 2025 16:41
Base automatically changed from feat/filters-prop to main January 6, 2025 15:22
Comment thread src/zarr/api/synchronous.py Outdated
Comment thread src/zarr/core/group.py Outdated
Comment thread src/zarr/core/group.py Outdated
Comment thread src/zarr/core/group.py Outdated
@normanrz normanrz enabled auto-merge (squash) January 6, 2025 17:13
@normanrz normanrz merged commit 22634ea into main Jan 6, 2025
@normanrz normanrz deleted the feat/separate-default-codecs branch January 9, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants