Skip to content

Releases: TuringLang/DynamicPPL.jl

v0.30.1

18 Oct 09:32
54691bf
Compare
Choose a tag to compare

DynamicPPL v0.30.1

Diff since v0.30.0

Merged pull requests:

  • CompatHelper: bump compat for DynamicPPL to 0.30 for package turing, (keep existing compat) (#687) (@github-actions[bot])

Closed issues:

  • Inexact error when computing loglikelihoods in models with conditionals - thread safety issue? (#684)

v0.28.6

17 Oct 23:21
f19f361
Compare
Choose a tag to compare

DynamicPPL v0.28.6

Diff since v0.28.5

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.30.0

11 Oct 14:02
c38e65f
Compare
Choose a tag to compare

DynamicPPL v0.30.0

Diff since v0.29.2

Merged pull requests:

v0.28.5

11 Oct 14:25
0683088
Compare
Choose a tag to compare

DynamicPPL v0.28.5

Diff since v0.28.4

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.29.2

30 Sep 13:59
d3411bc
Compare
Choose a tag to compare

DynamicPPL v0.29.2

Diff since v0.29.1

Merged pull requests:

v0.29.1

26 Sep 11:38
067ac4c
Compare
Choose a tag to compare

DynamicPPL v0.29.1

Diff since v0.29.0

Merged pull requests:

  • initial_values: rename theta to flattened_param_vals (#673) (@vandenman)

Closed issues:

  • initial_params with wrong length throws UndefVarError: theta not defined` while trying to show an error (#672)

v0.29.0

23 Sep 16:09
0e40bd0
Compare
Choose a tag to compare

DynamicPPL v0.29.0

Diff since v0.28.4

Merged pull requests:

  • Rework of how transformations are handled (#575) (@torfjelde)
  • Miscellaneous style and docs improvements (#622) (@mhauru)
  • More work on VarNameVector (#637) (@mhauru)
  • Converted diagrams to Mermaid (#645) (@shravanngoswamii)
  • CompatHelper: add new compat entry for DocumenterMermaid at version 0.1 for package docs, (keep existing compat) (#648) (@github-actions[bot])
  • CompatHelper: bump compat for Turing to 0.34 for package turing, (keep existing compat) (#649) (@github-actions[bot])
  • Fix an error and reorder some functions in the MCMCChain extension (#650) (@sunxd3)
  • Fix Zygote pullback depwarning (#657) (@mhauru)
  • Mark istrans as inactive (#658) (@wsmoses)
  • Update README (#659) (@penelopeysm)

Closed issues:

  • Specifying rng with DynamicPPL.evaluate!! leads to StackOverflow (#370)
  • Type inference failure when compiled with custom AbstractInterpreter (e.g. GPUCompiler) (#643)
  • Replace uage of typeof with Core.Typeof (#625)
  • Repeated deriving of rule while using Tapir (#640)
  • Convert doc diagrams to Mermaid (#642)

v0.28.4

13 Aug 13:54
cdd3407
Compare
Choose a tag to compare

DynamicPPL v0.28.4

Diff since v0.28.3

Merged pull requests:

  • Fix depreciation for AutoReverseDiff. (#638) (@yebai)

v0.28.3

09 Aug 17:35
949d153
Compare
Choose a tag to compare

DynamicPPL v0.28.3

Diff since v0.28.2

Merged pull requests:

v0.28.2

29 Jul 16:35
142f753
Compare
Choose a tag to compare

DynamicPPL v0.28.2

Diff since v0.28.1

Merged pull requests:

  • Add getmodel and setmodel from/to LogDensityFunction (#626) (@sunxd3)
  • CompatHelper: add new compat entry for HypothesisTests at version 0.11 for package turing, (keep existing compat) (#635) (@github-actions[bot])