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): read_lazy for whole AnnData lazy-loading + xarray reading + read_elem_as_dask -> read_elem_lazy #1247

Open
wants to merge 409 commits into
base: main
Choose a base branch
from

Merge branch 'main' into ig/xarray_compat

97aff04
Select commit
Loading
Failed to load commit list.
Open

(feat): read_lazy for whole AnnData lazy-loading + xarray reading + read_elem_as_dask -> read_elem_lazy #1247

Merge branch 'main' into ig/xarray_compat
97aff04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 18, 2024 in 0s

84.57% (target 80.00%)

View this Pull Request on Codecov

84.57% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 88.81356% with 33 lines in your changes missing coverage. Please review.

Project coverage is 84.57%. Comparing base (34e9783) to head (97aff04).

Files with missing lines Patch % Lines
src/anndata/experimental/backed/_lazy_arrays.py 86.15% 9 Missing ⚠️
src/anndata/_core/storage.py 37.50% 5 Missing ⚠️
src/anndata/tests/helpers.py 75.00% 5 Missing ⚠️
src/anndata/_io/specs/lazy_methods.py 91.30% 4 Missing ⚠️
src/anndata/experimental/backed/_compat.py 86.20% 4 Missing ⚠️
src/anndata/experimental/backed/_io.py 89.47% 4 Missing ⚠️
src/anndata/_core/aligned_df.py 80.00% 1 Missing ⚠️
src/anndata/_core/index.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1247      +/-   ##
==========================================
- Coverage   86.87%   84.57%   -2.31%     
==========================================
  Files          39       44       +5     
  Lines        6036     6308     +272     
==========================================
+ Hits         5244     5335      +91     
- Misses        792      973     +181     
Files with missing lines Coverage Δ
src/anndata/_core/anndata.py 83.77% <100.00%> (+0.04%) ⬆️
src/anndata/_core/merge.py 83.91% <ø> (-11.08%) ⬇️
src/anndata/_core/views.py 85.71% <100.00%> (-5.40%) ⬇️
src/anndata/_io/specs/__init__.py 100.00% <ø> (ø)
src/anndata/_io/specs/registry.py 95.53% <100.00%> (-0.50%) ⬇️
src/anndata/_io/zarr.py 83.75% <100.00%> (+0.20%) ⬆️
src/anndata/_types.py 85.29% <100.00%> (ø)
src/anndata/experimental/__init__.py 100.00% <100.00%> (ø)
src/anndata/experimental/backed/__init__.py 100.00% <100.00%> (ø)
src/anndata/experimental/backed/_xarray.py 100.00% <100.00%> (ø)
... and 8 more

... and 4 files with indirect coverage changes