File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 33from .train import train
44from .plot import dotplot
55
6- __version__ = "1.6.3 "
6+ __version__ = "1.7.0 "
You can’t perform that action at this time.
0 commit comments