Skip to content

Releases: milcent/benford_py

Version 0.5.0

29 Jun 11:36
Compare
Choose a tag to compare

- Mantissas Kolmogorov Smirnov test (#54)

Version 0.4.3

06 Jun 01:30
Compare
Choose a tag to compare
  • Fixed divide by zero warning from log in Bhathaccharrya Distance function function (#54 )

Version 0.4.2

23 May 20:31
Compare
Choose a tag to compare

- Fixed NoneType division errorfrom Kolmogorov Smirnof critical_value in Test class property (#51)

- Fixed divide by zero warning from np.where in KL-Divergence function (#52)

Version 0.4.1

28 Apr 22:56
Compare
Choose a tag to compare

- Fixed "_" in public attributes of Bhattacharyya Distance and Kullback-Leibler Divergence

- Exposed Bhattacharyya Coefficient (already implemented)

Version 0.4.0

25 Apr 21:14
Compare
Choose a tag to compare

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

24 Jan 02:45
Compare
Choose a tag to compare

Bugfix: unwanted verbose param in summation function.

Version 0.3.2

16 Dec 02:48
Compare
Choose a tag to compare

README.md solely for Pypi, without figures to render

Version 0.3.1

16 Dec 01:50
Compare
Choose a tag to compare

Pypi-friendly README.md

Version 0.3.0

16 Dec 00:05
Compare
Choose a tag to compare
  • save_plot and save_plot_kwargs parameters to show-plot functions and methods;

  • Improved test coverage;

  • Bug Fixes:

    • Fixed Kolmogorov_Smirnov critical value sfor 90% confidence #46;

    • Fixed division by zero error when a givem test produced an empty dataframe #41 #40.

Version 0.2.7

14 Apr 11:45
Compare
Choose a tag to compare

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()