Releases: mdaeron/D47crunch
Releases · mdaeron/D47crunch
D47crunch v2.5.3
D47crunch v2.5.2
Released on 2025-12-15
- Fixed bug whereby
D47crunch.table_of_samples()was jumbling the order of samples (#23)
D47crunch v2.5.1
Released on 2025-12-14
- No longer rely on
scipy.stats.gaussian_kde()and change computation ofsigmainD4xdata.plot_anchor_residuals().
D47crunch v2.5.0
Released on 2025-12-13
- Add
session_groupsoption toD4xdata.wg(). - Remove
a18_acidoption toD4xdata.wg().
D47crunch v2.4.5
Released on 2025-12-12
- Add
D4xdata.plot_anchor_residuals().
D47crunch v2.4.4
Released on 2025-10-05
- Add
save_to_fileoption toD4xdata._save_D4x_correl().
D47crunch v2.4.3
- Fix bug introduced by lazy-loading of
typer.rich_utils.
D47crunch v2.4.2
- Switch to MIT license
- Add
D47crunch_defaultsto store global default values - Add
D47crunch_defaults.PRETTY_TABLE_VSEPto customizepretty_table()globally - Fix bug that caused non-reproducible shuffling in
virtual_data()when using a fixed seed.
D47crunch v2.4.1
New feature
D4x.plot_single_session()is now able to return the data to be plotted instead of plotting directly (used by D4Xgui, contributed by Miguel Bernecker).
Bugfix
- Simpler (better?) computation of D4x repeatability at the session level when using pooled regression method.
D47crunch v2.4.0
New feature
- Support for Δ49 standardization (#15).