Skip to content

Commit fe35756

Browse files
committed
Version 1.7.1
1 parent 2f128c0 commit fe35756

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22
*********************************
3+
## CellTypist 1.7.1 (June 25, 2025)
4+
- Fix command param error for GPU [#154](https://github.com/Teichlab/celltypist/issues/154)
35
## CellTypist 1.7.0 (June 22, 2025)
46
- Add GPU option for the command line [#141](https://github.com/Teichlab/celltypist/issues/141)
57
- Add model subset function [#147](https://github.com/Teichlab/celltypist/issues/147)

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.7.0"
6+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)