Releases: scverse/pertpy
Releases Β· scverse/pertpy
1.1.0 π release
π Features
- milo: speed up pydeseq2 da_nhoods ~100x via poscounts size factors (#992) @Zethson
- Guide RNA assignment: crispat-matching JAX MAP fit (10β30Γ faster) (#987) @Zethson
- DIALOGUE: from-scratch port of the R reference (PMD + HLM + iterative NNLS) (#988) @Zethson
- PyDESeq2: optional apeGLM LFC shrinkage (#985) @Zethson
- Add layout option to coda plot_boxplots (#718) (#932) @emekaokoli19
π Bug Fixes
- scCODA: fix run_hmc TypeError; clarify log2-fold-change sign (#993) @Zethson
- scCODA/tascCODA: make make_arviz stateless (#991) @Zethson
- scCODA: unify covariate index format across get_effect_df / summary / credible_effects (#989) @Zethson
- Reject all-zero contrasts in test_contrasts (#981) @Zethson
- Fix PseudobulkSpace.compute losing X with anndata main (#979) @Zethson
- Fix plot_effects_umap KeyError on Sccoda output (#780) (#971) @LiudengZhang
- Fix marker positions: calculate marker positions from DataFrame, not rendered labels (#970) @kimjune01
- Fix plot_multicomparison_fc ValueError with default figsize (#965) @kimjune01
- Fix minor bugs (#960) @Zethson
- Fix
addandsubtract(#959) @Zethson
π§° Maintenance
1.0.6 π
1.0.5 π
1.0.4 π
Changes
π Features
- Speedup For EDistance-like distances (#880) @selmanozleyen
- add
milo-edgerextra (#874) @mschilli87 - ci: fix isort formatting (#878) @flying-sheep
- Add permutation test (#726) @maltekuehl
π Bug Fixes
- Remove cmap default in
GuideAssignment.heatmap(#887) @Zethson - fix: adapt fixture usage to newer pytest versions (#879) @flying-sheep
- remove decoupler mention (#869) @Zethson
- unpin R version in CI (#863) @Zethson
- Fix harded control key in plot_heatmap (#862) @Zethson
π§° Maintenance
1.0.3 π
1.0.2 π
Changes
π Bug Fixes
- Fixed GDSC and PRISM annotation warnings (#835) @Lilly-May
- Fix: Validate 'type' parameter in Tasccoda.load (#839) @JuanTejedor
- Partial fixes for make_arviz (#834) @jpintar
- Fix setting of
rng_keyinmake_arviz(#831) @jpintar
1.0.1 π
1.0.0 π
0.11.5 π
π Features
- Move to trusted publishing (#790) @Zethson
- Add conda-forge to installation instructions (#789) @Zethson
- fix seaborn 0.14 compat & testing dependencies & speed up tests (#787) @Zethson
- Support > 2 colors in
pt.tl.Sccoda.plot_boxplots(#784) @mschilli87
π Bug Fixes
- Fix LIL support for AnnData 0.12 (#792) @Zethson
- Fix compatibility with rpy 3.6.0 in milo (#791) @seohyonkim