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

document storage classes and some developer apis #2279

Merged
merged 37 commits into from
Oct 13, 2024

Commits on Sep 14, 2024

  1. fix: zarr v2 compatability fixes

    - port normalize_chunks from v2
    - add array.store property
    - default to append in create
    jhamman committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fe49f5f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. move zarr.store to zarr.storage

    also fix failing ci
    jhamman committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9a1580b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. make chunks a tuple

    jhamman committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0d89912 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…

    …nto fix/dask-compat
    jhamman committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d78e384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e534279 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…

    …nto fix/dask-compat
    jhamman committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dea4a3d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…

    …nto fix/dask-compat
    jhamman committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7800f38 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 29, 2024

  1. Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…

    …nto fix/dask-compat
    jhamman committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    88afe52 View commit details
    Browse the repository at this point in the history
  2. fixups

    jhamman committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fb6752d View commit details
    Browse the repository at this point in the history
  3. fixup zipstore

    jhamman committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0b1dedc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    322918a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

    jhamman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    128eb53 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v3' of https://github.com/zarr-developers/zarr-python i…

    …nto fix/dask-compat
    jhamman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3c170ef View commit details
    Browse the repository at this point in the history
  4. extend test

    jhamman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    54ab9ef View commit details
    Browse the repository at this point in the history
  5. clean up parents

    jhamman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    77f2938 View commit details
    Browse the repository at this point in the history
  6. debug race condition

    jhamman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2295d76 View commit details
    Browse the repository at this point in the history
  7. more debug

    jhamman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5879d67 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 7, 2024

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

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    731c22a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e93aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad94e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix sphinx warning

    jhamman committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5477d32 View commit details
    Browse the repository at this point in the history
  2. # docstring inherited

    jhamman committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    728d4f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e293b47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cee730c View commit details
    Browse the repository at this point in the history
  5. add storage guide

    jhamman committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3f7290f View commit details
    Browse the repository at this point in the history
  6. add missing file

    jhamman committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    35a6428 View commit details
    Browse the repository at this point in the history
  7. update links

    jhamman committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a78461e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eff01ce View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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