Skip to content

Releases: JuliaBayes/VarNames.jl

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Aug 14:54
011c511

VarNames v0.1.3

Diff since v0.1.2

Add ==, isequal, and show methods for Draw.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:02
c10963d

VarNames v0.1.2

Diff since v0.1.1

Export the vnt_pretty_print function and MustNotOverWriteError struct.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:02
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)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 10:03
8e931af

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 @vn as a synonym for @varname (#4) (@penelopeysm)

Closed issues:

  • @vn macro (#2)