Skip to content

Releases: TuringLang/DynamicPPL.jl

v0.25.2

20 Apr 15:17
0639681
Compare
Choose a tag to compare

DynamicPPL v0.25.2

Diff since v0.25.1

Merged pull requests:

v0.25.1

19 Apr 20:46
8c432b6
Compare
Choose a tag to compare

DynamicPPL v0.25.1

Diff since v0.25.0

Merged pull requests:

v0.25.0

19 Apr 19:20
0c40cbd
Compare
Choose a tag to compare

DynamicPPL v0.25.0

Diff since v0.24.11

This is a breaking release.
Since version 0.25, DynamicPPL no longer depends on Setfield following BangBang.jl's recent 0.4
release, as we also moved from Setfield.jl to Accessors.jl. For users only uses @varname to
interactive with models and mcmcchains, it shouldn't be too much of a change.

For people are doing or want to do advanced things with VarName, the major differences are:

  • getlens is renamed to getoptic; the field name of VarName is also renamed to optic
  • The order of Accessors' compose (∘) is reversed from Setfield's
  • Accessors doesn't have IdentityLens anymore, instead just Base.identity function

Merged pull requests:

v0.24.11

18 Apr 15:00
9deef5e
Compare
Choose a tag to compare

DynamicPPL v0.24.11

Diff since v0.24.10

Merged pull requests:

  • Fix for higher-dim Dirichlet, e.g. product_distribution (#586) (@torfjelde)

v0.24.10

17 Apr 08:50
f32631f
Compare
Choose a tag to compare

DynamicPPL v0.24.10

Diff since v0.24.9

Merged pull requests:

v0.24.9

01 Mar 13:14
6a2454f
Compare
Choose a tag to compare

DynamicPPL v0.24.9

Diff since v0.24.8

Merged pull requests:

  • CompatHelper: bump compat for EnzymeCore to 0.7 for package test, (keep existing compat) (#582) (@github-actions[bot])

v0.24.8

01 Mar 09:36
2bc717c
Compare
Choose a tag to compare

DynamicPPL v0.24.8

Diff since v0.24.7

Merged pull requests:

  • CompatHelper: add new compat entry for LogDensityProblemsAD at version 1 for package test, (keep existing compat) (#577) (@github-actions[bot])
  • CompatHelper: add new compat entry for ReverseDiff at version 1 for package test, (keep existing compat) (#578) (@github-actions[bot])
  • Fix for default AutoForwardDiff (#581) (@torfjelde)

v0.24.7

14 Feb 16:31
b924a17
Compare
Choose a tag to compare

DynamicPPL v0.24.7

Diff since v0.24.6

v0.24.6

14 Feb 15:48
c33eeae
Compare
Choose a tag to compare

DynamicPPL v0.24.6

Diff since v0.24.5

v0.24.5

29 Jan 14:33
c1d3636
Compare
Choose a tag to compare

DynamicPPL v0.24.5

Diff since v0.24.4

Merged pull requests:

  • CompatHelper: bump compat for Turing to 0.30 for package turing, (keep existing compat) (#567) (@github-actions[bot])
  • Fix test error with Turing >= 0.30 (#570) (@devmotion)

Closed issues:

  • SimpleVarInfo sometimes returns a SimpleVarInfo with Int-type logp and creates down-stream errors (#569)