mcmc 0.8.3.0 → 0.8.3.1
raw patch · 3 files changed
+8/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- mcmc.cabal +1/−1
- src/Mcmc/Algorithm/MC3.hs +1/−1
ChangeLog.md view
@@ -5,6 +5,12 @@ ## Unreleased changes +## 0.8.3.1++- Bug fix MC3: Do not change prir and likelihood values for auto-tuned+ reciprocals temperatures.++ ## 0.8.3.0 - Fix auto tuning with MC3 algorithm.
mcmc.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: mcmc-version: 0.8.3.0+version: 0.8.3.1 synopsis: Sample from a posterior using Markov chain Monte Carlo description: Please see the README on GitHub at <https://github.com/dschrempf/mcmc#readme>
src/Mcmc/Algorithm/MC3.hs view
@@ -513,7 +513,7 @@ return $ if b == NormalTuningFastProposalsOnly || b == NormalTuningAllProposals then a {mc3MHGChains = mhgs'', mc3ReciprocalTemperatures = bs'}- else a {mc3MHGChains = mhgs''}+ else a {mc3MHGChains = mhgs'} mc3ResetAcceptance :: (ToJSON a) => ResetAcceptance -> MC3 a -> MC3 a mc3ResetAcceptance x a = a'