We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f07e1 commit f23e828Copy full SHA for f23e828
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
*********************************
3
+## CellTypist 1.5.1 (May 26, 2023)
4
+Fix error in not importing spmatrix in pct
5
## CellTypist 1.5.0 (May 16, 2023)
6
A more mature release before the formal CellTypist v2
7
## CellTypist 1.4.0 (May 2, 2023)
celltypist/__init__.py
@@ -8,4 +8,4 @@
8
from .contro.integrate import integrate
9
from .contro.plot import treeplot, sankeyplot
10
11
-__version__ = "1.5.0"
+__version__ = "1.5.1"
0 commit comments