Scikit Posthocs Versions Save

Multiple Pairwise Comparisons (Post Hoc) Tests in Python

v0.9.0

2 months ago

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 @EricHUANG970823

v0.8.1

4 months ago

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

v0.8.0

6 months ago

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

  • critical difference diagrams (see critical_difference_diagram) are implemented (thanks to @pedroilidio and @chengmingbo)
  • outliers_gesd code improved (thanks to @ysBach)
  • increased abs tolerance for wilcoxon test (test_posthoc_wilcoxon)
  • minor updates and fixes

v0.7.0

2 years ago

This release adds type hints to all package functions and fixes a bug in heatmap plotting (https://github.com/maximtrp/scikit-posthocs/issues/51).

v0.6.7

3 years ago

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).

v0.6.6

3 years ago

This is a stable release of scikit-posthocs package (v0.6.6).

v0.6.5

3 years ago

This is a stable release of scikit-posthocs package (v0.6.5).

v0.6.4

3 years ago

This is a stable release of scikit-posthocs package (v0.6.4).

v0.5.1

5 years ago

This is a stable release of scikit-posthocs package (v0.5.1).