Skip to content

Remove deprecated API #3325

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Aug 1, 2025

Fixes #3317. I'm going to leave this as draft, because it will probably be easier to manage backports if this is merged as the last thing before a 3.2.0 release, in case any of the removed API needs fixing in 3.1.x. Opening to avoid duplicaiton of work by others.

@dstansby dstansby added this to the 3.2.0 milestone Aug 1, 2025
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.09%. Comparing base (e410173) to head (a646aa7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3325      +/-   ##
==========================================
+ Coverage   60.72%   61.09%   +0.36%     
==========================================
  Files          78       77       -1     
  Lines        9408     9350      -58     
==========================================
- Hits         5713     5712       -1     
+ Misses       3695     3638      -57     
Files with missing lines Coverage Δ
src/zarr/__init__.py 73.33% <ø> (ø)
src/zarr/api/asynchronous.py 70.16% <ø> (+0.60%) ⬆️
src/zarr/api/synchronous.py 37.87% <ø> (+0.73%) ⬆️
src/zarr/core/array.py 70.76% <ø> (+1.10%) ⬆️
src/zarr/core/group.py 70.81% <ø> (+0.69%) ⬆️

... and 4 files with indirect coverage changes

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

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.

remove deprecated routines
1 participant