Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXu1 committed Jun 6, 2024
1 parent 4224b9a commit 6653014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
*********************************
## CellTypist 1.6.3 (June 6, 2024)
- GPU support based on rapids-singlecell during the over-clustering step [#110](https://github.com/Teichlab/celltypist/issues/110)
- Load custom model directly [#60](https://github.com/Teichlab/celltypist/issues/60)
## 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
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.2"
__version__ = "1.6.3"

0 comments on commit 6653014

Please sign in to comment.