Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXu1 committed Sep 25, 2023
1 parent 94c8977 commit 0a5e319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog
*********************************
## CellTypist 1.6.1 (September 25, 2023)
- Add cuML-based GPU support for model training [#80](https://github.com/Teichlab/celltypist/pull/80)
- Detect data input format only for the first 1000 cells
- 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)
- Add gene symbol to ID conversion file and expand README [#87](https://github.com/Teichlab/celltypist/issues/87)
## CellTypist 1.6.0 (August 5, 2023)
- Separate [CellHint](https://github.com/Teichlab/cellhint) from CellTypist
- Keep strict one-to-one orthologs during species model conversion
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.0"
__version__ = "1.6.1"

0 comments on commit 0a5e319

Please sign in to comment.