Skip to content

Commit f23e828

Browse files
committed
Fix spmatrix import and update changelog for new patch
1 parent c9f07e1 commit f23e828

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22
*********************************
3+
## CellTypist 1.5.1 (May 26, 2023)
4+
Fix error in not importing spmatrix in pct
35
## CellTypist 1.5.0 (May 16, 2023)
46
A more mature release before the formal CellTypist v2
57
## CellTypist 1.4.0 (May 2, 2023)

celltypist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .contro.integrate import integrate
99
from .contro.plot import treeplot, sankeyplot
1010

11-
__version__ = "1.5.0"
11+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)