File tree 4 files changed +5
-21
lines changed
4 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -65,22 +65,6 @@ Writing to other formats.
65
65
AnnData.write_zarr
66
66
67
67
68
- Experimental API
69
- ----------------
70
-
71
- .. warning ::
72
-
73
- API's in the experimenal module are currently in development and subject to change at any time.
74
-
75
- Two classes for working with batched access to collections of many `AnnData ` objects or `h5ad ` files. In paritcular, for pytorch-based models.
76
-
77
- .. autosummary ::
78
- :toctree: generated/
79
-
80
- experimental.AnnCollection
81
- experimental.AnnLoader
82
-
83
-
84
68
Errors and warnings
85
69
-------------------
86
70
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ of data and learned annotations.
10
10
* See `Scanpy's documentation <https://scanpy.readthedocs.io/ >`__ for usage
11
11
related to single cell data.
12
12
* Discuss development on `GitHub <https://github.com/theislab/anndata >`_.
13
- * Install via `pip install anndata ` or `conda install anndata -c bioconda `.
13
+ * Install via `pip install anndata ` or `conda install anndata -c conda-forge `.
14
14
* anndata was initially built for Scanpy `(Genome Biology, 2018)
15
15
<https://doi.org/10.1186/s13059-017-1382-0> `__.
16
16
Original file line number Diff line number Diff line change 1
1
.. role :: small
2
2
.. role :: smaller
3
3
4
- On ` master ` :small: `the future `
4
+ 0.7.8 :small: `9 November, 2021 `
5
5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
6
7
7
.. rubric :: Bug fixes
8
8
9
- .. rubric :: Features
9
+ - Re-include test helpers :pr: ` 641 ` :smaller: ` I Virshup `
10
10
11
11
12
12
0.7.7 :small: `9 November, 2021 `
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ test = [
91
91
92
92
[tool .flit .sdist ]
93
93
exclude = [
94
- " anndata/tests" ,
95
- " setup.py " ,
94
+ ' anndata/tests/test_*.py ' ,
95
+ ' anndata/tests/data ' ,
96
96
]
97
97
98
98
[tool .coverage .run ]
You can’t perform that action at this time.
0 commit comments