Skip to content

Commit

Permalink
version 0.1.7 fixes a bug causing sidebar colors not to be updated wh…
Browse files Browse the repository at this point in the history
…en the colormap is changed in the settings dropdown.
  • Loading branch information
georgeglidden committed Jun 14, 2024
1 parent 84f2f40 commit 74e5d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion diplomat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 74e5d4b

Please sign in to comment.