-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 0.1.7 fixes a bug causing sidebar colors not to be updated wh…
…en the colormap is changed in the settings dropdown.
- Loading branch information
1 parent
84f2f40
commit 74e5d4b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters