Skip to content

Commit 77be956

Browse files
committed
Release v0.1.15
1 parent e624ec4 commit 77be956

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,2 +1,5 @@
11
Changes for this version of DIPLOMAT:
2-
- restore dipui_file argument
2+
- "track" and "track_with" will now output .dipui files again
3+
- removed boilerplate implementation of --dipui_file in lieu of dynamic system that reconciles command line arguments with plugin and frontend arguments
4+
- removed debugging statements
5+
- patched a bug that caused a crash when a specified .dipui file name already exists

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.1.14"
5+
__version__ = "0.1.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)