Skip to content

v0.2.2

Choose a tag to compare

@sunsided sunsided released this 03 Jun 18:08
2a0b6ee

To add minikalman/0.2.2 to your project, run

cargo add minikalman@0.2.2

or use

[dependencies]
minikalman = "0.2.2"

To install the latest version, run

cargo add minikalman

Changes

Full Changelog: v0.2.1...v0.2.2

Internal

  • Added usage examples to macro documentation.

Removed

  • Removed duplicate create_buffer_P_temp and create_buffer_BQ_temp macros in favor of create_buffer_temp_P and create_buffer_temp_BQ.