Skip to content

Releases: baggepinnen/LowLevelParticleFilters.jl

v3.7.1

07 Nov 07:02
55df10e
Compare
Choose a tag to compare

LowLevelParticleFilters v3.7.1

Diff since v3.7.0

Merged pull requests:

v3.7.0

06 Nov 15:05
e1683f5
Compare
Choose a tag to compare

LowLevelParticleFilters v3.7.0

Diff since v3.6.5

  • The internals of Kalman filters (all flavors) have been redesigned in order to allow completely allocation free operation when all arrays are static. The performance-tips section of the docs indicate how to set up a filter to achieve this.
  • Kalman filters are tested for absence of potential dynamic dispatch using JET.jl. This should hopefully make then suitable for compilation using juliac, and possibly also StaticCompiler.jl
  • If you run into method or type errors due to the change of internals, please open an issue.

Merged pull requests:

v3.6.5

04 Nov 08:01
259450c
Compare
Choose a tag to compare

LowLevelParticleFilters v3.6.5

Diff since v3.6.4

Merged pull requests:

  • test UKF with non-array u (#138) (@baggepinnen)
  • CompatHelper: bump compat for SimpleNonlinearSolve to 2, (keep existing compat) (#140) (@github-actions[bot])

Closed issues:

  • Does correct!() support missing samples as explained in docs? (#136)

v3.6.4

19 Feb 07:05
Compare
Choose a tag to compare

LowLevelParticleFilters v3.6.4

Diff since v3.6.3

Merged pull requests:

Closed issues:

  • Particle filter with second order Markov model (#133)
  • loglik bug for ParticleFilter with resampling (#134)

v3.6.3

31 Jan 14:09
e72de78
Compare
Choose a tag to compare

LowLevelParticleFilters v3.6.3

Diff since v3.6.2

Merged pull requests:

  • Fix indexing error in particle resampling (#131) (@danscr)

Closed issues:

  • Improve documentation (#130)

v3.6.2

22 Jan 07:03
9e4d326
Compare
Choose a tag to compare

LowLevelParticleFilters v3.6.2

Diff since v3.6.1

Merged pull requests:

Closed issues:

  • Observed variables (#127)
  • Installing this package is downgrading many other packages (#128)

v3.6.1

26 Oct 11:41
Compare
Choose a tag to compare

LowLevelParticleFilters v3.6.1

Diff since v3.6.0

Merged pull requests:

  • CompatHelper: bump compat for NonlinearSolve to 2, (keep existing compat) (#120) (@github-actions[bot])

Closed issues:

  • Compatibility to ModelingToolkit.jl? (#122)

v3.6.0

29 Sep 15:31
9b087f0
Compare
Choose a tag to compare

LowLevelParticleFilters v3.6.0

Diff since v3.5.0

Merged pull requests:

  • states -> state / state variables (#116) (@baggepinnen)
  • CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#118) (@github-actions[bot])
  • add square root kalman filter (#119) (@baggepinnen)

v3.5.0

06 Sep 11:27
50f1356
Compare
Choose a tag to compare

LowLevelParticleFilters v3.5.0

Diff since v3.4.1

Merged pull requests:

v3.4.1

06 Sep 07:12
Compare
Choose a tag to compare

LowLevelParticleFilters v3.4.1

Diff since v3.4.0

Merged pull requests:

  • CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#112) (@github-actions[bot])
  • convert to SVector before calling sigmapoints (#113) (@baggepinnen)