You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add inplace functionality where easily possible, that's not a simple renaming; a function that has inplace in it, should only return the annotation if inplace=False; the copy functions return the whole adata, which we don't want...
rename n_comps to n_components everywhere
replace default pca solver with 'arpack'
change default solver in logreg solver in rank_genes_groups to lbfgs
A list for keeping track of things that we might change when breaking backwards compat at some point:
user_cache_dir(…),~/.scanpy/cache/or~/.cache/log2fcor similarly: Documentation for rank_genes_groups #446inplacefunctionality where easily possible, that's not a simple renaming; a function that hasinplacein it, should only return the annotation ifinplace=False; thecopyfunctions return the wholeadata, which we don't want...n_compston_componentseverywheredone in #3653
t-testorwilxoconthe default oftl.rank_genes_groupspp.highly_variable_genesreturn a df instead of a recarray...anndata: