Skip to content

Releases: rlabbe/Kalman-and-Bayesian-Filters-in-Python

Release 2.0

13 Oct 23:41
Compare
Choose a tag to compare

Support for Python 3.6+. The main changes are removal of import from future, replacing np.dot with matrix multiply operator, and using f-strings for string formatting.

Final release before switch to Python 3.6

13 Oct 20:57
Compare
Choose a tag to compare

I am starting the long overdue switch to Python 3.6. We will start with the notebooks themselves, then update FilterPy.