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

e0e8891
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
e0e8891
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2024 in 1s

84.46% (target 80.00%)

View this Pull Request on Codecov

84.46% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 90.50633% with 30 lines in your changes missing coverage. Please review.

Project coverage is 84.46%. Comparing base (07ca87c) to head (e0e8891).

Files Patch % Lines
src/anndata/experimental/backed/_lazy_arrays.py 87.20% 11 Missing ⚠️
src/anndata/_core/storage.py 37.50% 5 Missing ⚠️
src/anndata/tests/helpers.py 61.53% 5 Missing ⚠️
src/anndata/experimental/backed/_compat.py 86.20% 4 Missing ⚠️
src/anndata/_core/aligned_df.py 80.00% 1 Missing ⚠️
src/anndata/_core/anndata.py 95.65% 1 Missing ⚠️
src/anndata/_io/specs/lazy_methods.py 97.67% 1 Missing ⚠️
src/anndata/experimental/backed/_io.py 97.36% 1 Missing ⚠️
src/anndata/experimental/backed/_xarray.py 97.91% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1247      +/-   ##
==========================================
- Coverage   86.70%   84.46%   -2.25%     
==========================================
  Files          37       42       +5     
  Lines        5974     6251     +277     
==========================================
+ Hits         5180     5280     +100     
- Misses        794      971     +177     
Files Coverage Δ
src/anndata/_core/merge.py 83.91% <ø> (-11.08%) ⬇️
src/anndata/_core/sparse_dataset.py 92.90% <100.00%> (-0.03%) ⬇️
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.45% <100.00%> (-0.57%) ⬇️
src/anndata/_io/zarr.py 83.75% <100.00%> (+0.20%) ⬆️
src/anndata/_types.py 88.09% <100.00%> (ø)
src/anndata/experimental/__init__.py 100.00% <100.00%> (ø)
src/anndata/experimental/backed/__init__.py 100.00% <100.00%> (ø)
src/anndata/_core/aligned_df.py 96.00% <80.00%> (-1.78%) ⬇️
... and 8 more

... and 5 files with indirect coverage changes