Skip to content

Commit 6653014

Browse files
committed
Version 1.6.3
1 parent 4224b9a commit 6653014

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22
*********************************
3+
## CellTypist 1.6.3 (June 6, 2024)
4+
- GPU support based on rapids-singlecell during the over-clustering step [#110](https://github.com/Teichlab/celltypist/issues/110)
5+
- Load custom model directly [#60](https://github.com/Teichlab/celltypist/issues/60)
36
## CellTypist 1.6.2 (November 1, 2023)
47
- Reformat error and warning messages during prediction [#89](https://github.com/Teichlab/celltypist/issues/89)
58
- Fix cuml import during model training

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.2"
6+
__version__ = "1.6.3"

0 commit comments

Comments
 (0)