Skip to content

Releases: ReactiveBayes/ReactiveMP.jl

v3.9.1

01 Jun 08:21
Compare
Choose a tag to compare

ReactiveMP v3.9.1

Diff since v3.9.0

Closed issues:

  • Add multiplication of two Gaussian messages (#265)
  • average energy does not check arguments and does not provide a useful error (#318)
  • approximate_as_samplelist procedure uses eltype instead of paramfloattype (#323)
  • Non-linear node fails for single multivariate input (#328)

Merged pull requests:

v3.9.0

26 May 11:01
Compare
Choose a tag to compare

ReactiveMP v3.9.0

Diff since v3.8.1

Closed issues:

  • Add soft dot product (#231)
  • Memory Addon can break displaying posteriors in REPL (#306)
  • Gamma distribution pdf producing NaNs (#314)

Merged pull requests:

v3.8.1

27 Mar 16:33
Compare
Choose a tag to compare

ReactiveMP v3.8.1

Diff since v3.8.0

v3.8.0

27 Mar 13:53
Compare
Choose a tag to compare

ReactiveMP v3.8.0

Diff since v3.7.3

Closed issues:

  • Misspecified meta objects get silently ignored (#281)

Merged pull requests:

v3.7.3

09 Mar 13:00
Compare
Choose a tag to compare

ReactiveMP v3.7.3

Diff since v3.7.2

Closed issues:

  • Some tests for CVI do not converge (#280)
  • @average_energy should use meta::Nothing by default (#293)

Merged pull requests:

  • 283 the mean field rules for the transition node are not generic (#289) (@wouterwln)
  • Make CVI tests less confusing (#291) (@Nimrais)
  • fix: change default meta type in average energy from Any to Nothing (#295) (@bvdmitri)
  • Add rules for univariate normal (#297) (@albertpod)

v3.7.2

03 Mar 12:23
Compare
Choose a tag to compare

ReactiveMP v3.7.2

Diff since v3.7.1

Closed issues:

  • Excessive/unnecessary allocations in the call_rule_make_node and MessageMapping (#284)

Merged pull requests:

v3.7.1

24 Feb 11:12
Compare
Choose a tag to compare

ReactiveMP v3.7.1

Diff since v3.7.0

v3.7.0

24 Feb 09:38
Compare
Choose a tag to compare

ReactiveMP v3.7.0

Diff since v3.6.1

Closed issues:

  • Creation and prod fails for UniformScaling and Diagonal (#266)
  • Categorical * Bernoulli analytical prod is missing (#268)
  • Missing tests Categorical and Dirichlet update rules (#270)
  • Revision of approximations (#276)

Merged pull requests:

v3.6.1

22 Feb 13:15
Compare
Choose a tag to compare

ReactiveMP v3.6.1

Diff since v3.6.0

v3.6.0

22 Feb 12:50
Compare
Choose a tag to compare

ReactiveMP v3.6.0

Diff since v3.5.0

Closed issues:

  • Support for efficient sampling from WishartMessage and InverseWishartMessage (#186)
  • Support for efficient bulk pdf evaluation for InverseWishart (#187)
  • eltype for Distribution type is ambiguous (#223)
  • Rename Switch node to Mixture (#262)

Merged pull requests: