v0.6.2
New Function
- added
.gr.ligrecfrom squidpy
Updates
- removed
pp.calc_gene_qc - switched
pp.calculate_qc_metricstocp.RawKernel. Includes functionality frompp.calc_gene_qc - switched
pp.highly_variable_geneswithflavor='pearson_residuals'tocp.RawKernel - switched
pp.normalize_pearson_residualstocp.RawKernel - added checks cundata.X and cunndata.layers for .nnz < 2**31-1 because of Cupy's indptr being locked to 32bit ints.
Other
- added
.pre-commit-config.yaml - added coding-style black