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](https://pypi.org/project/Prob-Dists-GB/1.0/), <br>
but from now on, the package will be called [probdists](https://pypi.org/project/probdists/).
I've skipped v1.1 release since this wasn't actually a transition from v1.0 but a complete revamp, <br>but there isn't enough new functionality to tag it v2.0 either.
v.0
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.