Skip to content

feat: Add lazy table loading via anndata.experimental.read_lazy - #1055

Open
Tomatokeftes wants to merge 5 commits into
scverse:mainfrom
Tomatokeftes:feature/lazy-table-loading
Open

feat: Add lazy table loading via anndata.experimental.read_lazy#1055
Tomatokeftes wants to merge 5 commits into
scverse:mainfrom
Tomatokeftes:feature/lazy-table-loading

docs: note that dask reductions over a sparse X are unsupported

45a4adf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2026 in 1s

92.42% (target 1.00%)

View this Pull Request on Codecov

92.42% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.42%. Comparing base (63247d9) to head (45a4adf).

Files with missing lines Patch % Lines
src/spatialdata/_core/query/relational_query.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1055   +/-   ##
=======================================
  Coverage   92.41%   92.42%           
=======================================
  Files          52       52           
  Lines        7875     7892   +17     
=======================================
+ Hits         7278     7294   +16     
- Misses        597      598    +1     
Files with missing lines Coverage Δ
src/spatialdata/_core/spatialdata.py 93.86% <100.00%> (ø)
src/spatialdata/_io/io_table.py 90.00% <100.00%> (+0.52%) ⬆️
src/spatialdata/_io/io_zarr.py 92.45% <100.00%> (+0.07%) ⬆️
src/spatialdata/_utils.py 85.62% <100.00%> (+0.09%) ⬆️
src/spatialdata/models/models.py 88.15% <100.00%> (+0.10%) ⬆️
src/spatialdata/_core/query/relational_query.py 95.17% <92.30%> (-0.15%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.