Skip to content

v0.2.7

Compare
Choose a tag to compare
@raphaelvallat raphaelvallat released this 25 Jun 20:45

This is a minor release, mainly to fix dependency issues between scipy and statsmodels.

Dependencies

a. Pingouin now requires statsmodels>=0.10.0 (latest release June 2019) and is compatible with SciPy 1.3.0.

Enhancements

a. Added support for long-format dataframe in pingouin.sphericity and pingouin.epsilon.
b. Added support for two within-factors interaction in pingouin.sphericity and pingouin.epsilon (for the former, granted that at least one of them has no more than two levels.)

New functions

a. Added pingouin.power_rm_anova function.