diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e7ad82f..c9c1f25 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,2 @@ Changes for this version of DIPLOMAT: - - Fixed a bug in assignment that induced very high rates of swapping between bodies. The Hungarian algorithm is now implemented by linear_sum_assignment from scipy.optimize, defined locally due to dependency issues. This reverts a previous change that implemented the Hungarian algorithm with numba routines. +- sidebar radiobutton label colors now update with video label colors when the colormap is changed in settings menu. diff --git a/diplomat/__init__.py b/diplomat/__init__.py index 4502c0f..b37417c 100644 --- a/diplomat/__init__.py +++ b/diplomat/__init__.py @@ -2,7 +2,7 @@ A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software. """ -__version__ = "0.1.6" +__version__ = "0.1.7" # Can be used by functions to determine if diplomat was invoked through it's CLI interface. CLI_RUN = False