Skip to content

probdists

Latest
Compare
Choose a tag to compare
@hot9cups hot9cups released this 24 Oct 17:13
· 159 commits to main since this release

The previous release had the package named as 'Prob-Dists-GB'.
This wasn't in accordance with the PEP-8 style guidelines.

To avoid breaking changes, I've let that package stay on PyPi here,
but from now on, the package will be called probdists.

I've skipped v1.x releases since this wasn't actually a transition from v1.0 but a complete revamp,
but there isn't enough new functionality to tag it v2.0 either.
There's enough to mark it as the end of 1.x versions though so it's 1.9.

This release also focuses on styling, refactoring and better documentation.
The code is now linted according to flake8 and follows PEP8 guidelines.
The package was also updated to include the numbers.txt and numbers_binomial.txt files which weren't uploaded to PyPi earlier.
Redundant comments have been removed, existing comments have been formatted to have uniformity throughout.

Few things I have planned in mind are inclusion of exponential probability distribution, along with better support for file-reading.
Currently, the files are supposed to be \n delimited. Support for any delimiter would make the library more flexible.