Skip to content

Releases: scverse/rapids_singlecell

v.0.5.1

27 Feb 13:37
229bb90
Compare
Choose a tag to compare

Changes:

  • improves __getitem__ function
  • fixed a small bug while creating cunndata
  • changed to calculate_qc_metrics with log1p
  • updates calc_gene_qc to be consistent with calculate_qc_metrics
  • updates filter_cells and filter_genes
  • updates docs
  • updates Notebooks

v0.5.0

05 Feb 21:50
ee66bdc
Compare
Choose a tag to compare

added docs

Changes:

  • added properties to cunnData for .X, .obs, .var, .uns,.layers, .obsm, .varm
  • changed .pp.plt_ to .pl for plotting functions
  • fixed typo in calculate_qc
  • changed import of functions and improved docstrings for documentation

v0.4.2

31 Jan 14:07
6a76e28
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a bug where only the last layer of an AnnData objects was appended.
  • Fixed a small error with the creation of the conda env

v0.4.1

30 Jan 14:32
95bda4a
Compare
Choose a tag to compare

fixed links

v0.4.0

30 Jan 14:19
20cfa07
Compare
Choose a tag to compare

changed name from rapids_singlecell to rapids-singlecell
Added ability to install from pipy
Added updated yaml recipes for Conda environments

Minor Changes:

  • minor fix for rapids-23.02 in rank_genes_groups_logreg
  • accelerated _get_mean_var
  • improvements for tl.tsne:
    * added method argument
    * added metric argument

v0.3.3

18 Jan 21:18
c1edcd4
Compare
Choose a tag to compare

cunndata:

  • switchted to anndata's getitem function

cunndata_funcs:

  • added .layers support for:
    • regress_out
    • scale
    • normalize_total
  • changed mean and var calcuations to make them more memory efficent

scanpy_gpu

  • changed TSNE defaults

v0.3.2

11 Jan 15:02
24b7494
Compare
Choose a tag to compare

cunndata

*added .varm
*added .__repr__

cunndata_funcs

*added pca
*added TSVD and Incremental PCA support
*added support for .varm

scanpy_gpu

*added TSVD and Incremental PCA support
*added .uns support for leiden and louvain

v0.3.1

01 Dec 13:51
087995a
Compare
Choose a tag to compare
  • fixed Louvain and Leiden Clustering for rapids version > 22.08.
  • added support for use_weights for leiden and louvain clustering
  • added support for neighbors_key for leiden and louvain clustering
  • added possibility to use different neighbourhood graphs
  • added support multi_target_regresion in cudata_funcs.regress_out
  • added support for __getitem__ to be used on .var
  • added support for slices to be used on __getitem__

v0.3.0

22 Nov 17:15
7f37c0e
Compare
Choose a tag to compare

v.0.3.0

cunnData

  • added support for spatial transcriptomics
  • added .obsm to cunnData
  • moved methods from class to cunnData_funcs

cunnData_funcs

  • most methods of cunnData are now functions the can be used on the cunnData object.

scanpy_gpu

  • split functions into separate files

decoupler_gpu

  • added first two accelerated decoupler functions:
    • run_mlm
    • run_wsum

v.0.2.2

22 Aug 12:27
9546295
Compare
Choose a tag to compare

Minor Bugfixes

  • Fixed dtype bug after using normalize_pearson_residuals.