From 8c13f24cf794965c7d9a622a065f78e74a4c6009 Mon Sep 17 00:00:00 2001 From: Isaac Virshup Date: Sun, 17 Jan 2021 19:22:35 +1100 Subject: [PATCH] Backport PR #1592: Fix chunked pca --- docs/release-latest.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-latest.rst b/docs/release-latest.rst index d795fa0245..3f2e268798 100644 --- a/docs/release-latest.rst +++ b/docs/release-latest.rst @@ -65,3 +65,4 @@ Version 1.7 - Fixed bug where calling `set_figure_params` could block if IPython was installed, but not used. :pr:`1547` :smaller:`I Virshup` - :func:`~scanpy.pl.violin` no longer fails if `.raw` not present :pr:`1548` :smaller:`I Virshup` - :func:`~scanpy.pl.spatial` refactoring and better handling of spatial data :pr:`1512` :smaller:`G Palla` +- :func:`scanpy.pp.pca` works with `chunked=True` again :pr:`1592` :smaller:`I Virshup`