All Versions
10
Latest Version
Avg Release Cycle
104 days
Latest Release
923 days ago
Changelog History
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 withenumerator
) - โ add configs as arguments to inference methods
smc
andmcmc
- โ add rudimentary tests for all inference methods
- put
mcmc
as inference method in new moduleControl.Monad.Bayes.Inference.MCMC
- โก๏ธ update history of changelog in line with semantic versioning conventions
- โฌ๏ธ bumped to GHC 9.2.3
- ๐ rename various functions to match the names of the corresponding types (e.g.
-
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) andtoBins
(simple histogramming) Integrator
is an instance ofMonadSample
for numerical integrationnotebooks
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 usingpipes
package to represent monadic streams
- helpers include:
-
v0.1.3 Changes
June 08, 2022Clean up of unused functions and broken code
- โ remove unused functions in
Weighted
andPopulation
- โ remove broken models in
models
- explicit imports
- โ added some global language extensions
- โ remove unused functions in
-
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 exportsdiscrete
.
- ๐ New exported function:
-
v0.1.1.0 Changes
April 08, 2020- ๐ New exported function:
Control.Monad.Bayes.Class
now exportsdiscrete
.
- ๐ New exported function:
-
v0.1.0 Changes
February 17, 2020๐ Initial release.
-
v0.1.0.0 Changes
February 17, 2020๐ Initial release.