Releases: TuringLang/AbstractMCMC.jl
Releases · TuringLang/AbstractMCMC.jl
v5.6.0
v5.5.0
AbstractMCMC v5.5.0
This PR introduce two functions on sampler state, getparams
and setparams!!
. getparams
allows retrieving the values of the parameters as a vector. setparams!!
is the counter part of getparams
.
This is part of the effort of making interaction between samplers easier. The motivation of this PR is that a "high-order" MCMC (e.g. Gibbs) can use getparams
and setparams!!
without having to know the exact type of the sampler state, thus paving way to a more generalized sampler design and implementation.
Merged pull requests:
- Add
getparameters
andsetparameters!!
(#86) (@torfjelde) - Use
copy
instead ofdeepcopy
for RNGs (#147) (@devmotion)
v5.4.0
AbstractMCMC v5.4.0
Merged pull requests:
- Addition of
step_warmup
(#117) (@torfjelde)
Closed issues:
- Non-dev docs not deploying (#140)
v5.3.0
AbstractMCMC v5.3.0
Merged pull requests:
- New workflow for adding navigation bar (#141) (@shravanngoswamii)
- Trigger DocsNav.yml on push to gh-pages (#142) (@shravanngoswamii)
- Update DocsNav.yml (#143) (@yebai)
- Add error hint for MethodErrors on LogDensityModel (#146) (@penelopeysm)
v5.2.0
v5.1.0
v5.0.0
AbstractMCMC v5.0.0
Merged pull requests:
- Allow specification of initial state for
sample
(#119) (@torfjelde) - Use _init_parmas for MCMCThreads and MCMCDistributed too (#126) (@torfjelde)
- CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#127) (@github-actions[bot])
- Update callback signature in docs (#130) (@devmotion)
- Breaking release: v5.0.0 (#134) (@torfjelde)
Closed issues:
v4.4.2
v4.4.1
AbstractMCMC v4.4.1
Merged pull requests:
- Do not test Atom/Juno (#115) (@devmotion)
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#121) (@github-actions[bot])
v4.4.0
AbstractMCMC v4.4.0
Merged pull requests:
- Support log density functions as models (#113) (@devmotion)