All Versions
10
Latest Version
Avg Release Cycle
104 days
Latest Release
587 days ago

Changelog History

  • v1.0.0 Changes

    September 10, 2022
    • host website from repo
    • host notebooks from repo
    • ๐Ÿ‘‰ use histogram-fill
  • v0.2.0 Changes

    July 26, 2022
    • ๐Ÿ“‡ 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
  • v0.1.5 Changes

    July 26, 2022
    • ๐Ÿ”จ Refactor of sampler to be parametric in the choice of a pair of IO monad and RNG
  • v0.1.4 Changes

    June 15, 2022

    โž• Addition of new helper functions, plotting tools, tests, and Integrator monad.

    • helpers include: toEmpirical (list of samples to empirical distribution) and toBins (simple histogramming)
    • Integrator is an instance of MonadSample for numerical integration
    • notebooks now contains working notebook-based tutorials and examples
    • ๐Ÿ†• new tests, including with conjugate distributions to compare analytic solution against inferred posterior
    • ๐Ÿ“ฆ models directory is cleaned up. New sequential models using pipes package to represent monadic streams
  • v0.1.3 Changes

    June 08, 2022

    Clean up of unused functions and broken code

    • โœ‚ remove unused functions in Weighted and Population
    • โœ‚ remove broken models in models
    • explicit imports
    • โž• added some global language extensions
  • v0.1.2 Changes

    June 08, 2022

    โž• Add documentation

    • ๐Ÿ“„ docs written in markdown
    • ๐Ÿ“„ docs built by sphinx
  • v0.1.1 Changes

    April 08, 2020
    • ๐Ÿ†• New exported function: Control.Monad.Bayes.Class now exports discrete.
  • v0.1.1.0 Changes

    April 08, 2020
    • ๐Ÿ†• New exported function: Control.Monad.Bayes.Class now exports discrete.
  • v0.1.0 Changes

    February 17, 2020

    ๐ŸŽ‰ Initial release.

  • v0.1.0.0 Changes

    February 17, 2020

    ๐ŸŽ‰ Initial release.