To add minikalman/0.7.0 to your project, run
cargo add minikalman@0.7.0or use
[dependencies]
minikalman = "0.7.0"To install the latest version, run
cargo add minikalmanWhat's Changed
- Add missing test coverage and fix clippy warnings by @sunsided in #34
- Add property-based testing and fuzzing infrastructure by @sunsided in #35
- Add Unscented Kalman Filter (UKF) support by @sunsided in #37
Full Changelog: v0.6.0...v0.7.0