Skip to content

v3.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 10:39
· 259 commits to main since this release

RxInfer v3.7.1

Diff since v3.7.0

Merged pull requests:

  • CompatHelper: bump compat for Static to 1, (keep existing compat) (#361) (@github-actions[bot])
  • Simplify model definition in kalman filter example (#362) (@wouterwln)
  • Restore error message for unparametrized Normal/MvNormal/Gamma (#364) (@bvdmitri)
  • Document := operator better (#365) (@bvdmitri)

Closed issues:

  • := operator is not mentioned in RxInfer docs, leading to confusion (#359)
  • x ~ Normal(0, 1) should error and hinting users to use Normal(mean = ..., var/prec = ...) (#360)