Skip to content

v0.34.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 16:07
938a69d

DynamicPPL v0.34.0

Diff since v0.33.1

Breaking changes

  • rng argument removed from values_as_in_model, and varinfo made non-optional. This means that the only signatures allowed are

    values_as_in_model(::Model, ::Bool, ::AbstractVarInfo)
    values_as_in_model(::Model, ::Bool, ::AbstractVarInfo, ::AbstractContext)
    

If you aren't using this function (it's probably only used in Turing.jl) then this won't affect you.