Releases: baggepinnen/LowLevelParticleFilters.jl
Releases · baggepinnen/LowLevelParticleFilters.jl
v3.7.1
LowLevelParticleFilters v3.7.1
Merged pull requests:
- make alpha configurable at each time step (#144) (@baggepinnen)
- JET optimize EKF and switch
t
fromRef{Int}
to Int (#145) (@baggepinnen) - add tests for differentiability (#146) (@baggepinnen)
v3.7.0
LowLevelParticleFilters v3.7.0
- 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:
- add in-place support for dynamics functions in UKF (#139) (@baggepinnen)
- add JET analysis (#141) (@baggepinnen)
- make sure plots are rendered as PNG (#142) (@baggepinnen)
- JET optimize SqKalman (#143) (@baggepinnen)
v3.6.5
LowLevelParticleFilters v3.6.5
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!()
supportmissing
samples as explained in docs? (#136)
v3.6.4
LowLevelParticleFilters v3.6.4
Merged pull requests:
- activate CI cache (#132) (@baggepinnen)
- improve PF loglik estimate (#135) (@baggepinnen)
Closed issues:
v3.6.3
v3.6.2
LowLevelParticleFilters v3.6.2
Merged pull requests:
- bump versions (#129) (@baggepinnen)
Closed issues:
v3.6.1
v3.6.0
LowLevelParticleFilters v3.6.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
v3.4.1
LowLevelParticleFilters v3.4.1
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)