Skip to content
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

[WIP]: compatibility for zarr-python 3.x #9552

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. Remove zarr pin

    TomAugspurger committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c54a052 View commit details
    Browse the repository at this point in the history
  2. Define zarr_v3 helper

    TomAugspurger committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    483eb7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a746c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c8d2bb View commit details
    Browse the repository at this point in the history
  5. Various test fixes

    TomAugspurger committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    531b521 View commit details
    Browse the repository at this point in the history
  6. zarr_version fixes

    * removed open_consolidated workarounds
    * removed _store_version check
    * pass through zarr_version
    TomAugspurger committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    849df40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88bd64b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef1549a View commit details
    Browse the repository at this point in the history
  9. fixup

    TomAugspurger committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    20c22bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6087e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fixes

    TomAugspurger committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    15fe55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e06bc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22100e View commit details
    Browse the repository at this point in the history
  4. test: avoid fill_value

    TomAugspurger committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f8c427f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    594d36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046d37e View commit details
    Browse the repository at this point in the history
  3. test compatibility

    - skip write_empty_chunks on 3.x
    - update patch targets
    TomAugspurger committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6b0ca62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d315583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    389cc82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe409a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c29ea6 View commit details
    Browse the repository at this point in the history