MCMCChains v.0.3.0
This release contains major revisions to MCMCChain
, the most obvious of which is the name change from MCMCChain
to MCMCChains
. Several changes are breaking, so please be aware.
- Chains objects now use
AxisArrays
- Chains objects have sections, allowing the separation of parameter and internal variables. Only parameter values are printed by default when
describe
is called. - Chains objects are more performant, and almost entirely immutable
- Improved testing suite
- Outputs for both text (as with
describe
) and plots (withplot(chn)
) are sorted using natural sort order - The default method for
show(io, chain)
now prints out a summary of parameters - Miscellaneous bug fixes, improvements, and cleaning up
There have been many changes since the last release. Please open an issue if you notice anything working incorrectly or not as expected, so we can address it as quickly as possible.