Skip to content

Commit 777f8e9

Browse files
committed
Version 1.6.2
1 parent 543c059 commit 777f8e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22
*********************************
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)
37
## CellTypist 1.6.1 (September 25, 2023)
48
- Add cuML-based GPU support for model training [#80](https://github.com/Teichlab/celltypist/pull/80)
59
- Detect data input format only for the first 1000 cells

celltypist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .train import train
44
from .plot import dotplot
55

6-
__version__ = "1.6.1"
6+
__version__ = "1.6.2"

0 commit comments

Comments
 (0)