Skip to content

Releases: maximtrp/scikit-posthocs

scikit-posthocs: v0.11.2

18 Dec 12:59
Compare
Choose a tag to compare

This release fixes a reference-related bug in sign_plot method (thanks to @feiden, #79).

scikit-posthocs: v0.11.1

05 Dec 21:49
Compare
Choose a tag to compare

This release fixes bugs in input processing in helper methods (such as sign_array) in _plotting file (fixes #77).

scikit-posthocs: v0.11.0

27 Nov 22:20
Compare
Choose a tag to compare

This release contains potentially breaking changes and is recommended for all users:

  • improved handling of block design data in all relevant posthoc and omnibus tests (thanks to @mlpotter, #76).
  • slightly refactored internal function for converting block design data to the required format.
  • all applicable tests are now using SciPy's implementation of Studentized range distribution.
  • minor fixes and improvements.

scikit-posthocs: v0.10.0

20 Oct 09:52
Compare
Choose a tag to compare

This is a big release with a number of long-awaited improvements and fixes (⚠️ potentially breaking!):

  • Reimplemented some tests based on studentized range distribution (using SciPy's implementation now). Fixes #60, #65
  • Reimplemented Nashimoto and Wright's all-pairs comparison procedure (NPM test)
  • Reimplemented Tukey HSD test (using SciPy's implementation as well). Fixes #61
  • Linted and formatted code with ruff. I am very excited with it. Cheers guys! 🍻
  • NA values are being dropped now. Fixes #70

scikit-posthocs: v0.9.1

09 Oct 10:33
c4da3ca
Compare
Choose a tag to compare

This release includes the implementation of the left-only version of critical difference diagrams (thanks to @docardoso, #72)

scikit-posthocs: v0.9.0

18 Feb 18:56
3403b67
Compare
Choose a tag to compare

This release includes a number of updates:

  • argument method was added to posthoc_wilcoxon method (#67), restricted SciPy version, and dropped support for Python 3.7 and 3.8
  • Dunnett's test for multiple comparisons against a control group (used after parametric ANOVA) was added by @YongcaiHuang

scikit-posthocs: v0.8.1

19 Dec 14:21
Compare
Choose a tag to compare

This release fixes Conover's post hoc test for unreplicated blocked data (#63, thanks to @liborak).

scikit-posthocs: v0.8.0

06 Nov 17:10
9dbf098
Compare
Choose a tag to compare

This release includes a number of features, enhancements and fixes:

scikit-posthocs: v0.7.0

07 May 07:57
f739c7a
Compare
Choose a tag to compare

This release adds type hints to all package functions and fixes a bug in heatmap plotting (#51).

scikit-posthocs: v0.6.7

17 Mar 06:05
Compare
Choose a tag to compare

This release fixes the issue with block data conversion when pandas DataFrame was passed with melted = True argument and non-default columns names (other than y, groups, and blocks).