Skip to content

v0.17.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 20:41

DynamicPPL v0.17.4

Diff since v0.17.3

Closed issues:

  • Support sampling from model in model (#13)
  • Poor support of using column in IO (#17)
  • [RFC] Introduce an additional assume operator (dotsim) for varying dimensional models (#11)
  • Create a struct for VariableSpace (#10)
  • Optimizing access pattern for static and deterministic models (#8)
  • Gibbs sampler caching optimization for statically structured models (#9)
  • Rename logp to logjoint and cache loglikelihood by default (#6)
  • Gibbs sampling - Use blocks to reduce computation (#14)
  • Turing models as distributions (#4)
  • prob macro - pre-allocation syntax (#3)
  • Immutable parameters support (#1)
  • Confusing error for setindex! on VarInfo (#47)
  • Julia 1.4 support (#87)
  • Splitting varinfo.jl (#118)
  • Gripes and anti-gripes about VarInfo (#119)
  • User-friendly errror messages for prob macro (#135)
  • Transpiling Turing models to the GFI (#152)
  • Prob macro while following Guide documentation throws "AssertionError: model isa Model" (#182)
  • Querying from a chain given an explicitly ignored variable throws an error (#198)
  • Get rid of _getvalue & getval (#283)
  • Invalid strict evaluation of default argument expressions (#325)
  • Recent update causes method ambiguity with tilde_assume + submodel (#359)
  • Indexing into SimpleVarInfo (#363)