Skip to content

Releases: mschauer/Kalman.jl

v0.1.5

03 May 15:07
cae06f8
Compare
Choose a tag to compare

Kalman v0.1.5

Diff since v0.1.4

Merged pull requests:

  • CompatHelper: bump compat for "GaussianDistributions" to "0.5" (#19) (@github-actions[bot])
  • CompatHelper: bump compat for "Distributions" to "0.24" (#20) (@github-actions[bot])
  • MassInstallAction: Install the TagBot workflow on this repository (#21) (@mschauer)
  • MassInstallAction: Install the Documenter workflow on this repository (#22) (@mschauer)
  • MassInstallAction: Install the CI workflow on this repository (#23) (@mschauer)
  • added trajectory tracking example (#25) (@yakir12)
  • Update README.md to make copy-paste runnable (#26) (@jwscook)
  • CompatHelper: bump compat for "Distributions" to "0.25" (#27) (@github-actions[bot])

v0.1.4

26 Jun 13:10
bac495f
Compare
Choose a tag to compare

Kalman v0.1.4

Diff since v0.1.3

v0.1.3

11 Apr 23:05
Compare
Choose a tag to compare

Kalman v0.1.3

Diff since v0.1.2

v0.1.2

07 Mar 16:08
Compare
Choose a tag to compare

Kalman v0.1.2

Diff since v0.1.1

Closed issues:

  • Display of w and v in docs might be broken (#16)

Merged pull requests:

Kalman 0.1.1 (pre-release)

18 Nov 11:03
Compare
Choose a tag to compare
Pre-release
  • Fixes for changes in DynamicIterators, GaussianDistributions

Kalman 0.1.0 (pre-release)

14 Nov 20:37
Compare
Choose a tag to compare
Pre-release

Flexible filtering and smoothing in Julia. Uses DynamicIterators (an iterator protocol for dynamic data dependent and controlled processes) and GaussianDistributions (Gaussian distributions as abstraction for the uncertain state) to implement flexible online Kalman filtering, Rauch-Trung-Striebel smoothing and backward sampling of trajectories from the smoothing distribution.