Skip to content

Releases: TuringLang/DynamicPPL.jl

v0.17.9

06 Mar 10:03

Choose a tag to compare

DynamicPPL v0.17.9

Diff since v0.17.8

Updated docstrings for AbstractPPL.condition to Julia 1.7.

v0.17.8

02 Mar 12:12

Choose a tag to compare

DynamicPPL v0.17.8

Diff since v0.17.7

v0.17.7

28 Feb 18:24
083dfa1

Choose a tag to compare

DynamicPPL v0.17.7

Diff since v0.17.6

v0.17.6

28 Feb 18:24
c6ccb08

Choose a tag to compare

DynamicPPL v0.17.6

Diff since v0.17.5

Merged pull requests:

v0.17.5

11 Feb 23:05

Choose a tag to compare

DynamicPPL v0.17.5

Diff since v0.17.4

v0.17.4

05 Feb 20:41

Choose a tag to compare

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)

v0.17.3

16 Dec 16:05

Choose a tag to compare

DynamicPPL v0.17.3

Diff since v0.17.2

Merged pull requests:

  • CompatHelper: bump compat for Bijectors to 0.10 for package test, (keep existing compat) (#355) (@github-actions[bot])

v0.17.2

16 Dec 00:15

Choose a tag to compare

DynamicPPL v0.17.2

Diff since v0.17.1

v0.17.1

15 Dec 13:42

Choose a tag to compare

DynamicPPL v0.17.1

Diff since v0.17.0

v0.17.0

14 Dec 23:48

Choose a tag to compare

DynamicPPL v0.17.0

Diff since v0.16.2

Closed issues:

  • Resampling observations from a model instance (#165)
  • Rewrite @model to not escape the entire expression. (#308)
  • How to set up the debugger for Turing? (#333)

Merged pull requests:

  • Reopening of previous PR (#309) (@torfjelde)
  • CompatHelper: bump compat for Turing to 0.19 for package turing, (keep existing compat) (#335) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractPPL to 0.4 for package test, (keep existing compat) (#344) (@github-actions[bot])
  • Improvements to @submodel in #309 (#348) (@torfjelde)