mighty-metropolis

The classic Metropolis algorithm.
Log | Files | Refs | README | LICENSE

commit b9974abccbfffc27c19c4d068f1e0326ea89e33d
parent 4e7a055a9b61fc108d46975f3917eb770f1f9b34
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu, 22 Dec 2016 09:48:13 +1300

Update CHANGELOG [ci skip].

Diffstat:
MCHANGELOG | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 1.2.0 (2016-12-22) + * Add 'chain' function for working with chains in memory. + - 1.1.0 (2016-12-20) * Generalize base monad requirement to something matching both MonadIO and PrimState.