0.4.0
To add minikalman/0.4.0 to your project, run
cargo add minikalman@0.4.0or use
[dependencies]
minikalman = "0.4.0"To install the latest version, run
cargo add minikalmanChanges
Full Changelog: v0.3.0...v0.4.0
Added
- Added the
libmcrate feature for libm support. - Added the
floatcrate feature to enablef32andf64built-in support.
Removed
- Removed the
no_stdcrate feature in favor of thestdfeature (disabled by default).