mighty-metropolis

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

commit 931c4a5941fad976ac6eda09669fcc0c9faf1236
parent fe0b2814c7f8c71fefcddc432bf9e01fa6dbbd8c
Author: Alex Zarebski <aezarebski@gmail.com>
Date:   Thu, 14 May 2020 00:02:58 +0100

documentation

Diffstat:
MCHANGELOG | 3+++
Mmighty-metropolis.cabal | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 1.3.0 (2020-05-14) + * Add testing via 'hspec'. + - 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.2.0 +version: 1.3.0 synopsis: The Metropolis algorithm. homepage: http://github.com/jtobin/mighty-metropolis license: MIT