Skip to content

Releases: raphaelvallat/pingouin

v0.1.10

10 Oct 16:12
Compare
Choose a tag to compare

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

05 Oct 18:10
Compare
Choose a tag to compare
  • Added partial correlations
  • Minor improvements in docs and binder notebooks

v0.1.8

29 Sep 23:32
Compare
Choose a tag to compare

Minor release:

  • Major improvements in documentation
  • Added non-parametric Cochran Q test
  • Added support for multiple covariates in ANCOVA

v0.1.7

26 Sep 20:00
Compare
Choose a tag to compare

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

13 Sep 14:48
Compare
Choose a tag to compare

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

07 Sep 16:48
Compare
Choose a tag to compare

v0.1.4

25 Jul 16:31
Compare
Choose a tag to compare

Minor release: fixed bug in installation caused by pingouin.external + added 4 circular statistics functions

v0.1.3

14 Jun 18:19
Compare
Choose a tag to compare

Major updates in documentation + added Bayesian T-tests and correlations + added several non-parametric functions and robust correlations

v0.1.1

24 Apr 00:37
Compare
Choose a tag to compare
releases 0.1.1

v0.1.0

16 Apr 21:53
Compare
Choose a tag to compare

First release of Pingouin.