Skip to content

Conversation

shoyer
Copy link
Contributor

@shoyer shoyer commented Sep 2, 2025

This ensures syntax like root['/subgroup'] works equivalently to root['subgroup'] when using consolidated metadata.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Sep 2, 2025
Copy link

codecov bot commented Sep 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.92%. Comparing base (6c04c82) to head (baec8c1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3428   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files          79       79           
  Lines        9503     9503           
=======================================
  Hits         9021     9021           
  Misses        482      482           
Files with missing lines Coverage Δ
src/zarr/core/group.py 95.06% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@d-v-b d-v-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! we just need some release notes and then this is good to go.

@github-actions github-actions bot removed the needs release notes Automatically applied to PRs which haven't added release notes label Sep 2, 2025
shoyer added a commit to shoyer/xarray that referenced this pull request Sep 2, 2025
Writing to zarr with `mode='r+'` was broken by pydata#10625, due to a Zarr
bug (zarr-developers/zarr-python#3428). This
add a work-around that works on older versions of Zarr.

The PR that introduced this bug has not yet appeared in an xarray
release, so there's no need for a release note.
@shoyer
Copy link
Contributor Author

shoyer commented Sep 2, 2025

Should be good to go now

@d-v-b d-v-b merged commit 00e7814 into zarr-developers:main Sep 3, 2025
31 checks passed
@d-v-b
Copy link
Contributor

d-v-b commented Sep 3, 2025

thanks @shoyer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants