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

Add wrappers for zarr v3 #524

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open

Add wrappers for zarr v3 #524

wants to merge 31 commits into from

Commits on May 6, 2024

  1. import zarr-python#1839

    normanrz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4f7c12c View commit details
    Browse the repository at this point in the history
  2. pep8

    normanrz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f6d2652 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. remove try/catch

    normanrz committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9593c43 View commit details
    Browse the repository at this point in the history
  2. pep8

    normanrz committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2dc9281 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    1822576 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    636624b View commit details
    Browse the repository at this point in the history
  2. flake

    normanrz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8ba9da7 View commit details
    Browse the repository at this point in the history
  3. add zarr-python to ci

    normanrz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3459871 View commit details
    Browse the repository at this point in the history
  4. fix import

    normanrz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8e10124 View commit details
    Browse the repository at this point in the history
  5. tests

    normanrz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    14807a5 View commit details
    Browse the repository at this point in the history
  6. fixes

    normanrz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9932a1d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    2a12c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. merge

    normanrz committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    92f247d View commit details
    Browse the repository at this point in the history
  2. ruff

    normanrz committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cd49cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add zfpy and pcodec

    normanrz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5083d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e081a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a40530 View commit details
    Browse the repository at this point in the history
  4. change prefix

    normanrz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2654737 View commit details
    Browse the repository at this point in the history
  5. fixes for ci

    normanrz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8c37d5d View commit details
    Browse the repository at this point in the history
  6. fix for tests

    normanrz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    37700a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    c9c8f5e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    57fd71b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. pr feedback

    normanrz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b75e41e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Sync with zarr 3 beta (#597)

    * Sync with zarr 3 beta
    
    * Update zarr version in ci
    
    * dont install zarr python 3 in workflows running 3.10
    mpiannucci authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a4cf7ad View commit details
    Browse the repository at this point in the history
  2. Update numcodecs/tests/test_zarr3.py

    Co-authored-by: David Stansby <[email protected]>
    normanrz and dstansby authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    860956f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    a62d258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8bad2 View commit details
    Browse the repository at this point in the history
  3. add typing_extensions as dep

    normanrz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f28775d View commit details
    Browse the repository at this point in the history
  4. tests

    normanrz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6a8115c View commit details
    Browse the repository at this point in the history
  5. importorskip minversion

    normanrz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    82fa7a8 View commit details
    Browse the repository at this point in the history
  6. ci install

    normanrz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    20aa698 View commit details
    Browse the repository at this point in the history