We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f128c0 commit fe35756Copy full SHA for fe35756
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
*********************************
3
+## CellTypist 1.7.1 (June 25, 2025)
4
+- Fix command param error for GPU [#154](https://github.com/Teichlab/celltypist/issues/154)
5
## CellTypist 1.7.0 (June 22, 2025)
6
- Add GPU option for the command line [#141](https://github.com/Teichlab/celltypist/issues/141)
7
- Add model subset function [#147](https://github.com/Teichlab/celltypist/issues/147)
celltypist/__init__.py
@@ -3,4 +3,4 @@
from .train import train
from .plot import dotplot
-__version__ = "1.7.0"
+__version__ = "1.7.1"
0 commit comments