From f967839ff158fa888cb444fc8cbf80aafc525dfb Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sat, 3 Oct 2015 15:30:53 -0700 Subject: [PATCH] Added PyPi badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ee81a..0c9d907 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ This is admittedly a somewhat cumbersome interface to a book; I am following in Companion Software ----- - +.. image:: https://img.shields.io/pypi/v/filterpy.svg + :target: https://pypi.python.org/pypi/filterpy + All of the filters used in this book as well as others not in this book are implemented in my Python library FilterPy, available [here](https://github.com/rlabbe/filterpy). You do not need to download or install this to read the book, but you will likely want to use this library to write your own filters. It includes Kalman filters, Fading Memory filters, H infinity filters, Extended and Unscented filters, least square filters, and many more. It also includes helper routines that simplify the designing the matrices used by some of the filters, and other code such as Kalman based smoothers.