baggepinnen / LowLevelParticleFilters.jl

State estimation, smoothing and parameter estimation using Kalman and particle filters.
https://baggepinnen.github.io/LowLevelParticleFilters.jl/stable
Other
114 stars 15 forks source link

Set `julia` version as 1.6 in compat #88

Closed ven-k closed 1 year ago

baggepinnen commented 2 years ago

This might require @unpack since on Julia 1.6 there is no native way to destructure fields of a struct by name.

ven-k commented 1 year ago

This is no longer required.