File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
*********************************
3
+ ## CellTypist 1.6.2 (November 1, 2023)
4
+ - Reformat error and warning messages during prediction [ #89 ] ( https://github.com/Teichlab/celltypist/issues/89 )
5
+ - Fix cuml import during model training
6
+ - Fix categorical output from new versions of pandas during majority voting [ #96 ] ( https://github.com/Teichlab/celltypist/issues/96 )
3
7
## CellTypist 1.6.1 (September 25, 2023)
4
8
- Add cuML-based GPU support for model training [ #80 ] ( https://github.com/Teichlab/celltypist/pull/80 )
5
9
- Detect data input format only for the first 1000 cells
Original file line number Diff line number Diff line change 3
3
from .train import train
4
4
from .plot import dotplot
5
5
6
- __version__ = "1.6.1 "
6
+ __version__ = "1.6.2 "
You can’t perform that action at this time.
0 commit comments