- Added feature to automatically select the maximum amount of jobs by using `num_jobs=-1`
1.2.5
Changes:
- Updated documentation and code based on insights from [paper experiments](https://arxiv.org/pdf/2204.06815.pdf) - Speed and reliability improvements - Deprecating some arguments, such as `num_samples`, `use_symmetry` and adding `num_comparisons`
1.2.0
Add functions to help determine the right sample size, namely `aso_uncertainty_reduction()`, `bootstrap_power_analysis()`
1.1.3
Fixing the bug described in 7 with commit a900e4a2d60278db211f9439a4f910e0aa53073b.
1.1.2
Two critical hotfixes (see commit 23bf573). Additional minor fix for documentation in README.
1.1.1
Features:
- Make it easier to compare multiple model scores at once with `multi_aso()`. - Results can be created as a `pandas.DataFrame` for readability. - Both `aso()` and `multi_aso()` support a `seed` argument for replicability.