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

implement Zarr v3 spec support #6475

Merged
merged 26 commits into from Nov 27, 2022
Merged

implement Zarr v3 spec support #6475

merged 26 commits into from Nov 27, 2022

Commits on Sep 21, 2022

  1. Copy the full SHA
    f040aa2 View commit details
    Browse the repository at this point in the history
  2. add tests for Zarr v3 stores

    grlee77 committed Sep 21, 2022
    Copy the full SHA
    4718376 View commit details
    Browse the repository at this point in the history
  3. add tests for Zarr v3 stores when the store is not a StoreV3 class

    In this case where create_zarr_target returns a string, we must
    specify zarr_version=3 when opening/writing a store to make sure
    a version 3 store will be created rather than the default of a
    version 2 store.
    grlee77 committed Sep 21, 2022
    Copy the full SHA
    d590b76 View commit details
    Browse the repository at this point in the history
  4. update import path to match Zarr v2.12 and v2.13 experimental API

    remove path='xarray' default for zarr v3
    
    path=None should work as of Zarr v2.13
    grlee77 committed Sep 21, 2022
    Copy the full SHA
    dbdf63f View commit details
    Browse the repository at this point in the history
  5. flake8 fixes

    grlee77 committed Sep 21, 2022
    Copy the full SHA
    f9c14e0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    09ddcff View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Copy the full SHA
    8952a07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f14df5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1556ce0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Copy the full SHA
    5885134 View commit details
    Browse the repository at this point in the history
  2. better typing

    jhamman committed Oct 29, 2022
    Copy the full SHA
    3ca92f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Copy the full SHA
    adabc52 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c42a95 View commit details
    Browse the repository at this point in the history
  3. update whats new

    jhamman committed Nov 4, 2022
    Copy the full SHA
    4e29496 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Copy the full SHA
    e40658a View commit details
    Browse the repository at this point in the history
  2. [test-upstream]

    jhamman committed Nov 5, 2022
    Copy the full SHA
    4a6d5c9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    226a51a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ecd54bb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Copy the full SHA
    4e9f4c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. update comment

    jhamman committed Nov 18, 2022
    Copy the full SHA
    0a84857 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e402bb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. fix whats new

    jhamman committed Nov 19, 2022
    Copy the full SHA
    c953864 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    507c827 View commit details
    Browse the repository at this point in the history
  3. update whats new

    jhamman committed Nov 19, 2022
    Copy the full SHA
    2d471b3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b29975b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Copy the full SHA
    730b3ba View commit details
    Browse the repository at this point in the history