packages feed

kalman 1.0.0.1 → 1.0.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

kalman.cabal view
@@ -1,5 +1,5 @@ name:                kalman-version:             1.0.0.1+version:             1.0.0.2 synopsis:            Kalman and particle filters and smoothers description:         Linear, extended and unscented Kalman filters are provided, along                      with their corresponding smoothers. Furthermore, a particle filter@@ -18,7 +18,7 @@  source-repository head   type:     git-  location: https://github.com/fpco/kalman+  location: https://github.com/idontgetoutmuch/Kalman  library   default-language:  Haskell2010