Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:02
· 4 commits to main since this release
d3e2f34

VarNames v0.1.1

Diff since v0.1.0

Added the Draw struct, which bundles a VarNamedTuple of parameter values with a NamedTuple of extra information, as well as the accessor functions parameters and extras.
This is intended to represent a single MCMC sample.

Draw is structurally the same as what used to be called ParamsWithStats in DynamicPPL.

Merged pull requests:

Closed issues:

  • Move ParamsWithStats here (#8)