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