Skip to content

Commit

Permalink
Merge branch 'release/v0.2.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Mar 14, 2020
2 parents fc40c61 + 9f252aa commit 5ae7328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Benford for Python

`current version = 0.2.5`
`current version = 0.2.6`

## New in this version

### Bug fixes (see [release notes](https://github.com/milcent/benford_py/releases/tag/v0.2.6))

### In version 0.2.5

- Lib separated in submodules, for better organization, debugging, and further documentation and testing; and
- Debuted documentation with sphinx and [ReadTheDocs](https://benford-py.readthedocs.io). Mostly the docstrings autodocs functionality for now, but better than nothing.

Expand All @@ -24,9 +28,7 @@ Second Digit, First Two Digits, First Three Digits and Last Two Digits) at insta

## On the RoadMap

- Brake the module in different files for better organization;
- Tests, Tests,... and more tests (I mean **PY**tests!!);
- Sphynx documentation;
- More color optionns for ploting;
- Set up warnings when the usable sample is too small for the especific test;
- Implement the bootstrap approach for conformity checking ([Issue 15](https://github.com/milcent/benford_py/issues/15))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup

setup(name='benford_py',
version='0.2.5',
version='0.2.6',
description='A library for testing data sets with Bendford\'s Law',
url='https://github.com/milcent/benford_py',
download_url='https://github.com/milcent/benford_py/archive/v0.2.5.tar.gz',
download_url='https://github.com/milcent/benford_py/archive/v0.2.6.tar.gz',
author='Marcel Milcent',
author_email='marcelmilcent@gmail.com',
license='GPLv3.0',
Expand Down

0 comments on commit 5ae7328

Please sign in to comment.