Releases: TuringLang/MCMCChains.jl
Releases · TuringLang/MCMCChains.jl
v4.0.0
MCMCChains v4.0.0
Closed issues:
- Related MCMC summary packages (#1)
- Add contour and scatter plots (#8)
- Consider new ideas on split-R, etc. (#86)
- Crashes when sampling n = 1 from chain (#137)
- Do not mix String and Symbol (#185)
- Weird error for indexing chain with a scalar (#190)
Merged pull requests:
- Add
setrange
andresetrange
(#214) (@devmotion) - ESS algorithms (#215) (@denainjs)
- lower before upper in HPD (#216) (@karajan9)
- Fix diagnostic bug (#217) (@cpfiffer)
- Update master (#218) (@devmotion)
- CompatHelper: bump compat for "PrettyTables" to "0.9" (#219) (@github-actions[bot])
- CompatHelper: bump compat for "Compat" to "3.10" (#220) (@github-actions[bot])
- Fix Compat bounds (#221) (@devmotion)
- Fix PrettyTables warning (#222) (@devmotion)
v3.0.12
MCMCChains v3.0.12
Merged pull requests:
- Make Chains concretely typed + other breaking changes (#197) (@devmotion)
- Run CI tests on dev branch as well (#210) (@devmotion)
- Correctly specify AxisArrays compatibility (#213) (@devmotion)
v3.0.11
MCMCChains v3.0.11
Merged pull requests:
- CompatHelper: bump compat for "RecipesBase" to "1.0" (#209) (@github-actions[bot])
v3.0.10
MCMCChains v3.0.10
Merged pull requests:
- CompatHelper: bump compat for "AbstractMCMC" to "1.0" (#208) (@github-actions[bot])
v3.0.9
MCMCChains v3.0.9
Closed issues:
Merged pull requests:
- Remove digits keyword argument and use PrettyTables for printing (#205) (@devmotion)
- Fix upper and lower bounds of HPD (#206) (@itsdfish)
- Test only on LTS, stable, and master (#207) (@devmotion)
v3.0.8
MCMCChains v3.0.8
Merged pull requests:
v3.0.7
MCMCChains v3.0.7
Merged pull requests:
- Concretize for mix of integers, floats, and missing (#198) (@devmotion)
v3.0.6
MCMCChains v3.0.6
Closed issues:
- hpd is broken (#196)
Merged pull requests:
- Add
concretize
and fix #189 (#194) (@devmotion) - Test on Julia 1.4 (#195) (@devmotion)
v3.0.5
MCMCChains v3.0.5
Merged pull requests:
- CompatHelper: bump compat for "Distributions" to "0.23" (#192) (@github-actions[bot])
v3.0.4
MCMCChains v3.0.4
Merged pull requests:
- Fix Array conversion of ChainDataFrame (#188) (@devmotion)
- Add DataFrame(::ChainDataFrame) constructor (#191) (@cpfiffer)