Skip to content

Conversation

@d-v-b
Copy link
Contributor

@d-v-b d-v-b commented Nov 20, 2025

We are currently getting docs build failures because the latest version of numcodecs emits a deprecation warning when you import from numcodecs.zarr3. This change avoids that import in our docs, allowing the docs build to pass.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@d-v-b d-v-b requested a review from maxrjones November 20, 2025 20:41
@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Nov 20, 2025
@d-v-b d-v-b mentioned this pull request Nov 20, 2025
6 tasks
@d-v-b
Copy link
Contributor Author

d-v-b commented Nov 20, 2025

The failing regression tests are fixed by #3590

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.95%. Comparing base (8eb244f) to head (71027ec).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3591      +/-   ##
==========================================
+ Coverage   59.25%   61.95%   +2.70%     
==========================================
  Files          86       86              
  Lines       10170    10170              
==========================================
+ Hits         6026     6301     +275     
+ Misses       4144     3869     -275     

see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-v-b d-v-b merged commit 8a67021 into zarr-developers:main Nov 20, 2025
31 checks passed
@d-v-b d-v-b deleted the chore/fix-doc-build branch November 20, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants