* Added permutation tests, using SciPy’s `permutation_test`. * Added a permutation test for the Pearson correlation using the above.
1.2.4
Fixed an issue due to changes in internals with SciPy 1.14.
1.2.3
* Added functionality to store degrees of freedom for automatic weighting. * Minor improvements to documentation and dependencies.
1.2.2
Several improvements to the documentation.
1.2.1
Several minor bugfixes and documentation improvements.
1.2.0
* Added `direction` service function to find out in which direction a two-sided combined *p* value leans. * Fixed Wilcoxon’s signed-rank which broke due to a SciPy update. * Some improvements to documentation.