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
Added optimizer aliases ("PCHA" for "projected_gradients" and "FW" for "frank_wolfe") across the public API, including caching filters and documentation, plus regression tests to ensure both names yield identical results.
Added quantile-based continuous enrichment for gene expression and numeric adata.obs columns with ParTI-style binning, max-in-bin0 criteria, and optional NaN ignoring for obs columns.
Added quantile-based categorical enrichment for adata.obs labels with ParTI-style binning, max-in-bin0 filtering, hypergeometric over-representation testing, configurable background contrast, and minimum category count filtering.