Skip to content

Releases: ReactiveBayes/GraphPPL.jl

v4.3.3

20 Aug 15:08
a165516
Compare
Choose a tag to compare

GraphPPL v4.3.3

Diff since v4.3.2

Merged pull requests:

v4.3.2

17 Jul 09:50
3c62c3f
Compare
Choose a tag to compare

GraphPPL v4.3.2

Diff since v4.3.1

Merged pull requests:

v4.3.1

03 Jul 08:18
88ca4ac
Compare
Choose a tag to compare

GraphPPL v4.3.1

Diff since v4.3.0

Merged pull requests:

  • Throw warning if we compare VariableRef to anything other than VariableRef (#243) (@wouterwln)
  • CompatHelper: bump compat for Static to 1, (keep existing compat) (#244) (@github-actions[bot])
  • Multivariate input to function (#245) (@wouterwln)

Closed issues:

  • Constraint specified in where clause is not parsed (#91)
  • Array on lhs that will be initialized by submodel doesn't work (#223)

v4.3.0

17 Jun 13:42
5fdf96e
Compare
Choose a tag to compare

GraphPPL v4.3.0

Diff since v4.2.1

Merged pull requests:

v4.2.1

10 Jun 15:23
Compare
Choose a tag to compare

GraphPPL v4.2.1

Diff since v4.2.0

Merged pull requests:

  • CompatHelper: bump compat for GraphPlot in [weakdeps] to 0.6, (keep existing compat) (#236) (@github-actions[bot])
  • Constants increase model counter twice (#238) (@wouterwln)
  • Remove gensym function for model (#239) (@wouterwln)

v4.2.0

23 May 14:25
c112d1f
Compare
Choose a tag to compare

GraphPPL v4.2.0

Diff since v4.1.0

Merged pull requests:

Closed issues:

v4.1.0

23 Apr 10:23
f5c0668
Compare
Choose a tag to compare

GraphPPL v4.1.0

Diff since v4.0.2

Merged pull requests:

  • Set minimum required version of Julia to 1.10 (#231) (@bvdmitri)

Closed issues:

  • GraphPPL does not work for Julia <1.10 (#230)

v4.0.2

20 Apr 10:39
c103194
Compare
Choose a tag to compare

GraphPPL v4.0.2

Diff since v4.0.1

Merged pull requests:

Closed issues:

  • Duplicate arguments in the ~ (make_node) must throw an error (#226)

v4.0.1

17 Apr 13:13
c9a744a
Compare
Choose a tag to compare

GraphPPL v4.0.1

Diff since v4.0.0

Merged pull requests:

v4.0.0

12 Apr 14:30
c0fb433
Compare
Choose a tag to compare

This version contains a major overhaul of GraphPPL, making it independent of the RxInfer inference backend and allowing nested models.