mwc-probability

Sampling function-based probability distributions.
Log | Files | Refs | README | LICENSE

commit a09127738e559d5b61d3121479293519d4e5270f
parent a716284b26b0cd4b4eee8d13d29b17156edaf283
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 31 Jul 2020 17:49:38 -0230

release: v2.3.1

Diffstat:
MCHANGELOG | 3+++
Mmwc-probability.cabal | 4++--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 2.3.1 (2020-07-31) + * Relaxes the upper bound on mwc-random. + - 2.3.0 (2020-05-02) * Adds the discrete distribution (like categorical, but with supplied support). diff --git a/mwc-probability.cabal b/mwc-probability.cabal @@ -1,5 +1,5 @@ name: mwc-probability -version: 2.3.0 +version: 2.3.1 homepage: http://github.com/jtobin/mwc-probability license: MIT license-file: LICENSE @@ -57,7 +57,7 @@ library build-depends: base >= 4.8 && < 6 , containers >= 0.6 - , mwc-random > 0.13 && < 0.15 + , mwc-random > 0.13 && < 0.16 , primitive >= 0.6 && < 1.0 , transformers >= 0.5 && < 1.0