Skip to content

Commit

Permalink
update README and version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt authored Nov 20, 2024
1 parent 33ebba0 commit 406a817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# EKS

![GitHub](https://img.shields.io/github/license/paninski-lab/eks)
![PyPI](https://img.shields.io/pypi/v/ensemble-kalman-smoother)
![PyPI Downloads](https://static.pepy.tech/badge/ensemble-kalman-smoother/week)

This repo contains code to run an Ensemble Kalman Smoother (EKS) for improving pose estimation outputs.

The EKS uses a Kalman smoother to ensemble and smooth pose estimation outputs as a post-processing
Expand Down
2 changes: 1 addition & 1 deletion eks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from eks import *

__version__ = '2.0.1'
__version__ = '2.1.1'

0 comments on commit 406a817

Please sign in to comment.