Skip to content

Commit 3270a5b

Browse files
committed
Updated for filterpy version 1.4.4
I changed the IMM filter to use the predict/update cycle, requiring a code change in the Adaptive Filtering chapter.
1 parent 5512ace commit 3270a5b

File tree

2 files changed

+32
-35
lines changed

2 files changed

+32
-35
lines changed

14-Adaptive-Filtering.ipynb

+31-34
Large diffs are not rendered by default.

book_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_filterpy_version():
4545
from distutils.version import LooseVersion
4646

4747
v = filterpy.__version__
48-
min_version = "1.4.0"
48+
min_version = "1.4.4"
4949
if LooseVersion(v) < LooseVersion(min_version):
5050
raise Exception("Minimum FilterPy version supported is {}.\n"
5151
"Please install a more recent version.\n"

0 commit comments

Comments
 (0)