-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: Backwards-compat breaking changes #453
Comments
Could this issue include the previously discussed (#316 (comment)) change from |
sure. could you please edit your comment to contain a link to said discussion? |
I've edited my comment. I'd also be very in favor of the differential expression API getting reworked (#61). It's possible diffxpy should cover this, but I'm not really sure what the state of its development is. |
Completely agreed, @ivirshup! The |
A list for keeping track of things that we might change when breaking backwards compat at some point:
t-test
orwilxocon
the default oftl.rank_genes_groups
user_cache_dir(…)
,~/.scanpy/cache/
or~/.cache/
log2fc
or similarly: Documentation for rank_genes_groups #446inplace
functionality where easily possible, that's not a simple renaming; a function that hasinplace
in it, should only return the annotation ifinplace=False
; thecopy
functions return the wholeadata
, which we don't want...n_comps
ton_components
everywherepp.highly_variable_genes
return a df instead of a recarray...anndata:
The text was updated successfully, but these errors were encountered: