- GPU support based on rapids-singlecell during the over-clustering step #110
- Load custom model directly #60
- Reformat error and warning messages during prediction #89
- Fix cuml import during model training
- Fix categorical output from new versions of pandas during majority voting #96
- Add cuML-based GPU support for model training #80
- Detect data input format only for the first 1000 cells
- Fix KeyError in to_adata when setting
mode = 'prob match'
in celltypist.annotate - Add gene symbol to ID conversion file and expand README #87
- Separate 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
- Fix DistanceMetric import for sklearn >= 1.3.0 #73
- Detect input format for celltypist.dotplot
- Require leidenalg >= 0.9.0
- Patch log1p serialization issue and model download error
- Fix error in not importing spmatrix in pct
A more mature release before the formal CellTypist v2
- Add modules of cell type harmonisation and integration (a release before the formal CellTypist v2)
- Transfer numpy matrix to array during prediction for compatibility with sklearn >= 1.0 #50
- Report all model url request errors (including timeout error) #28
- Add
with_mean
parameter in celltypist.train to optimize RAM usage by not subtracting the mean #29 - Raise warning instead of error during prediction when the input expression matrix contains only a subset of genes
- Reformat docs with independent pages for main functions
- Support dot plot when the prediction comes from the 'prob match' mode #33
- Disable hard-coded
max_iter
in celltypist.train with default values varying according to dataset sizes
- Add citation (PMID: 35549406)
- Add Docker/Singularity container
- Fix the error of celltypist.dotplot when reference cluster is type of int #22
- Relax the criteria of detecting the plain file format
- Expand the docstring of convert to explicitly support gene name transfer #26
- Automatically transpose (with warning) the input gene-by-cell matrix instead of raising an error
CellTypist 1.0.0
Final beta version
Closer-to-mature version
Close-to-mature version