Releases: ReactiveBayes/GraphPPL.jl
Releases · ReactiveBayes/GraphPPL.jl
v4.3.3
GraphPPL v4.3.3
Merged pull requests:
- Fix MeanField constraints over ProxyLabels (#250) (@wouterwln)
v4.3.2
GraphPPL v4.3.2
Merged pull requests:
- Better type stability (#247) (@wouterwln)
- Add benchmarks (#249) (@wouterwln)
v4.3.1
GraphPPL v4.3.1
Merged pull requests:
- Throw warning if we compare
VariableRef
to anything other thanVariableRef
(#243) (@wouterwln) - CompatHelper: bump compat for Static to 1, (keep existing compat) (#244) (@github-actions[bot])
- Multivariate input to function (#245) (@wouterwln)
Closed issues:
v4.3.0
GraphPPL v4.3.0
Merged pull requests:
v4.2.1
GraphPPL v4.2.1
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
GraphPPL v4.2.0
Merged pull requests:
- Expand constraints docs (#232) (@wouterwln)
- Implementation of VariableRef aka lazylabel (#234) (@bvdmitri)
Closed issues:
v4.1.0
v4.0.2
GraphPPL v4.0.2
Merged pull requests:
- Bug fix for duplicate arguments (#227) (@wouterwln)
- Fix
map
andlastwithindex
bugs inResizableArray
(#228) (@wouterwln) - Bump version to 4.0.2 (#229) (@bvdmitri)
Closed issues:
- Duplicate arguments in the ~ (make_node) must throw an error (#226)