Skip to content

v0.3.0

Choose a tag to compare

@sunsided sunsided released this 03 Jun 22:14
018e40f

To add minikalman/0.3.0 to your project, run

cargo add minikalman@0.3.0

or use

[dependencies]
minikalman = "0.3.0"

To install the latest version, run

cargo add minikalman

Changes

Full Changelog: v0.2.3...v0.3.0

Added

  • Added support for fixed-point values via the fixed crate.

Changed

  • The macros, matrix, filter and measurement structs are now generic on the data type. If no type is provided, it defaults to f32.

Removed

  • The dependency on micromath was removed due to the generic type implementations.

Pull Requests