Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXu1 committed Nov 1, 2023
1 parent 543c059 commit 777f8e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
*********************************
## CellTypist 1.6.2 (November 1, 2023)
- Reformat error and warning messages during prediction [#89](https://github.com/Teichlab/celltypist/issues/89)
- Fix cuml import during model training
- Fix categorical output from new versions of pandas during majority voting [#96](https://github.com/Teichlab/celltypist/issues/96)
## CellTypist 1.6.1 (September 25, 2023)
- Add cuML-based GPU support for model training [#80](https://github.com/Teichlab/celltypist/pull/80)
- Detect data input format only for the first 1000 cells
Expand Down
2 changes: 1 addition & 1 deletion celltypist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .train import train
from .plot import dotplot

__version__ = "1.6.1"
__version__ = "1.6.2"

0 comments on commit 777f8e9

Please sign in to comment.