Skip to content

Releases: ReactiveBayes/ReactiveMP.jl

v5.6.4

18 Nov 14:47
db967a9

Choose a tag to compare

ReactiveMP v5.6.4

Diff since v5.6.3

Merged pull requests:

Closed issues:

  • Add new node implementing Jaakkola & Jordan’s lower bound on sigmoid (log-sigmoid) in Bishop PRML (#507)
  • Tutorial for the logistic sigmoid node (#530)
  • What is message mapping? (#549)

v5.6.3

04 Nov 16:46
0e9be6b

Choose a tag to compare

ReactiveMP v5.6.3

Diff since v5.6.2

Merged pull requests:

Closed issues:

  • BFE is Infinity when data connects to deterministic nodes (#317)
  • The rules toward variance in Gaussian node produce improper InverseGamma distributions that is incompatible with projection like methods (#420)
  • Missing marginal rules multiplication node (#505)
  • Deprecation warning: Wrapping Vararg directly in UnionAll is deprecated (#524)
  • Add IntegrationTest.yml (#525)
  • Incorrectly named tests cause some test files to be ignored (#534)
  • Missing Average Energy for Mixture node (#541)

v5.6.2

21 Oct 13:15
d13e945

Choose a tag to compare

ReactiveMP v5.6.2

Diff since v5.6.1

Merged pull requests:

  • 🤖 Auto-format Julia code (#503) (@github-actions[bot])
  • use isapprox in the isonehot (#527) (@bvdmitri)
  • 🤖 Auto-format Julia code (#528) (@github-actions[bot])

Closed issues:

  • Dispatching issue around non-linear node (Unscented) (#501)

v5.6.1

21 Oct 09:48
1262e56

Choose a tag to compare

ReactiveMP v5.6.1

Diff since v5.6.0

Merged pull requests:

Closed issues:

  • Categorical node expects one-hot encoded vector, but doesn't check it (#432)
  • Docstring is misleading for as_marginal (#506)
  • Rules: Room for Computational Efficiency Improvements? (#513)
  • Makefile: Running reduced testsets does not work (#515)
  • Documentation for Makefile is outdated (#519)
  • Allow skipping Aqua.jl checks during selective test runs (#522)

v5.6.0

23 Sep 16:44
9b68237

Choose a tag to compare

ReactiveMP v5.6.0

Diff since v5.5.12

Merged pull requests:

  • use MvNormalMeanScaleMatrixPrecision from ExpFamily package (#509) (@bvdmitri)

Closed issues:

  • Missing rand procedure for MvNormalMeanScalePrecision (#387)

v5.5.12

11 Sep 14:59
be9acdc

Choose a tag to compare

ReactiveMP v5.5.12

Diff since v5.5.11

Merged pull requests:

v5.5.11

10 Sep 14:08
30c25a6

Choose a tag to compare

ReactiveMP v5.5.11

Diff since v5.5.10

Merged pull requests:

v5.5.10

09 Sep 12:11
a67b643

Choose a tag to compare

ReactiveMP v5.5.10

Diff since v5.5.9

Merged pull requests:

  • 🤖 Auto-format Julia code (#498) (@github-actions[bot])
  • Fix #499 missing linearization method (#500) (@bartvanerp)

Closed issues:

  • Dispatching issue around non-linear node (linearization) (#499)

v5.5.9

14 Aug 12:32
ce3fb3a

Choose a tag to compare

ReactiveMP v5.5.9

Diff since v5.5.8

Merged pull requests:

  • Revert "Dont check for proper in division of to accomodate inference" (#496) (@bvdmitri)

v5.5.8

14 Aug 11:27
83a030c

Choose a tag to compare

ReactiveMP v5.5.8

Diff since v5.5.7

Merged pull requests:

  • Dont check for proper in division of to accomodate inference (#486) (@Nimrais)
  • Tighten dispatch for summation rules (#492) (@wouterwln)
  • Tighten dispatch for other optimized rules (in place) (#493) (@wouterwln)
  • update rule error printing, adds meta spec (#495) (@bvdmitri)