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