Releases: milcent/benford_py
Releases · milcent/benford_py
Version 0.5.0
Version 0.4.3
- Fixed divide by zero warning from log in Bhathaccharrya Distance function function (#54 )
Version 0.4.2
Version 0.4.1
- Fixed "_" in public attributes of Bhattacharyya Distance and Kullback-Leibler Divergence
- Exposed Bhattacharyya Coefficient (already implemented)
Version 0.4.0
Implemented Bhattacharyya Distance and Kullback-Leibler Divergence stats - #50.
Improved test coverage and parametrization
License changed from GLP3 to BSD 3-clause
Version 0.3.3
Bugfix: unwanted verbose
param in summation
function.
Version 0.3.2
README.md solely for Pypi, without figures to render
Version 0.3.1
Pypi-friendly README.md
Version 0.3.0
Version 0.2.7
Bug Fixes
Naming problems after refactoring in submodules
-
_get_mantissas_() -> get_mantissas()
-
KS() -> kolmogorov_smirnov()
-
KS_2() -> kolmogorov_smirnov_2()
-
chi_square() -> chi_sq()
-
chi_square_2() -> chi_sq_2()