Skip to content

Commit

Permalink
Update CHANGELOG.md for #32
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mayer <[email protected]>
  • Loading branch information
sunsided committed Jun 22, 2024
1 parent ae24a14 commit 16d8829
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased - Breaking Changes

### Fixed

- [#32](https://github.com/sunsided/minikalman-rs/pull/32):
Process noise is now separated into direct process noise, acting directly on the
state transition, and control process noise, acting only on control inputs through the
control matrix.

### Internal

- [#1](https://github.com/sunsided/minikalman-rs/pull/31):
- [#31](https://github.com/sunsided/minikalman-rs/pull/31):
The Regular and Extended Kalman Filter types were split, renamed and moved into separate modules.
`RegularKalman` and `ExtendedKalman` now only provide their respective functionalities.

Expand Down

0 comments on commit 16d8829

Please sign in to comment.