Releases: TuringLang/MCMCChains.jl
Releases · TuringLang/MCMCChains.jl
v0.3.15
Diff since v0.3.14
Closed issues:
- Release MCMCChains 0.3.14 (#133)
- Issues with DataFrames/ (#126)
- Unsatisfiable requirements (#93)
Merged pull requests:
v0.3.13
Diff since v0.3.12
Closed issues:
- Release MCMCChains 0.3.12 (#125)
- Is ESS capped at the number of samples? (#112)
Merged pull requests:
v0.3.12
Diff since v0.3.11
Closed issues:
- display and println behave different on chains (#118)
describe
doesn't work in Jupyter notebook/lab (#117)
- Change parameter names with set_section (#116)
- Release MCMCChains 0.3.11 (#115)
- Prevent sorting of parameters (#110)
Merged pull requests:
v0.3.10
Full Changelog
Closed issues:
- lf_eps included as a parameter on Turing master (#101)
- Release 0.3.9 (#100)
Merged pull requests:
v0.3.9
- Corrected ESS calculation (#98, #86, #90)
- Added Rhat to the
summarystats
output (#98)
v0.3.8
- Fixed the
size
function (#92)
- The
show(chain)
function now prints quantiles in addition to summary stats.
- Fixed a bug where
ChainDataFrame
objects would not appear in Jupyter output cells.
DataFrames, hpd export.
- Fixes a quantile issue
- Exports the
hpd
function
- Uses
DataFrames
for all statistics functions
Quantiles Hotfix
- Fixes an improperly specified
quantile
function (#76, #75)