Skip to content

0.7.0

Latest

Choose a tag to compare

@sunsided sunsided released this 25 Apr 23:12
· 1 commit to main since this release
e36ac34

To add minikalman/0.7.0 to your project, run

cargo add minikalman@0.7.0

or use

[dependencies]
minikalman = "0.7.0"

To install the latest version, run

cargo add minikalman

What'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