monad-bayes v0.2.0 Release Notes

Release Date: 2022-07-26 // over 1 year ago
    • 📇 rename various functions to match the names of the corresponding types (e.g. Enumerator goes with enumerator)
    • ➕ add configs as arguments to inference methods smc and mcmc
    • ➕ add rudimentary tests for all inference methods
    • put mcmc as inference method in new module Control.Monad.Bayes.Inference.MCMC
    • ⚡️ update history of changelog in line with semantic versioning conventions
    • ⬆️ bumped to GHC 9.2.3