Skip to content

Commit 558f122

Browse files
committed
Version 1.7.0
1 parent f7cd78e commit 558f122

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22
*********************************
3+
## CellTypist 1.7.0 (June 22, 2025)
4+
- Add GPU option for the command line [#141](https://github.com/Teichlab/celltypist/issues/141)
5+
- Add model subset function [#147](https://github.com/Teichlab/celltypist/issues/147)
6+
- Avoid checking built-in models when model path is provided in command line [#151](https://github.com/Teichlab/celltypist/issues/151)
7+
- Adjust leiden params to parallel scanpy
38
## CellTypist 1.6.3 (June 6, 2024)
49
- GPU support based on rapids-singlecell during the over-clustering step [#110](https://github.com/Teichlab/celltypist/issues/110)
510
- Load custom model directly [#60](https://github.com/Teichlab/celltypist/issues/60)

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.3"
6+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)