Skip to content

Commit 0a5e319

Browse files
committed
Version 1.6.1
1 parent 94c8977 commit 0a5e319

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.6.1 (September 25, 2023)
4+
- Add cuML-based GPU support for model training [#80](https://github.com/Teichlab/celltypist/pull/80)
5+
- Detect data input format only for the first 1000 cells
6+
- Fix KeyError in [to_adata](https://celltypist.readthedocs.io/en/latest/celltypist.classifier.AnnotationResult.html#celltypist.classifier.AnnotationResult.to_adata) when setting `mode = 'prob match'` in [celltypist.annotate](https://celltypist.readthedocs.io/en/latest/celltypist.annotate.html)
7+
- Add gene symbol to ID conversion file and expand README [#87](https://github.com/Teichlab/celltypist/issues/87)
38
## CellTypist 1.6.0 (August 5, 2023)
49
- Separate [CellHint](https://github.com/Teichlab/cellhint) from CellTypist
510
- Keep strict one-to-one orthologs during species model conversion

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.0"
6+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)