Skip to content

Releases: hot9cups/probdists

probdists

24 Oct 17:13
Compare
Choose a tag to compare

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.

prob-dists-gb v1.0

24 Oct 05:07
Compare
Choose a tag to compare

First release of the Prob-Dists-GB package.
Currently supports Gaussian and Binomial distributions, in the future releases I might add support for a few more distributions.

The name of the package has mixed case, which isn't in convention with pep's recommended style. This will be fixed in the next version.