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/patch succeeded Nov 28, 2024 in 1s

94.83% of diff hit (target 87.01%)

View this Pull Request on Codecov

94.83% of diff hit (target 87.01%)

Annotations

Check warning on line 30 in src/anndata/_core/storage.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/_core/storage.py#L30

Added line #L30 was not covered by tests

Check warning on line 35 in src/anndata/_core/storage.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/_core/storage.py#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 99 in src/anndata/_io/specs/lazy_methods.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/_io/specs/lazy_methods.py#L99

Added line #L99 was not covered by tests

Check warning on line 254 in src/anndata/_io/specs/lazy_methods.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/_io/specs/lazy_methods.py#L254

Added line #L254 was not covered by tests

Check warning on line 310 in src/anndata/_io/specs/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/_io/specs/registry.py#L310

Added line #L310 was not covered by tests

Check warning on line 314 in src/anndata/_io/specs/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/_io/specs/registry.py#L314

Added line #L314 was not covered by tests

Check warning on line 17 in src/anndata/experimental/backed/_compat.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_compat.py#L17

Added line #L17 was not covered by tests

Check warning on line 23 in src/anndata/experimental/backed/_compat.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_compat.py#L23

Added line #L23 was not covered by tests

Check warning on line 27 in src/anndata/experimental/backed/_compat.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_compat.py#L27

Added line #L27 was not covered by tests

Check warning on line 115 in src/anndata/experimental/backed/_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_io.py#L115

Added line #L115 was not covered by tests

Check warning on line 118 in src/anndata/experimental/backed/_io.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_io.py#L118

Added line #L118 was not covered by tests

Check warning on line 146 in src/anndata/experimental/backed/_lazy_arrays.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_lazy_arrays.py#L146

Added line #L146 was not covered by tests

Check warning on line 158 in src/anndata/experimental/backed/_lazy_arrays.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_lazy_arrays.py#L158

Added line #L158 was not covered by tests

Check warning on line 163 in src/anndata/experimental/backed/_lazy_arrays.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_lazy_arrays.py#L163

Added line #L163 was not covered by tests

Check warning on line 168 in src/anndata/experimental/backed/_lazy_arrays.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_lazy_arrays.py#L168

Added line #L168 was not covered by tests

Check warning on line 18 in src/anndata/experimental/backed/_xarray.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_xarray.py#L18

Added line #L18 was not covered by tests

Check warning on line 32 in src/anndata/experimental/backed/_xarray.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/experimental/backed/_xarray.py#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 1076 in src/anndata/tests/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/tests/helpers.py#L1076

Added line #L1076 was not covered by tests

Check warning on line 1081 in src/anndata/tests/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/tests/helpers.py#L1081

Added line #L1081 was not covered by tests

Check warning on line 1086 in src/anndata/tests/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/anndata/tests/helpers.py#L1086

Added line #L1086 was not covered by tests