Skip to content

Commit

Permalink
Version 1.6.0 (separate CellHint)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXu1 committed Aug 5, 2023
1 parent 496d28b commit e18b352
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.0 (August 5, 2023)
- Separate [CellHint](https://github.com/Teichlab/cellhint) from CellTypist
- Keep strict one-to-one orthologs during species model conversion
- Auto-fetch feature transfer files for model conversion
- Adapt code to sklearn>=1.3.0 [#75](https://github.com/Teichlab/celltypist/issues/75)
## CellTypist 1.5.3 (July 10, 2023)
- Fix DistanceMetric import for sklearn >= 1.3.0 [#73](https://github.com/Teichlab/celltypist/issues/73)
- Detect input format for [celltypist.dotplot](https://celltypist.readthedocs.io/en/latest/celltypist.dotplot.html)
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.5.3"
__version__ = "1.6.0"

0 comments on commit e18b352

Please sign in to comment.