Skip to content

Releases: ReactiveBayes/ReactiveMP.jl

v2.0.1

02 May 13:53
Compare
Choose a tag to compare

ReactiveMP v2.0.1

Diff since v2.0.0

Closed issues:

  • Operations on distributions (#57)
  • Adding API for inference routines (#79)
  • randomvar() (#99)
  • Missing cell in demo Coin Flip Example (#100)
  • Skill Model, Basic usage (#102)

v2.0.0

26 Apr 14:09
Compare
Choose a tag to compare

ReactiveMP v2.0.0

Diff since v1.3.2

Closed issues:

  • Variables connected to Uninformative node not inferred (#91)
  • README not readable in dark mode (#93)
  • Outgoing BP rules for :var interface of NormalMeanVariance node. (#96)

Merged pull requests:

v1.3.2

17 Mar 10:52
Compare
Choose a tag to compare

ReactiveMP v1.3.2

Diff since v1.3.1

Closed issues:

  • + node should use convolve from Distributions.jl (#72)
  • Use safe domains for point mass constraints optimisations (#83)

Merged pull requests:

  • feat(): Add boundaries specification to point mass form constraint (#85) (@bvdmitri)
  • Add mean-field rules for AR node (#86) (@albertpod)
  • fix(): fix AbstractFloat constructors for tiny and huge (#87) (@bvdmitri)
  • Fix Flow tutorial and demo in the documentation (2prev PR) (#88) (@bvdmitri)
  • fix(): fix equality node cache computation bug (#89) (@bvdmitri)

v1.3.1

28 Jan 12:22
Compare
Choose a tag to compare

ReactiveMP v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

11 Jan 13:05
Compare
Choose a tag to compare

ReactiveMP v1.3.0

Diff since v1.2.1

Closed issues:

  • Add the possibility of blocking updates of the initialized marginals. (#12)

Merged pull requests:

v1.2.1

03 Dec 13:09
Compare
Choose a tag to compare

ReactiveMP v1.2.1

Diff since v1.2.0

Merged pull requests:

  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#66) (@github-actions[bot])
  • fix(): Fix performance regression in HGF (#67) (@bvdmitri)
  • fix(): fix warnings and bugs in SampleList implementation (#68) (@bvdmitri)

v1.2.0

28 Nov 17:10
Compare
Choose a tag to compare

ReactiveMP v1.2.0

Diff since v1.1.0

Closed issues:

  • Turing.jl benchmarks: LinearGaussianSSM (#64)

Merged pull requests:

v1.1.0

05 Nov 15:43
Compare
Choose a tag to compare

ReactiveMP v1.1.0

Diff since v1.0.6

Closed issues:

  • GCV node needs update (#10)
  • Generalise Gaussian rules to support all Gaussian parametrisations (#15)
  • GLM with an exponential Link function (#56)

Merged pull requests:

  • New autoregressive rules (#55) (@bvdmitri)
  • feat(): Equality node (#59) (@bvdmitri)
  • Fix edge case entropy calculcation with point mass form constraint (#61) (@bvdmitri)
  • fix(): Fix for stackoverflow for large equality chains (#62) (@bvdmitri)

v1.0.6

20 Oct 18:14
Compare
Choose a tag to compare

ReactiveMP v1.0.6

Diff since v1.0.5

Closed issues:

  • Method error hint does not work for structured rules (#19)
  • Inference on DAG (#43)

Merged pull requests:

v1.0.5

13 Sep 16:23
Compare
Choose a tag to compare

ReactiveMP v1.0.5

Diff since v1.0.4

Closed issues:

  • A model with switching dynamics silently yields an empty buffer (#36)

Merged pull requests:

  • Extension rule addition (#30) (@A-Vzer)
  • Integration of BIFM node in ReactiveMP (#35) (@bartvanerp)
  • Extension rule subtraction (#37) (@A-Vzer)
  • Sample list implementation + nonlinear node demo (#39) (@bvdmitri)
  • Numerical stability Probit node and extension update rules Bernoulli node (#40) (@bartvanerp)