Skip to content

v0.38.10

Choose a tag to compare

@github-actions github-actions released this 01 Dec 13:49
· 5 commits to main since this release
6c615ad

DynamicPPL v0.38.10

Diff since v0.38.9

returned(model, chain) and pointwise_logdensities(model, chain) will now error if a value for a random variable cannot be found in the chain.
(Previously, they would instead resample such variables, which could lead to silent mistakes.)

If you encounter this error and it is accompanied by a warning about hasvalue not being implemented, you should be able to fix this by using FlexiChains instead of MCMCChains.
(Alternatively, implementations of hasvalue for unsupported distributions are more than welcome; these must be provided in the Distributions extension of AbstractPPL.jl.)

Merged pull requests:

Closed issues:

  • Depreciate VarInfo in favour of SimpleVarInfo (#416)
  • Remove NodeTrait (#1052)
  • Implement ParamsWithStats(::FastLDF, ::AbstractVector{<:Real}) (#1119)
  • Path to FastLDF (#1120)
  • Implement allocation tests for FastLDF (#1126)
  • Model functions look different inside testsets (#1127)
  • LogDensityFunction with dimension unpreserving transformations (#1149)