File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
*********************************
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
3
7
## 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
5
9
## 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
7
11
## CellTypist 1.5.0 (May 16, 2023)
8
12
A more mature release before the formal CellTypist v2
9
13
## CellTypist 1.4.0 (May 2, 2023)
Original file line number Diff line number Diff line change 8
8
from .contro .integrate import integrate
9
9
from .contro .plot import treeplot , sankeyplot
10
10
11
- __version__ = "1.5.2 "
11
+ __version__ = "1.5.3 "
You can’t perform that action at this time.
0 commit comments