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

Zarr : Allow setting write_empty_chunks #8016

Merged
merged 21 commits into from
Aug 4, 2023

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    c0c0373 View commit details
    Browse the repository at this point in the history
  2. Missed a couple things...

    - Incorrectly set default values
    - Need to set write_empty_chunks for new variables in group
    rileykk committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    010af6d View commit details
    Browse the repository at this point in the history
  3. Update xarray/tests/test_backends.py

    Co-authored-by: Deepak Cherian <[email protected]>
    RKuttruff and dcherian authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3e75371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7889f5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79773c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Improvements

    - Default value of None which will fall back to encoding specified behavior or Zarr defaults
    - If param (!= None) and encoding setting disagree, a ValueError is raised
    - Test case checks for compatible zarr version
    - Documented minimum required Zarr version
    rileykk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    11f3ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bdbecf View commit details
    Browse the repository at this point in the history
  3. Simplified test case

    Zarr minimum dependency bump should make the version check no longer necessary
    rileykk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0083914 View commit details
    Browse the repository at this point in the history
  4. Fixed table in docs

    rileykk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cba1276 View commit details
    Browse the repository at this point in the history
  5. Update xarray/backends/zarr.py

    Co-authored-by: Illviljan <[email protected]>
    RKuttruff and Illviljan authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    89c941b View commit details
    Browse the repository at this point in the history
  6. Update xarray/backends/zarr.py

    Co-authored-by: Illviljan <[email protected]>
    RKuttruff and Illviljan authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    860742c View commit details
    Browse the repository at this point in the history
  7. Update xarray/tests/test_backends.py

    Co-authored-by: Illviljan <[email protected]>
    RKuttruff and Illviljan authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    075f1fe View commit details
    Browse the repository at this point in the history
  8. Update xarray/tests/test_backends.py

    Co-authored-by: Illviljan <[email protected]>
    RKuttruff and Illviljan authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8464b33 View commit details
    Browse the repository at this point in the history
  9. Update xarray/backends/zarr.py

    Co-authored-by: Illviljan <[email protected]>
    RKuttruff and Illviljan authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b6d611e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fix typing

    Illviljan committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4192241 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    6dbf4a5 View commit details
    Browse the repository at this point in the history
  2. Update xarray/core/dataset.py

    Co-authored-by: Joe Hamman <[email protected]>
    RKuttruff and jhamman authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b6919c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceae9bc View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/write-empty-chunks' into write-e…

    …mpty-chunks
    rileykk committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f369cc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad0e0d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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