Skip to content

Commit 30c1fce

Browse files
authored
Prep 0.7.8 (#641)
* update build exclusions * Update release notes * Hide experimental * Update conda install instructions
1 parent 7481d1f commit 30c1fce

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

docs/api.rst

-16
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ Writing to other formats.
6565
AnnData.write_zarr
6666

6767

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-
8468
Errors and warnings
8569
-------------------
8670

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ of data and learned annotations.
1010
* See `Scanpy's documentation <https://scanpy.readthedocs.io/>`__ for usage
1111
related to single cell data.
1212
* 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`.
1414
* anndata was initially built for Scanpy `(Genome Biology, 2018)
1515
<https://doi.org/10.1186/s13059-017-1382-0>`__.
1616

docs/release-latest.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. role:: small
22
.. role:: smaller
33

4-
On `master` :small:`the future`
4+
0.7.8 :small:`9 November, 2021`
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66

77
.. rubric:: Bug fixes
88

9-
.. rubric:: Features
9+
- Re-include test helpers :pr:`641` :smaller:`I Virshup`
1010

1111

1212
0.7.7 :small:`9 November, 2021`

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ test = [
9191

9292
[tool.flit.sdist]
9393
exclude = [
94-
"anndata/tests",
95-
"setup.py",
94+
'anndata/tests/test_*.py',
95+
'anndata/tests/data',
9696
]
9797

9898
[tool.coverage.run]

0 commit comments

Comments
 (0)