Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release-notes/1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ The `1.5.0` release adds a lot of new functionality, much of which takes advanta

.. rubric:: New functionality

- Many functions, like :func:`~scanpy.pp.neighbors` and :func:`~scanpy.tl.umap`, now store cell-by-cell graphs in :attr:`~anndata.AnnData.obsp` :pr:`1118` :smaller:`S Rybakov`
- Many functions, like :func:`scanpy.pp.neighbors` and :func:`~scanpy.tl.umap`, now store cell-by-cell graphs in :attr:`~anndata.AnnData.obsp` :pr:`1118` :smaller:`S Rybakov`
- :func:`~scanpy.pp.scale` and :func:`~scanpy.pp.log1p` can be used on any element in :attr:`~anndata.AnnData.layers` or :attr:`~anndata.AnnData.obsm` :pr:`1173` :smaller:`I Virshup`

.. rubric:: External tools

- `~scanpy.external.pp.scvi` for preprocessing with scVI :pr:`1085` :smaller:`G Xing`
- `scanpy.external.pp.scvi` for preprocessing with scVI :pr:`1085` :smaller:`G Xing`
- Guide for using :ref:`Scanpy in R <conversion_to_r>` :pr:`1186` :smaller:`L Zappia`

.. rubric:: Performance
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/1.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- Updates for :func:`~scanpy.external.tl.palantir` and :func:`~scanpy.external.tl.palantir_results` :pr:`1245` :smaller:`A Mousa`
- Fixes to :func:`~scanpy.external.tl.harmony_timeseries` docs :pr:`1248` :smaller:`A Mousa`
- Support for `leiden` clustering by :func:`scanpy.external.tl.phenograph` :pr:`1080` :smaller:`A Mousa`
- Deprecate `~scanpy.external.pp.scvi` :pr:`1554` :smaller:`G Xing`
- Deprecate `scanpy.external.pp.scvi` :pr:`1554` :smaller:`G Xing`
- Updated default params of :func:`~scanpy.external.tl.sam` to work with larger data :pr:`1540` :smaller:`A Tarashansky`

.. rubric:: Documentation
Expand Down