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
0.4.2
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
0.4.1
fixed links
0.4.0
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
0.3.3
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
0.3.2
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`