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

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

85.20% (target 80.00%)

View this Pull Request on Codecov

85.20% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 95.32294% with 21 lines in your changes missing coverage. Please review.

Project coverage is 85.20%. Comparing base (6ae9de8) to head (4c00216).

Files with missing lines Patch % Lines
src/anndata/_core/storage.py 37.50% 5 Missing ⚠️
src/anndata/experimental/backed/_lazy_arrays.py 95.45% 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/registry.py 88.23% 2 Missing ⚠️
src/anndata/_io/specs/lazy_methods.py 98.59% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1247      +/-   ##
==========================================
- Coverage   86.99%   85.20%   -1.79%     
==========================================
  Files          40       45       +5     
  Lines        6053     6457     +404     
==========================================
+ Hits         5266     5502     +236     
- Misses        787      955     +168     
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.00% <100.00%> (-8.98%) ⬇️
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