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 416 commits into
base: main
Choose a base branch
from

Merge branch 'main' into ig/xarray_compat

fc13a2f
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
fc13a2f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 0s

85.21% (target 80.00%)

View this Pull Request on Codecov

85.21% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 94.83871% with 24 lines in your changes missing coverage. Please review.

Project coverage is 85.21%. Comparing base (7d9fba8) to head (fc13a2f).

Files with missing lines Patch % Lines
src/anndata/_core/storage.py 37.50% 5 Missing ⚠️
src/anndata/experimental/backed/_lazy_arrays.py 95.83% 4 Missing ⚠️
src/anndata/experimental/backed/_compat.py 84.21% 3 Missing ⚠️
src/anndata/experimental/backed/_xarray.py 95.52% 3 Missing ⚠️
src/anndata/tests/helpers.py 85.00% 3 Missing ⚠️
src/anndata/_io/specs/lazy_methods.py 97.40% 2 Missing ⚠️
src/anndata/_io/specs/registry.py 88.23% 2 Missing ⚠️
src/anndata/experimental/backed/_io.py 95.91% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1247      +/-   ##
==========================================
- Coverage   87.01%   85.21%   -1.80%     
==========================================
  Files          40       45       +5     
  Lines        6075     6494     +419     
==========================================
+ Hits         5286     5534     +248     
- Misses        789      960     +171     
Files with missing lines Coverage Δ
src/anndata/_core/aligned_df.py 97.87% <100.00%> (+0.09%) ⬆️
src/anndata/_core/anndata.py 83.77% <100.00%> (+0.04%) ⬆️
src/anndata/_core/index.py 95.00% <100.00%> (+0.03%) ⬆️
src/anndata/_core/merge.py 86.04% <100.00%> (-8.94%) ⬇️
src/anndata/_core/views.py 85.71% <100.00%> (-5.40%) ⬇️
src/anndata/_io/specs/__init__.py 100.00% <ø> (ø)
src/anndata/_io/zarr.py 83.75% <100.00%> (+0.20%) ⬆️
src/anndata/_types.py 86.11% <100.00%> (+0.81%) ⬆️
src/anndata/experimental/__init__.py 100.00% <100.00%> (ø)
src/anndata/experimental/backed/__init__.py 100.00% <100.00%> (ø)
... and 9 more

... and 4 files with indirect coverage changes