Skip to content

v0.38.3

Choose a tag to compare

@github-actions github-actions released this 28 Oct 21:52
· 21 commits to main since this release
2020741

DynamicPPL v0.38.3

Diff since v0.38.2

Add an implementation of returned(::Model, ::AbstractDict{<:VarName}).
Please note that although the NamedTuple method still exists, we generally recommend using Dict, as NamedTuples cannot correctly represent variables with indices / fields on the left-hand side of tildes, like x[1] or x.a.

The generic method returned(::Model, values, keys) is deprecated and will be removed in the next minor version.

Merged pull requests:

Closed issues:

  • Unable to compute sparse Hessians with ThreadSafeVarInfo (#1081)
  • returned doesn't have a method for Dict (#1095)