Skip to content

Releases: piercus/kalman-filter

v1.5.0

09 Oct 07:14
Compare
Choose a tag to compare

1.5.0 (2020-10-09)

Bug Fixes

  • change selectedIndexes to obsIndexes in sub square matrix (28b62e9)
  • getPredictedCovariance, pass a full object (9cc0dc1)
  • pass input through the extended filter functions (6a4b19a)

Features

  • pass correct, predict, getGain input in getValue call (356f545)

v1.4.0

02 Oct 08:51
Compare
Choose a tag to compare

1.4.0 (2020-10-02)

Features

  • change selectedIndexes to obsIndexes (6e53280)

v1.3.1

25 Sep 08:17
Compare
Choose a tag to compare

1.3.1 (2020-09-25)

Bug Fixes

  • add git plugin to semantic-release (e3be8f8)

v1.3.0

25 Sep 08:08
ef93c3d
Compare
Choose a tag to compare

1.3.0 (2020-09-25)

Features

  • state.subState and state.rawDetailedMahalanobis(point) (7fffe39)

v1.2.0

23 Sep 23:42
Compare
Choose a tag to compare

1.2.0 (2020-09-23)

Bug Fixes

  • add index and fix the options for extended filter (278313e)
  • default index in predicted is -1 (da8b3d3)
  • padWithZero cloning and logic (250ea11)

Features

  • change polymorphism, now kf.observation.covariance can be a matrix (4628aa7)
  • detailedMahalanobis (d3fe87f)
  • expose State (fedfbc6)

v1.1.4

21 Sep 17:08
edd51c6
Compare
Choose a tag to compare

1.1.4 (2020-09-21)

Bug Fixes

v1.1.3

17 Sep 08:42
Compare
Choose a tag to compare

1.1.3 (2020-09-17)

Bug Fixes

  • getCovariance README example (d9e6e66)

v1.1.2

17 Sep 08:10
Compare
Choose a tag to compare

1.1.2 (2020-09-17)

Bug Fixes

v1.1.1

17 Sep 07:53
Compare
Choose a tag to compare

1.1.1 (2020-09-17)

Bug Fixes

  • credits to Adrien Pellissier (cc04bf2)

v1.1.0

17 Sep 07:43
Compare
Choose a tag to compare

1.1.0 (2020-09-17)

Features

  • polymorphic dynamic and observation options can be number/string (062726c)