We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aac8af commit 9482ed3Copy full SHA for 9482ed3
RELEASE_NOTES.md
@@ -1 +1,4 @@
1
- - Many minor bug fixes.
+ - 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.
diplomat/__init__.py
@@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""
5
-__version__ = "0.3.13"
+__version__ = "0.3.14"
6
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
7
CLI_RUN = False
8
0 commit comments