Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Dec 13, 2024
1 parent 2f86064 commit 92b0f53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.1.1'
__version__ = '3.0.0'
1 change: 0 additions & 1 deletion eks/singlecam_smoother.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ def inner_smooth_min_routine_parallel(y, m0, S0, A, Q, C, R):
# Note: This should only be run on GPUs
# ------------------------------------------------------------------------------------------------


def singlecam_smooth_min_parallel(
smooth_param, cov_mats, observations, initial_means, initial_covariances, Cs, As, Rs,
):
Expand Down

0 comments on commit 92b0f53

Please sign in to comment.