Commit 48bb91e
committed
File tree
10 files changed
+136
-27
lines changed- docs
- tutorials
- src/spatialdata
- _core
- query
- _io
- dataloader
- models
- tests
- io
- models
10 files changed
+136
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- .gitignore+2
- .pre-commit-config.yaml+2-2
- .readthedocs.yaml+1
- README.md+1-2
- datasets/README.md+48-48
- notebooks/developers_resources/storage_format/_latest_run_notebook.ipynb+932
- notebooks/developers_resources/storage_format/multiple_elements.ipynb+234-35
- notebooks/developers_resources/storage_format/multiple_elements.zarr/.zattrs+1-1
- notebooks/developers_resources/storage_format/multiple_elements.zarr/images/blobs_image/.zattrs+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/images/blobs_multiscale_image/.zattrs+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/labels/blobs_labels/.zattrs+3-3
- notebooks/developers_resources/storage_format/multiple_elements.zarr/labels/blobs_labels/0/0/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/labels/blobs_multiscale_labels/.zattrs+3-3
- notebooks/developers_resources/storage_format/multiple_elements.zarr/labels/blobs_multiscale_labels/0/0/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/labels/blobs_multiscale_labels/1/0/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/labels/blobs_multiscale_labels/2/0/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/points/blobs_points/points.parquet/part.0.parquet
- notebooks/developers_resources/storage_format/multiple_elements.zarr/shapes/blobs_circles/shapes.parquet
- notebooks/developers_resources/storage_format/multiple_elements.zarr/shapes/blobs_multipolygons/shapes.parquet
- notebooks/developers_resources/storage_format/multiple_elements.zarr/shapes/blobs_polygons/shapes.parquet
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/.zattrs+1-1
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/data/.zarray+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/data/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/indices/.zarray+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/indices/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/indptr/.zarray+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/X/indptr/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/obs/_index/.zarray+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/obs/_index/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/obs/instance_id/.zarray+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/obs/instance_id/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/obs/region/codes/.zarray+2-2
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/obs/region/codes/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/raw/.zarray+11
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/raw/.zattrs+4
- notebooks/developers_resources/storage_format/multiple_elements.zarr/tables/table/raw/0
- notebooks/developers_resources/storage_format/multiple_elements.zarr/zmetadata+39-24
- notebooks/examples/alignment_using_landmarks.ipynb+1-1
- notebooks/examples/alignment_utils.py+33
- notebooks/examples/densenet.ipynb+940-334
- notebooks/examples/intro.ipynb+1-20
- notebooks/examples/models1.ipynb+53-92
- notebooks/examples/napari_rois.ipynb+550-104
- notebooks/examples/sdata_from_scratch.ipynb+18-9
- notebooks/examples/speed_up_illustration.ipynb+2.6k-250
- notebooks/examples/squidpy_integration.ipynb+50-193
- notebooks/examples/tables.ipynb+96-164
- notebooks/examples/technology_visium_hd.ipynb+1.3k-102
- notebooks/examples/technology_xenium.ipynb+132-100
- notebooks/paper_reproducibility/00_xenium_and_visium.ipynb+9-2
- notebooks/paper_reproducibility/01_xenium_and_visium.ipynb+9-1
- notebooks/paper_reproducibility/02_xenium_and_visium.ipynb+9-1
- pyproject.toml+3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | | - | |
| 387 | + | |
389 | 388 | | |
390 | 389 | | |
391 | 390 | | |
| |||
427 | 426 | | |
428 | 427 | | |
429 | 428 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
436 | 432 | | |
437 | 433 | | |
438 | 434 | | |
| |||
673 | 669 | | |
674 | 670 | | |
675 | 671 | | |
676 | | - | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
677 | 675 | | |
678 | 676 | | |
679 | 677 | | |
680 | | - | |
681 | | - | |
| 678 | + | |
| 679 | + | |
682 | 680 | | |
683 | 681 | | |
684 | 682 | | |
685 | 683 | | |
686 | 684 | | |
687 | 685 | | |
688 | | - | |
689 | 686 | | |
690 | 687 | | |
691 | 688 | | |
| |||
724 | 721 | | |
725 | 722 | | |
726 | 723 | | |
727 | | - | |
728 | | - | |
729 | | - | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
730 | 727 | | |
731 | 728 | | |
732 | 729 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
1810 | 1811 | | |
1811 | 1812 | | |
1812 | 1813 | | |
1813 | | - | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
1814 | 1817 | | |
1815 | 1818 | | |
1816 | 1819 | | |
1817 | 1820 | | |
1818 | 1821 | | |
1819 | 1822 | | |
1820 | 1823 | | |
1821 | | - | |
| 1824 | + | |
1822 | 1825 | | |
1823 | 1826 | | |
1824 | 1827 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
474 | | - | |
| 473 | + | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
231 | | - | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | | - | |
4 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
963 | 964 | | |
964 | 965 | | |
965 | 966 | | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
198 | 257 | | |
199 | 258 | | |
200 | 259 | | |
| |||
0 commit comments