Skip to content

v0.5.1

Compare
Choose a tag to compare
@raphaelvallat raphaelvallat released this 20 Feb 17:08
a3e2ba6

Pingouin 0.5.1

This is a minor release, with several bugfixes and improvements. This release is compatible with SciPy 1.8 and Pandas 1.4.

Bugfixes

Enhancements

  • Faster implementation of pingouin.gzscore(), adding all options available in zscore: axis, ddof and nan_policy. Warning: this function is deprecated and will be removed in the next version of Pingouin (use scipy.stats.gzscore() instead). #210.
  • Replace use of statsmodels’ studentized range distribution functions with more SciPy’s more accurate scipy.stats.studentized_range(). #229.
  • Add support for optional keywords argument in the pingouin.homoscedasticity() function #218
  • Add support for the Jarque-Bera test in pingouin.normality() #216.

Lastly, we have also deprecated the Gitter forum in favor of GitHub Discussions. Please use Discussions to ask questions, share ideas / tips and engage with the Pingouin community!