Skip to content

Commit 9482ed3

Browse files
Version bump.
1 parent 2aac8af commit 9482ed3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
- Many minor bug fixes.
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.

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.13"
5+
__version__ = "0.3.14"
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)