Skip to content

Releases: baggepinnen/LowLevelParticleFilters.jl

v3.1.0

23 Nov 13:12
Compare
Choose a tag to compare

LowLevelParticleFilters v3.1.0

Diff since v3.0.1

Closed issues:

  • Ensemble Kalman filters? (#87)

Merged pull requests:

v3.0.1

13 Apr 09:09
Compare
Choose a tag to compare

LowLevelParticleFilters v3.0.1

Diff since v3.0.0

v3.0.0

13 Apr 06:41
Compare
Choose a tag to compare

LowLevelParticleFilters v3.0.0

Diff since v2.1.0

Breaking changes

This package now follows the SciML interface of including a parameter p in most function signature. p always comes right before the time argument t, for example:

dynamics(x,u,t)   # old signature
dynamics(x,u,p,t) # new signature

forward_trajectory now returns a solution structure

Other changes includes

  • Time varying matrices and matrices as functions of (x,u,p,t) for KalmanFilter and friends.
  • An UKF for DAE systems.
  • Much improved docs and new examples

Closed issues:

Merged pull requests:

v2.1.0

07 Apr 12:31
4352e61
Compare
Choose a tag to compare

LowLevelParticleFilters v2.1.0

Diff since v2.0.1

Merged pull requests:

v2.0.1

10 Dec 15:29
Compare
Choose a tag to compare

LowLevelParticleFilters v2.0.1

Diff since v2.0.0

v2.0.0

08 Dec 09:53
Compare
Choose a tag to compare

LowLevelParticleFilters v2.0.0

Diff since v1.0.5

New features:

  • Extended Kalman filter
  • Improved documentation

Breaking changes:

  • correct! and update! returns both log likelihood and prediction error
  • Some measurement and dynamics functions have changed signatures, e.g., measurement_equation!(f::Filter, u, y, t) f7f6d78

Closed issues:

  • notation + documentation (#76)

Merged pull requests:

v1.0.5

03 May 05:19
dce3dc7
Compare
Choose a tag to compare

LowLevelParticleFilters v1.0.5

Diff since v1.0.4

Merged pull requests:

  • CompatHelper: bump compat for "Distributions" to "0.25" (#75) (@github-actions[bot])

v1.0.4

16 Mar 06:47
93a2c1d
Compare
Choose a tag to compare

LowLevelParticleFilters v1.0.4

Diff since v1.0.3

Merged pull requests:

  • CompatHelper: bump compat for "LoopVectorization" to "0.12" (#74) (@github-actions[bot])

v1.0.3

30 Jan 09:29
513a425
Compare
Choose a tag to compare

LowLevelParticleFilters v1.0.3

Diff since v1.0.2

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#70) (@baggepinnen)
  • CompatHelper: bump compat for "LoopVectorization" to "0.10" (#71) (@github-actions[bot])
  • CompatHelper: bump compat for "LoopVectorization" to "0.11" (#72) (@github-actions[bot])

v1.0.2

12 Dec 19:17
Compare
Choose a tag to compare

LowLevelParticleFilters v1.0.2

Diff since v1.0.1