Releases: TuringLang/AbstractMCMC.jl
Releases · TuringLang/AbstractMCMC.jl
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)
v2.1.0
AbstractMCMC v2.1.0
Merged pull requests:
- Add documentation to README (#43) (@devmotion)
- Add
chainsstack
(#45) (@devmotion) - Provide generic implementation of
bundle_samples
forVector{T}
(#46) (@devmotion) - Add
discard_initial
keyword argument (#47) (@devmotion) - Update CompatHelper and TagBot (#48) (@devmotion)
v2.0.0
AbstractMCMC v2.0.0
Closed issues:
- [RFC] Sampler states (#31)
- Unnecessary copies in multi-threaded parallel sampling (#37)
- Bring back transitions_init and transitions_save! (#41)
Merged pull requests:
- Use BangBang to widen containers if needed (#35) (@devmotion)
- Check if the number of chains is greater than the number of samples per chain (#36) (@devmotion)
- Use nchains instead of Threads.nthreads() (#38) (@cpfiffer)
- Add a
Sample
transducer (#39) (@devmotion) - Fix undefined reference error when type widening (#40) (@mohamed82008)
- Switch design to immutable samplers (#42) (@devmotion)
v1.0.1
AbstractMCMC v1.0.1
Closed issues:
- Register package (#2)
Merged pull requests:
- Do not implement
step!
function (#34) (@devmotion)
v1.0.0
AbstractMCMC v1.0.0
Closed issues:
- default_convergence (#25)
Merged pull requests:
- Run TagBot only once a day (#29) (@devmotion)
- Run tests on Julia 1.4 (#30) (@devmotion)
- Simplify callback interface (#32) (@devmotion)
- Add multicore sampling (#33) (@devmotion)
v0.5.6
AbstractMCMC v0.5.6
Merged pull requests:
v0.5.5
AbstractMCMC v0.5.5
Merged pull requests:
- Separate core logic into mcmcsample and mcmcpsample (#26) (@devmotion)
v0.5.4
AbstractMCMC v0.5.4
Merged pull requests:
v0.5.3
AbstractMCMC v0.5.3
Merged pull requests:
- Fix module of progress logger (#22) (@devmotion)
- Use ConsoleProgressMonitor on Windows (#23) (@devmotion)
v0.5.2
AbstractMCMC v0.5.2
Closed issues:
- ProgressLogging default environments (#18)
Merged pull requests:
- Fix module of progress logger (#22) (@devmotion)