Skip to content

v0.40.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 16:31
· 1 commit to main since this release
296f654

Turing v0.40.3

Diff since v0.40.2

This patch makes the resume_from keyword argument work correctly when sampling multiple chains.

In the process this also fixes a method ambiguity caused by a bugfix in DynamicPPL 0.37.2.

This patch means that if you are using RepeatSampler() to sample from a model, and you want to obtain MCMCChains.Chains from it, you need to specify sample(...; chain_type=MCMCChains.Chains).
This only applies if the sampler itself is a RepeatSampler; it doesn't apply if you are using RepeatSampler within another sampler like Gibbs.

Merged pull requests:

  • Fix typos in comments and variable names (#2665) (@Copilot)
  • Fix multiple-chain method ambiguity (#2670) (@penelopeysm)

Closed issues:

  • DynamicPPL documentation is incorrect (#2661)
  • Poisson with Dirichlet prior samples negative values (#2663)
  • RepeatSampler doesn't use MCMCChains.Chains (#2669)