Skip to content

Releases: mdaeron/D47crunch

D47crunch v2.5.3

15 Dec 21:56

Choose a tag to compare

Released on 2025-12-15

  • Fixed filename bug in D47crunch.table_of_analyses() (#22)

D47crunch v2.5.2

15 Dec 20:59

Choose a tag to compare

Released on 2025-12-15

  • Fixed bug whereby D47crunch.table_of_samples() was jumbling the order of samples (#23)

D47crunch v2.5.1

14 Dec 13:47

Choose a tag to compare

Released on 2025-12-14

  • No longer rely on scipy.stats.gaussian_kde() and change computation of sigma in D4xdata.plot_anchor_residuals().

D47crunch v2.5.0

13 Dec 13:51

Choose a tag to compare

Released on 2025-12-13

  • Add session_groups option to D4xdata.wg().
  • Remove a18_acid option to D4xdata.wg().

D47crunch v2.4.5

12 Dec 11:07

Choose a tag to compare

Released on 2025-12-12

  • Add D4xdata.plot_anchor_residuals().

D47crunch v2.4.4

05 Dec 14:22

Choose a tag to compare

Released on 2025-10-05

  • Add save_to_file option to D4xdata._save_D4x_correl().

D47crunch v2.4.3

04 Sep 12:44

Choose a tag to compare

  • Fix bug introduced by lazy-loading of typer.rich_utils.

D47crunch v2.4.2

16 Mar 13:47

Choose a tag to compare

  • Switch to MIT license
  • Add D47crunch_defaults to store global default values
  • Add D47crunch_defaults.PRETTY_TABLE_VSEP to customize pretty_table() globally
  • Fix bug that caused non-reproducible shuffling in virtual_data() when using a fixed seed.

D47crunch v2.4.1

10 Sep 14:09

Choose a tag to compare

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

04 Oct 16:41

Choose a tag to compare

New feature

  • Support for Δ49 standardization (#15).