baggepinnen / LowLevelParticleFilters.jl

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

"weigthed" -> "weighted" #92

Closed n0wis closed 1 year ago

n0wis commented 1 year ago

Hey, awesome project! Looking for a function mentioned in the docs I noticed a small typo across some project files. Since it's also present in exported symbols, this fix unfortunately will break people's code though...

baggepinnen commented 1 year ago

Cool, thanks for the fix! We can not break people's code, so we should add a deprecation using @deprecate so that the old code still works. I think it should be as easy as @deprecate weigthed_mean weighted_mean

n0wis commented 1 year ago

Should be good now 👍