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

Avoid redundant metadata reads in ZarrArrayWrapper #8297

Merged
merged 6 commits into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. Avoid redundant metadata reads in ZarrArrayWrapper

    Modify ZarrArrayWrapper to avoid re-reading metadata each time data
    is read from the array.
    olimcc committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2629f42 View commit details
    Browse the repository at this point in the history
  2. Improve test documentation

    olimcc committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5c8f5d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f913bc View commit details
    Browse the repository at this point in the history
  4. Update xarray/tests/test_backends.py

    Co-authored-by: Joe Hamman <jhamman1@gmail.com>
    olimcc and jhamman authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3683084 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    996d5a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Add what's new entry

    olimcc committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    87ea7a3 View commit details
    Browse the repository at this point in the history