Skip to content

Commit

Permalink
Export concat (scverse#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup authored Jul 31, 2020
1 parent ab9247b commit 4856784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ In addition, the internals for the differential expression code were overhauled
- Add backup_url option to :func:`~scanpy.read_10x_h5` :pr:`1296` :smaller:`A Gayoso`
- Allow prefix for :func:`~scanpy.read_10x_mtx` :pr:`1250` :smaller:`G Sturm`
- Add optional tie correction for the 'wilcoxon' method in :func:`~scanpy.tl.rank_genes_groups` :pr:`1330` :smaller:`S Rybakov`
- :func:`~anndata.concat` is now exported from scanpy. See :doc:`anndata:concatenation` for more info. :pr:`1338` :smaller:`I Virshup`

.. rubric:: Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion scanpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from . import plotting as pl
from . import datasets, logging, queries, external, get

from anndata import AnnData
from anndata import AnnData, concat
from anndata import read_h5ad, read_csv, read_excel, read_hdf, read_loom, read_mtx, read_text, read_umi_tools
from .readwrite import read, read_10x_h5, read_10x_mtx, write, read_visium
from .neighbors import Neighbors
Expand Down

0 comments on commit 4856784

Please sign in to comment.