Releases: raphaelvallat/pingouin
Releases · raphaelvallat/pingouin
v0.1.10
Minor release:
- Fixed dataset names in MANIFEST.in (.csv files were not copy-pasted with pip)
- Added circ_vtest function
- Added multivariate_normality function (Henze-Zirkler’s Multivariate Normality Test)
- Renamed functions test_normality, test_sphericity and test_homoscedasticity to normality, sphericity and homoscedasticity to avoid bugs with pytest.
- Moved distribution tests from parametric.py to distribution.py
v0.1.9
- Added partial correlations
- Minor improvements in docs and binder notebooks
v0.1.8
Minor release:
- Major improvements in documentation
- Added non-parametric Cochran Q test
- Added support for multiple covariates in ANCOVA
v0.1.7
Major release:
- Added two-way repeated measures anova, intraclass correlation, ANCOVA...
- Fixed a minor bug in paired Cohen's d: please make sure to use the latest version of Pingouin
See full changelog here: https://raphaelvallat.github.io/pingouin/build/html/changelog.html
v0.1.6
Minor release:
- Hotfix in pingouin.datasets files that were not properly installed in the site-packages directory
- Fixed test-sphericity when ddof was equal to 0
Changelog: https://raphaelvallat.github.io/pingouin/build/html/changelog.html
v0.1.5
MAJOR RELEASE
See full changelog: https://raphaelvallat.github.io/pingouin/build/html/changelog.html
v0.1.4
Minor release: fixed bug in installation caused by pingouin.external + added 4 circular statistics functions
v0.1.3
Major updates in documentation + added Bayesian T-tests and correlations + added several non-parametric functions and robust correlations
v0.1.1
releases 0.1.1
v0.1.0
First release of Pingouin.