Releases: ReactiveBayes/ReactiveMP.jl
Releases · ReactiveBayes/ReactiveMP.jl
v5.2.2
v5.2.1
ReactiveMP v5.2.1
Merged pull requests:
- NormalMixture error msg improvement (#442) (@wouterwln)
Closed issues:
@rule .... (m_out :: PointMass,)and@rule .... (q_out :: PointMass,)are identical but should both be defined (#312)
v5.2.0
ReactiveMP v5.2.0
Merged pull requests:
v5.1.0
ReactiveMP v5.1.0
Merged pull requests:
- Multinomial Polya node (#445) (@ismailsenoz)
- Softdot doc (#453) (@Raphael-Tresor)
Closed issues:
v5.0.1
v5.0.0
ReactiveMP v5.0.0
Breaking changes
MatrixDirichlethas been renamed toDirichletCollection(part of the breaking release from ExponentialFamily.jl)Transitionnode has been renamed toDiscreteTransition
Merged pull requests:
- Small addition to BinomialPolya (#447) (@ismailsenoz)
- Remove matrix and tensordirichlet and implement dirichletcollection (#448) (@wouterwln)
v4.6.2
ReactiveMP v4.6.2
Merged pull requests:
- Update Transition A rule to a to accept PointMass distribution in VMP (#424) (@wouterwln)
- Improve documentation and error handling
Mixturenode (#446) (@bartvanerp) - Relax rules for softdot and autoregressive rules (#449) (@albertpod)
v4.6.1
ReactiveMP v4.6.1
Merged pull requests:
- Add message for y interface of Binomial Polya (#443) (@ismailsenoz)
v4.6.0
ReactiveMP v4.6.0
Merged pull requests:
- Generic implementaton of Transition node (#439) (@wouterwln)
v4.5.0
ReactiveMP v4.5.0
Merged pull requests:
- Add BinomialPolya node with PolyaGamma augmentation for Binomial regression (#438) (@ismailsenoz)