Skip to content

Releases: ReactiveBayes/ReactiveMP.jl

v5.2.2

08 Mar 19:14
3fa0aa0

Choose a tag to compare

ReactiveMP v5.2.2

Diff since v5.2.1

Merged pull requests:

v5.2.1

05 Mar 17:03
90112d3

Choose a tag to compare

ReactiveMP v5.2.1

Diff since v5.2.0

Merged pull requests:

Closed issues:

  • @rule .... (m_out :: PointMass,) and @rule .... (q_out :: PointMass,) are identical but should both be defined (#312)

v5.2.0

05 Mar 09:03
bf1affc

Choose a tag to compare

ReactiveMP v5.2.0

Diff since v5.1.0

Merged pull requests:

  • Refactor cvi projection marginal rule (with proposal distribution) (#430) (@Nimrais)

v5.1.0

26 Feb 12:09
7b82652

Choose a tag to compare

ReactiveMP v5.1.0

Diff since v5.0.1

Merged pull requests:

Closed issues:

  • Forward rule for Bernoulli node under beta message should be removed (#451)
  • softdot message for theta on structured VMP seems wrong (#452)

v5.0.1

17 Feb 12:52

Choose a tag to compare

ReactiveMP v5.0.1

Diff since v5.0.0

Merged pull requests:

v5.0.0

14 Feb 17:30
6119ee8

Choose a tag to compare

ReactiveMP v5.0.0

Diff since v4.6.2

Breaking changes

  • MatrixDirichlet has been renamed to DirichletCollection (part of the breaking release from ExponentialFamily.jl)
  • Transition node has been renamed to DiscreteTransition

Merged pull requests:

v4.6.2

12 Feb 12:04
30d28a5

Choose a tag to compare

ReactiveMP v4.6.2

Diff since v4.6.1

Merged pull requests:

  • Update Transition A rule to a to accept PointMass distribution in VMP (#424) (@wouterwln)
  • Improve documentation and error handling Mixture node (#446) (@bartvanerp)
  • Relax rules for softdot and autoregressive rules (#449) (@albertpod)

v4.6.1

30 Jan 16:33

Choose a tag to compare

ReactiveMP v4.6.1

Diff since v4.6.0

Merged pull requests:

v4.6.0

22 Jan 16:17
edaa93c

Choose a tag to compare

ReactiveMP v4.6.0

Diff since v4.5.0

Merged pull requests:

v4.5.0

14 Jan 13:06

Choose a tag to compare

ReactiveMP v4.5.0

Diff since v4.4.6

Merged pull requests:

  • Add BinomialPolya node with PolyaGamma augmentation for Binomial regression (#438) (@ismailsenoz)