Releases: TuringLang/AbstractMCMC.jl
Releases · TuringLang/AbstractMCMC.jl
v3.3.1
AbstractMCMC v3.3.1
Merged pull requests:
- Ensure ensemble sampling is reproducible (#97) (@devmotion)
- Fix version number (#98) (@devmotion)
v3.3.0
AbstractMCMC v3.3.0
Closed issues:
- Passing state + kwargs to callback (#55)
- Interrupting and resuming sampling (#73)
- Docs typo: isdone signature (#90)
Merged pull requests:
- Update Documenter (#79) (@devmotion)
- Fix signature of
isdone
in docstring (#91) (@devmotion) - Fix test error (#93) (@devmotion)
- Remove use of
threadid
(#95) (@devmotion) - Bump version to 3.3.0 (#96) (@devmotion)
v3.2.1
AbstractMCMC v3.2.1
Closed issues:
- Standard InferenceData-like API (#74)
Merged pull requests:
- Build stable documentation (#76) (@devmotion)
- Forward
discard_initial
andthinning
tobundle_samples
(#78) (@devmotion)
v3.2.0
AbstractMCMC v3.2.0
Merged pull requests:
- add NestedSamplers to integration tests (#69) (@mileslucas)
- Add Documenter (#70) (@devmotion)
- Add MCMCSerial (#71) (@cpfiffer)
v3.1.0
v3.0.2
AbstractMCMC v3.0.2
Closed issues:
- Update convergence sampling signature to use
state
(#67)
Merged pull requests:
- add
state
to isdone signature (#68) (@mileslucas)
v3.0.1
AbstractMCMC v3.0.1
Merged pull requests:
- fix callback signature in convergence mcmcsample (#66) (@mileslucas)
v3.0.0
AbstractMCMC v3.0.0
Breaking
callback
functions passed to sample
now also take the kwargs
passed to samples as well as the current state
, i.e. one must follow the following signature:
callback(rng, model, sampler, sample, state, iteration; kwargs...)
Merged pull requests:
- Include
state
andkwargs...
tocallback
(#56) (@theogf) - Add integration tests (#62) (@devmotion)
v2.5.0
AbstractMCMC v2.5.0
Merged pull requests:
- Use TerminalLoggers also on Windows for Julia >= 1.5.3 (#61) (@devmotion)
v2.4.0
AbstractMCMC v2.4.0
Closed issues:
- Option to thin (#49)
- TagBot trigger issue (#52)
- Documentation on role of AbstractModel instances for MCMC (#54)
Merged pull requests:
- Implemented
thinning
option inmcmcsample
(#50) (@luiarthur) - Add Github CI (#51) (@devmotion)
- Fixed missing semi-colon for kwargs in
steps
(#53) (@torfjelde) - Allow to enable and disable progress logging globally (#59) (@devmotion)
- Limit update frequency of progress bars (#60) (@devmotion)