Skip to content

Releases: oseiskar/simdkalman

1.0.4

16 Dec 08:32
Compare
Choose a tag to compare

1.0.3

09 Sep 11:28
Compare
Choose a tag to compare
  • Code speedup due to faster einsum replacement by @winedarksea in #23
  • Unit test and CI updates

1.0.2

15 Aug 08:33
Compare
Choose a tag to compare
  • Fixed incorrect shape check in updates with varying/vectorized H-matrices (#17). Thanks to @microprediction!
  • Documentation, examples and tests extended to cover this case
  • Added Extended Kalman Filter (EKF) example
  • PyPI tag metadata tweaked

1.0.1

14 Sep 16:25
Compare
Choose a tag to compare

Fixed KalmanFilter.compute (#7). Released in PyPI earlier, but now also converted the Github tag into a release

1.0.0

14 Aug 16:20
Compare
Choose a tag to compare

Minor documentation fixes and new examples. Now seems stable enough for v1.0

0.9.3

16 Feb 17:30
Compare
Choose a tag to compare

widens the range of supported Numpy versions to 1.9.0 - 1.14.0 (was 1.10.0 - 1.13.3)

0.9.2

27 Dec 16:33
Compare
Choose a tag to compare

public & documented primitives module and single step update methods, e.g., KalmanFilter.update