Skip to content

scikit-posthocs: v0.10.0

Latest
Compare
Choose a tag to compare
@maximtrp maximtrp released this 20 Oct 09:52
· 1 commit to master since this release

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

  • 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