mighty-metropolis

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

commit 9179b1c88410e15f532fa7d51e94ce20ed484a56
parent 501fd2c164b236c4fa8150986a92bdcb402bf1cf
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 21 May 2020 21:16:54 +0400

Major version bump (-> 2.0.0).

The API change to 'metropolis' since the last release means that we need
to do rev the major version here.

Diffstat:
MCHANGELOG | 6++++--
Mmighty-metropolis.cabal | 2+-
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,7 +1,9 @@ # Changelog -- 1.3.0 (2020-05-21) - * Add 'chain'' function that supports use of 'chainTunables'. +- 2.0.0 (2020-05-21) + * Adds an explicit 'tunables' argument to the 'metropolis' transition + operator. + * Adds a 'chain'' function that can make use of 'chainTunables'. - 1.2.0 (2016-12-22) * Add 'chain' function for working with chains in memory. diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -1,5 +1,5 @@ name: mighty-metropolis -version: 1.3.0 +version: 2.0.0 synopsis: The Metropolis algorithm. homepage: http://github.com/jtobin/mighty-metropolis license: MIT