Releases: erdogant/benfordslaw
Releases · erdogant/benfordslaw
2.0.1
- Catch the warnings in the fit and plot function.
2.0.0
- The Uniform distribution is used for all positions < 0 and position > 3.
- Plot is improved with percentages and digits on the x-axis are now integers.
- Wget is removed and datazets library is added.
This includes the fix for Issue #13
v1.2.1
- fix for canvas_set_window_title. Issue: #11
v1.2.0
- Fix for computing nth digit issue #10
v1.1.3
- fix in case of pandas dataframe is used as input
v1.1.2
- Fix for AttributeError fillna
v1.1.1
- Fix for bug in case of input of Int64Dtype type (issue #8) thanks to ThomasOfferman
v1.1.0
- The expected counts are kept exact (not rounded anymore) and therefore it does not result in the chi2 error of 1e-8!