Releases: ReactiveBayes/ReactiveMP.jl
Releases · ReactiveBayes/ReactiveMP.jl
v3.13.2
v3.13.1
ReactiveMP v3.13.1
Merged pull requests:
- Add Continuous Transition Node for Latent State Transformation (#309) (@albertpod)
- Update README.md (#369) (@bartvanerp)
- Add rules and tests for MvNormalWeightedMeanPrecision node (#370) (@albertpod)
- Update LICENSE (#371) (@bartvanerp)
- Use Julia 1.10 for tests (#372) (@bvdmitri)
Closed issues:
- Refactor approximation methods (#27)
v3.13.0
v3.12.1
ReactiveMP v3.12.1
Merged pull requests:
- Upate for PointMass initmarginals and initmasseges (#360) (@Chengfeng-Jia)
Closed issues:
v3.12.0
ReactiveMP v3.12.0
Merged pull requests:
Closed issues:
v3.11.1
ReactiveMP v3.11.1
Merged pull requests:
- Add code for rules table (#286) (@bartvanerp)
- Add new rules multiplication node (#353) (@bartvanerp)
- Switch to FastCholesky.jl (#354) (@bvdmitri)
- Update ci.yml (#357) (@bvdmitri)
- Update Zenodo URL/label in README.md (#359) (@bvdmitri)
Closed issues:
v3.11.0
ReactiveMP v3.11.0
Merged pull requests:
v3.10.0
ReactiveMP v3.10.0
Merged pull requests:
- Modify variables structures for predictions functionality (#248) (@albertpod)
- Fix average_energy for MvNormalMeanScalePrecision (#350) (@albertpod)
v3.9.3
ReactiveMP v3.9.3
Closed issues:
- The documentation needs "how to add nodes and rules" (#296)
@call_rule
does not play nicely with addons (#332)- CVI Support for the Categorical Distribution (#334)
- Rand for GammaShapeRate is broken. (#337)
- 'v_a_vT' is slow and named wrong (#343)
- Create sparse matrix structure for outer product of
StandardBasisVector
(#344) - MethodError: *(::LinearAlgebra.Diagonal{Float64, Vector{Float64}}, ::StandardBasisVector{Float64}) is ambiguous. (#348)
Merged pull requests:
- CompatHelper: bump compat for LazyArrays to 1, (keep existing compat) (#304) (@github-actions[bot])
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#313) (@github-actions[bot])
- Improving the
prod
function for Gaussian Distributions in CVI Approximation (#335) (@Nimrais) - CVI Support for the Categorical Distribution (#336) (@Nimrais)
- Add Half-normal node (#338) (@albertpod)
- fix sampling from GammaShapeRate (#339) (@bvdmitri)
- Fix printing bug (#345) (@bartvanerp)
- Allow returning addons from the
@call_rule
(#346) (@bvdmitri) - Fix v_a_vT and StandardBasisVector (#347) (@bvdmitri)
- Fix ambiguity error for * between Diagonal and StandardBasisVector (#349) (@bvdmitri)
v3.9.2
ReactiveMP v3.9.2
Closed issues:
Merged pull requests:
- Temporary fix for incompatibility @call_rule with addons (#331) (@bartvanerp)
- Define the mean function for a sample list with respect to an arbitrary function (#333) (@bvdmitri)