Skip to content

Commit

Permalink
Prep 0.7.8 (#641)
Browse files Browse the repository at this point in the history
* update build exclusions

* Update release notes

* Hide experimental

* Update conda install instructions
  • Loading branch information
ivirshup authored Nov 9, 2021
1 parent 7481d1f commit 30c1fce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
16 changes: 0 additions & 16 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@ Writing to other formats.
AnnData.write_zarr


Experimental API
----------------

.. warning::

API's in the experimenal module are currently in development and subject to change at any time.

Two classes for working with batched access to collections of many `AnnData` objects or `h5ad` files. In paritcular, for pytorch-based models.

.. autosummary::
:toctree: generated/

experimental.AnnCollection
experimental.AnnLoader


Errors and warnings
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of data and learned annotations.
* See `Scanpy's documentation <https://scanpy.readthedocs.io/>`__ for usage
related to single cell data.
* Discuss development on `GitHub <https://github.com/theislab/anndata>`_.
* Install via `pip install anndata` or `conda install anndata -c bioconda`.
* Install via `pip install anndata` or `conda install anndata -c conda-forge`.
* anndata was initially built for Scanpy `(Genome Biology, 2018)
<https://doi.org/10.1186/s13059-017-1382-0>`__.

Expand Down
4 changes: 2 additions & 2 deletions docs/release-latest.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. role:: small
.. role:: smaller

On `master` :small:`the future`
0.7.8 :small:`9 November, 2021`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. rubric:: Bug fixes

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


0.7.7 :small:`9 November, 2021`
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ test = [

[tool.flit.sdist]
exclude = [
"anndata/tests",
"setup.py",
'anndata/tests/test_*.py',
'anndata/tests/data',
]

[tool.coverage.run]
Expand Down

0 comments on commit 30c1fce

Please sign in to comment.