Skip to content

Commit 8b93ac6

Browse files
Version bump.
1 parent ff9f27d commit 8b93ac6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- New code saves dipui files in atomic-like manner to prevent files ending in a corrupted state.
2-
- Adjusted hyperparameters for MIT-Viterbi.
3-
- Proper handling of CTRL+C in terminal when UI is open.
4-
- Improved, less laggy video player.
1+
- Removal of debug features from the user interface.
2+
- New --debug flag to enable debug dumps and features.
3+
- Fixes and performance improvements for both plotting based predictors (PlotterArgMax, FastPlotterArgMax) for generating visuals.
4+
- Fix and improve performance of loading from zipped DLC projects.
5+
- Recolor icons when user changes there system theme.

diplomat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
33
"""
44

5-
__version__ = "0.3.14"
5+
__version__ = "0.3.15"
66
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
77
CLI_RUN = False
88

0 commit comments

Comments
 (0)