mighty-metropolis

The classic Metropolis algorithm.
git clone git://git.jtobin.io/mighty-metropolis.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-05-21 17:16Major version bump (-> 2.0.0).Jared Tobin2+5-3
2020-05-21 17:10Minor name tweaks.Jared Tobin1+6-6
2020-05-21 17:06Tweak changelog blurb.Jared Tobin1+2-2
2020-05-21 17:02Add tested-with field.Jared Tobin1+1-0
2020-05-21 16:59Pull in foldl dependency for tests.Jared Tobin2+7-5
2020-05-21 16:37Delete testing note from CHANGELOG.Jared Tobin1+0-1
2020-05-21 16:37Bump stackage pin.Jared Tobin4+17-5
2020-05-21 16:29Increase error tolerance.Jared Tobin1+11-9
2020-05-21 16:23Put 'Spec' in with the other test modules.Jared Tobin3+146-146
2020-05-21 16:20Fix some tests nits.Jared Tobin1+114-82
2020-05-21 15:07Formatting nits.Jared Tobin1+19-18
2020-05-14 14:46documentationAlex Zarebski2+3-1
2020-05-14 14:40implement handling of tunablesAlex Zarebski2+65-27
2020-05-14 13:52include basic testing of chain functionAlex Zarebski2+40-4
2020-05-14 12:45extend testing code by adding some helper functionsAlex Zarebski1+47-3
2020-05-13 23:02documentationAlex Zarebski2+4-1
2020-05-13 22:59include hspec testingAlex Zarebski2+22-0
2018-06-30 06:06Bump stackage versions.Jared Tobin2+2-2
2018-03-14 21:52Bump stackage versions.Jared Tobin2+3-3
2017-05-16 09:54Bump stackage versions.Jared Tobin2+3-3
2016-12-22 21:08Update README. [ci skip]Jared Tobin1+3-3
2016-12-22 21:06Update README. [ci skip]Jared Tobin1+5-0
2016-12-21 20:48Update CHANGELOG [ci skip].Jared Tobin1+3-0
2016-12-21 20:29Return an entire Chain in 'chain'.Jared Tobin1+5-6
2016-12-21 20:14Add 'chain' for working with results in memory.Jared Tobin7+60-17
2016-12-19 18:17Generalize base monad.Jared Tobin3+12-7
2016-12-04 09:03Loosen upper bound on xformers. [ci skip]Jared Tobin1+1-1
2016-12-04 08:35Bump dependency bounds.Jared Tobin4+11-5
2016-10-31 20:17Bump nonce.Jared Tobin5+10-10
2016-03-10 23:49Add license badge. [ci skip]Jared Tobin1+1-0
2016-03-03 20:54Travis stuff.Jared Tobin2+12-3
2016-03-03 19:43Update stack/travis files.Jared Tobin2+23-6
2015-10-09 05:19Tighten up bounds, version bump.Jared Tobin2+3-3
2015-10-08 08:32Remove ghc-prim dependency.Jared Tobin2+2-4
2015-10-08 05:32Add hackage version badge.Jared Tobin1+4-1
2015-10-06 09:56Really squelch test warnings.Jared Tobin1+2-2
2015-10-06 09:51Squelch test warnings.Jared Tobin2+2-0
2015-10-06 09:48Tighten bounds.Jared Tobin1+6-4
2015-10-06 09:44Add CPP pragma.Jared Tobin2+10-6
2015-10-06 09:31Add ghc-prim dep.Jared Tobin1+14-1
2015-10-06 09:27Add default-language field to library.Jared Tobin1+1-0
2015-10-06 09:25Add transformers dependency.Jared Tobin1+1-0
2015-10-06 09:13Update stack file.Jared Tobin2+3-3
2015-10-06 09:07Relax cabal version.Jared Tobin1+4-4
2015-10-06 08:58Update bounds.Jared Tobin1+2-2
2015-10-06 08:41Update stack, cabal files.Jared Tobin2+17-5
2015-10-06 08:39Update README.Jared Tobin1+1-1
2015-10-06 08:38Update Travis file.Jared Tobin1+1-0
2015-10-06 08:371.0.0 update.Jared Tobin4+54-12
2015-10-06 08:08Add examples.Jared Tobin6+32-30
2015-10-06 02:48Generalize to any Foldable.Jared Tobin2+29-29
2015-10-05 23:29BSD3 -> MIT.Jared Tobin2+18-27
2015-10-05 23:18Much-needed update.Jared Tobin7+131-140
2012-11-06 08:04Add Travis support.Jared Tobin2+2-1
2012-11-06 07:55Initial commit.Jared Tobin6+213-0