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

95.32% of diff hit (target 86.99%)

View this Pull Request on Codecov

95.32% of diff hit (target 86.99%)

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 226 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#L226

Added line #L226 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 132 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#L132

Added line #L132 was not covered by tests

Check warning on line 144 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#L144

Added line #L144 was not covered by tests

Check warning on line 149 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#L149

Added line #L149 was not covered by tests

Check warning on line 154 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#L154

Added line #L154 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