We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4224b9a commit 6653014Copy full SHA for 6653014
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
*********************************
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)
6
## CellTypist 1.6.2 (November 1, 2023)
7
- Reformat error and warning messages during prediction [#89](https://github.com/Teichlab/celltypist/issues/89)
8
- Fix cuml import during model training
celltypist/__init__.py
@@ -3,4 +3,4 @@
from .train import train
from .plot import dotplot
-__version__ = "1.6.2"
+__version__ = "1.6.3"
0 commit comments