Releases: JuliaBayes/VarNames.jl
Releases · JuliaBayes/VarNames.jl
Release list
v0.1.3
v0.1.2
VarNames v0.1.2
Export the vnt_pretty_print function and MustNotOverWriteError struct.
v0.1.1
VarNames v0.1.1
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:
- Add
Drawstruct (#9) (@penelopeysm)
Closed issues:
- Move ParamsWithStats here (#8)
v0.1.0
VarNames v0.1.0
Initial release.
This is a direct port of code from AbstractPPL and DynamicPPL, with one major change: @vn is now an alias for @varname, which is hopefully helpful since it gets used quite a lot.
Merged pull requests:
- Bump the all-julia-packages group across 2 directories with 9 updates (#1) (@dependabot[bot])
- Add
@vnas a synonym for@varname(#4) (@penelopeysm)
Closed issues:
@vnmacro (#2)