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

(feat): support for zarr-python>=3.0.0b0 #1726

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

(fix): no `__len__` on new zarr arrays

434d15c
Select commit
Loading
Failed to load commit list.
Draft

(feat): support for zarr-python>=3.0.0b0 #1726

(fix): no `__len__` on new zarr arrays
434d15c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2024 in 0s

82.69% (target 80.00%)

View this Pull Request on Codecov

82.69% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 17 lines in your changes missing coverage. Please review.

Project coverage is 82.69%. Comparing base (bf8f222) to head (434d15c).

Files with missing lines Patch % Lines
src/anndata/_io/specs/methods.py 69.44% 11 Missing ⚠️
src/anndata/_settings.py 80.00% 2 Missing ⚠️
src/anndata/tests/helpers.py 71.42% 2 Missing ⚠️
src/anndata/_core/sparse_dataset.py 96.42% 1 Missing ⚠️
src/anndata/_io/specs/registry.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1726      +/-   ##
==========================================
- Coverage   87.01%   82.69%   -4.32%     
==========================================
  Files          40       40              
  Lines        6075     6125      +50     
==========================================
- Hits         5286     5065     -221     
- Misses        789     1060     +271     
Files with missing lines Coverage Δ
src/anndata/_io/utils.py 76.66% <ø> (ø)
src/anndata/_io/zarr.py 71.25% <100.00%> (-12.30%) ⬇️
src/anndata/compat/__init__.py 72.80% <100.00%> (-12.56%) ⬇️
src/anndata/experimental/merge.py 91.83% <100.00%> (+0.04%) ⬆️
src/anndata/_core/sparse_dataset.py 93.47% <96.42%> (-0.03%) ⬇️
src/anndata/_io/specs/registry.py 95.13% <92.30%> (-0.89%) ⬇️
src/anndata/_settings.py 88.67% <80.00%> (-5.44%) ⬇️
src/anndata/tests/helpers.py 81.15% <71.42%> (-13.00%) ⬇️
src/anndata/_io/specs/methods.py 85.80% <69.44%> (-2.74%) ⬇️

... and 8 files with indirect coverage changes