Releases: maximtrp/scikit-posthocs
scikit-posthocs: v0.11.0
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
This is a big release with a number of long-awaited improvements and fixes (
- Reimplemented test 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
This release includes the implementation of the left-only version of critical difference diagrams (thanks to @docardoso, #72)
scikit-posthocs: v0.9.0
This release includes a number of updates:
- argument
method
was added toposthoc_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
scikit-posthocs: v0.8.0
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
scikit-posthocs: v0.7.0
This release adds type hints to all package functions and fixes a bug in heatmap plotting (#51).
scikit-posthocs: v0.6.7
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
).
scikit-posthocs: v0.6.6
This is a stable release of scikit-posthocs package (v0.6.6).
scikit-posthocs: v0.6.5
This is a stable release of scikit-posthocs package (v0.6.5).