Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pykalman/pykalman

v0.10.2

26 Aug 11:40
b6125d7

Choose a tag to compare

What's Changed

Maintenance, bugfix, and documentation update:

  • migration of examples to jupyter notebooks, by @PythonHacker24
  • fix time-varying transition covariance being overwritten by initial matrix in standard Kalman filter by @knightnemo
  • package and release maintenance

Enhancements and Fixes

  • [ENH] refactor utils module by @fkiraly in #147
  • [BUG] fix time-varying transition covariance being overwritten by initial matrix in standard Kalman filter by @knightnemo in #166

Documentation

  • [DOC] Migrated all Examples to Notebooks in Documentation by @PythonHacker24 in #167
  • [DOC] Migrating Examples to Notebooks: plot_em.ipynb EM estimation of model parameters with a Kalman Filter by @PythonHacker24 in #164

Maintenance

All Contributors

@fkiraly,
@knightnemo,
@PythonHacker24,
@szepeviktor,

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

31 Jan 23:22
c3d9b94

Choose a tag to compare

What's Changed

Hotfix for missing dependency packaging in pyproject.toml, required for numpy 2 fix added in v0.10.0.

Full Changelog: v0.10.0...v0.10.1

v0.10.0

31 Jan 15:09
a9ef664

Choose a tag to compare

What's Changed

Major maintenance update:

  • merge of three major forks: pykalman package, pykalman-bardo, sktime.pykalman
  • compatibility with numpy 2
  • support and testing for windows, macOS and linux
  • testing for python 3.9-3.13
  • end-of-life for python 3.8 and lower

New Contributors

All contributors:

@doberbauer, @dslaw, @erkinsahin, @fkiraly, @jonathanng, @KOLANICH, @oseiskar, @phoeenniixx, @timgates42

Full Changelog: https://github.com/pykalman/pykalman/commits/v0.10.0