Skip to content

v0.43.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 00:35
· 31 commits to main since this release
838ae6a

Turing v0.43.2

Diff since v0.43.1

Throw an ArgumentError when a Gibbs sampler is missing component samplers for any variable in the model.
This check can be bypassed by passing check_model=false to sample.

Merged pull requests:

  • Throw an error when Gibbs sampler is missing components for any variable (#2788) (@hardik-xi11)

Closed issues:

  • Should the initial parameter samples / values be recorded for each chain (#1282)
  • MH currently does not support link/invlink properly on a per-variable basis (#1583)
  • Issue sampling from model using Beta distribution with small alpha values (#2159)
  • Missing samplers for a variable doesn't error (#2361)
  • ForwardDiff NaN-safe mode (#2769)
  • No Tables.column implementation for type: DynamicPPL.VarNamedTuples.VarNamedTuple (#2787)