CHANGELOG (1094B)
1 # Changelog 2 3 - 2.3.1 (2020-07-31) 4 * Relaxes the upper bound on mwc-random. 5 6 - 2.3.0 (2020-05-02) 7 * Adds the discrete distribution (like categorical, but with supplied 8 support). 9 10 - 2.2.0 (2020-01-29) 11 * Adds the Chinese Restaurant Process (crp). 12 13 - 2.1.0 (2019-07-23) 14 * Generalises 'categorical' and 'multinomial' to take things proportional to 15 probabilities, rather than probabilities proper. 16 17 - 2.0.4 (2018-06-30) 18 * Clean up docs and add some additional usage information. 19 * Split the existing Student t distribution into 'student' and its 20 generalised variant, 'gstudent'. 21 22 - 2.0.3 (2018-05-09) 23 * Add inverse Gaussian (Wald) distribution 24 25 - 2.0.2 (2018-01-30) 26 * Add negative binomial distribution 27 28 - 2.0.1 (2018-01-30) 29 * Add Normal-Gamma and Pareto distributions 30 31 - 2.0.0 (2018-01-29) 32 * Add Laplace and Zipf-Mandelbrot distribution 33 * Rename `isoGauss` to `isoNormal` and `standard` to `standardNormal` to 34 uniform naming scheme. 35 * Divide Haddock in sections 36 37 - 1.3.0 (2016-12-04) 38 * Generalize a couple of samplers to use Traversable rather than lists. 39