Releases: ReactiveBayes/ReactiveMP.jl
Releases · ReactiveBayes/ReactiveMP.jl
v2.0.5
ReactiveMP v2.0.5
Merged pull requests:
v2.0.4
ReactiveMP v2.0.4
Closed issues:
- Constraints on a covariance matrix (#113)
- MethodError: no method matching keys(::KeepLast) (#115)
- StringIndexError: invalid index [80], valid nearby indices [79]=>'Λ', [81]=>':' (#119)
Merged pull requests:
- CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#103) (@github-actions[bot])
- fix: add mode method for point mass (#110) (@bvdmitri)
- Improve CI infrastructure (#111) (@bvdmitri)
- fix:
update!
failed forAbstractArray
inputs (#112) (@bvdmitri) - fix: support for arbitrary arrays of random variables in the inference function (#117) (@bvdmitri)
- feat: add type check error messages for the inference function (#118) (@bvdmitri)
- fix: fix show functions (#121) (@bvdmitri)
- feat: better error messages for returnvars (#122) (@bvdmitri)
v2.0.3
ReactiveMP v2.0.3
Merged pull requests:
v2.0.2
v2.0.1
v2.0.0
ReactiveMP v2.0.0
Closed issues:
- Variables connected to Uninformative node not inferred (#91)
- README not readable in dark mode (#93)
- Outgoing BP rules for :var interface of NormalMeanVariance node. (#96)
Merged pull requests:
- Additional rules Categorical and Transition node (#90) (@bartvanerp)
- make uninformative node stochastic (#92) (@bartvanerp)
- Release 2.0 (#94) (@bvdmitri)
- Fix :var messages (#97) (@bvdmitri)
v1.3.2
ReactiveMP v1.3.2
Closed issues:
+
node should useconvolve
from Distributions.jl (#72)- Use safe domains for point mass constraints optimisations (#83)
Merged pull requests:
- feat(): Add boundaries specification to point mass form constraint (#85) (@bvdmitri)
- Add mean-field rules for AR node (#86) (@albertpod)
- fix(): fix AbstractFloat constructors for tiny and huge (#87) (@bvdmitri)
- Fix Flow tutorial and demo in the documentation (2prev PR) (#88) (@bvdmitri)
- fix(): fix equality node cache computation bug (#89) (@bvdmitri)
v1.3.1
ReactiveMP v1.3.1
Merged pull requests:
- fix(): Fix FE computations for EM (#77) (@bvdmitri)
- Include fixed marginal contraint (#78) (@albertpod)
- Update README.md (#80) (@albertpod)
- Add GammaMM notebook (#81) (@albertpod)
- fix bug multiplication node (#82) (@bartvanerp)
v1.3.0
ReactiveMP v1.3.0
Closed issues:
- Add the possibility of blocking updates of the initialized marginals. (#12)
Merged pull requests:
- Optimization of ReactiveMP calculations (#69) (@bartvanerp)
- Marginal constraint (#70) (@albertpod)