Recent Releases of benford-py
benford-py - Version 0.5.0
- Mantissas Kolmogorov Smirnov test (#54)
- Jupyter Notebook
Published by milcent almost 5 years ago
benford-py - Version 0.4.3
- Fixed divide by zero warning from log in Bhathaccharrya Distance function function (#54 )
- Jupyter Notebook
Published by milcent almost 5 years ago
benford-py - Version 0.4.2
- 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)
- Jupyter Notebook
Published by milcent about 5 years ago
benford-py - Version 0.4.1
- Fixed "_" in public attributes of Bhattacharyya Distance and Kullback-Leibler Divergence
- Exposed Bhattacharyya Coefficient (already implemented)
- Jupyter Notebook
Published by milcent about 5 years ago
benford-py - 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
- Jupyter Notebook
Published by milcent about 5 years ago
benford-py - Version 0.3.3
Bugfix: unwanted verbose param in summation function.
- Jupyter Notebook
Published by milcent over 5 years ago
benford-py - Version 0.3.2
README.md solely for Pypi, without figures to render
- Jupyter Notebook
Published by milcent over 5 years ago
benford-py - Version 0.3.1
Pypi-friendly README.md
- Jupyter Notebook
Published by milcent over 5 years ago
benford-py - Version 0.3.0
- ##
save_plotandsave_plot_kwargsparameters 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.
- Jupyter Notebook
Published by milcent over 5 years ago
benford-py - Version 0.2.7
Bug Fixes
Naming problems after refactoring in submodules
- ### _getmantissas() -> get_mantissas()
- ### KS() -> kolmogorov_smirnov()
- ### KS2() -> kolmogorovsmirnov_2()
- ### chisquare() -> chisq()
- ### chisquare2() -> chisq2()
- Jupyter Notebook
Published by milcent about 6 years ago
benford-py - Version 0.2.6
Bug fixes:
- ####
verboseparameter in mad and mse functions; - #### Input other than series in mad and mse functions; and
- #### Fixed Rolling mad and mse functions and plots.
- Jupyter Notebook
Published by milcent about 6 years ago
benford-py - Version 0.2.5
- Lib separated in submodules, for better organization, debugging, and further documentation and testing; and
- Debuted documentation with sphinx and ReadTheDocs. Mostly the docstrings autodocs functionality for now, but better than nothing.
- Jupyter Notebook
Published by milcent over 6 years ago
benford-py - Bug fixes to latest major version (0.2.0)
- Fixed second order tests when receiving numpy arrays as inputs (489801e6);
- Fixed missing show_plot argument to Mantissa class report() method (db347f1b); and
- Added block=True argument to plt.show(), so the plot may remain open while not freezing the terminal (93f8b7d1).
- Jupyter Notebook
Published by milcent over 6 years ago
benford-py - Added Chi-square and Kolmogorov-Smirnov tests
- Jupyter Notebook
Published by milcent over 8 years ago
benford-py - Benford_py pre-pre-alpha
The (sub) subversion of the Alpha version: - fixed a bug that throwed NANs instead of zeros when some digits combination were not present; and - updated the code concerning a matplotlib deprecation.
- Jupyter Notebook
Published by milcent over 8 years ago