feat: finalize cells SpatialData dataset wiring#1212
Open
timtreis wants to merge 1 commit into
Open
Conversation
- datasets.yaml: set cells.zip sha256 (was null) so downloads are integrity-checked like every other dataset - docs/api.md: add datasets.visium_hne_sdata and datasets.cells to the autosummary (both SpatialData datasets were missing from the API docs) - tests/conftest.py: add sdata_cells fixture mirroring sdata_hne Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1212 +/- ##
=======================================
Coverage 76.13% 76.13%
=======================================
Files 62 62
Lines 8760 8760
Branches 1445 1445
=======================================
Hits 6669 6669
Misses 1524 1524
Partials 567 567 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #1211 that finalizes the
cellsSpatialData dataset wiring.Changes
datasets.yaml: setcells.zipsha256(wasnull) todc9613cb9e16fd2cd8d83f3a9586eeda4af5ba8ba366f1066efb51305820c5fb, so downloads are integrity-checked like every other dataset. Verified by clearing the cache and re-downloading — pooch validates against the hash with no mismatch.docs/api.md: adddatasets.visium_hne_sdataanddatasets.cellsto the datasets autosummary. Both SpatialData datasets were missing from the API docs.tests/conftest.py: addsdata_cellsfixture mirroringsdata_hne, so tests can use the cells dataset.