Skip to content

v0.1.10

Compare
Choose a tag to compare
@raphaelvallat raphaelvallat released this 10 Oct 16:12

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