Robbi Nespu pushed to branch master at Debian Med / scanpy
Commits: da5419e0 by Robbi Nespu at 2021-03-21T21:44:08+08:00 fixed testing module which failed to import scanpy.api - - - - - 2 changed files: - + debian/patches/refactor_pl_py.patch - debian/patches/series Changes: ===================================== debian/patches/refactor_pl_py.patch ===================================== @@ -0,0 +1,12 @@ +--- scanpy.orig/scanpy/api/pl.py ++++ scanpy/scanpy/api/pl.py +@@ -1,5 +1,7 @@ +-from ..plotting._anndata import scatter, violin, ranking, clustermap, stacked_violin, heatmap, dotplot, matrixplot, tracksplot +- ++from ..plotting._anndata import scatter, violin, ranking, clustermap, heatmap, tracksplot ++from ..plotting._stacked_violin import stacked_violin ++from ..plotting._dotplot import dotplot ++from ..plotting._matrixplot import matrixplot + from ..plotting._preprocessing import filter_genes_dispersion, highly_variable_genes + + from ..plotting._tools.scatterplots import embedding, pca, diffmap, draw_graph, tsne, umap ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ +refactor_pl_py.patch avoid_setuptools_scm.patch View it on GitLab: https://salsa.debian.org/med-team/scanpy/-/commit/da5419e0a0ff2fd40a1acac3d00f30b70303b5af -- View it on GitLab: https://salsa.debian.org/med-team/scanpy/-/commit/da5419e0a0ff2fd40a1acac3d00f30b70303b5af You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
