Skip to content

Commit 164904d

Browse files
committed
Version 1.5.3
1 parent afcf1f8 commit 164904d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22
*********************************
3+
## CellTypist 1.5.3 (July 10, 2023)
4+
- Fix DistanceMetric import for sklearn >= 1.3.0 [#73](https://github.com/Teichlab/celltypist/issues/73)
5+
- Detect input format for [celltypist.train](https://celltypist.readthedocs.io/en/latest/celltypist.train.html)
6+
- Require leidenalg >= 0.9.0
37
## CellTypist 1.5.2 (June 8, 2023)
4-
Patch log1p serialization issue and model download error
8+
- Patch log1p serialization issue and model download error
59
## CellTypist 1.5.1 (May 26, 2023)
6-
Fix error in not importing spmatrix in pct
10+
- Fix error in not importing spmatrix in pct
711
## CellTypist 1.5.0 (May 16, 2023)
812
A more mature release before the formal CellTypist v2
913
## 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.2"
11+
__version__ = "1.5.3"

0 commit comments

Comments
 (0)