Skip to content

Commit

Permalink
Release v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeglidden committed Dec 19, 2024
1 parent e624ec4 commit 77be956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Changes for this version of DIPLOMAT:
- restore dipui_file argument
- "track" and "track_with" will now output .dipui files again
- removed boilerplate implementation of --dipui_file in lieu of dynamic system that reconciles command line arguments with plugin and frontend arguments
- removed debugging statements
- patched a bug that caused a crash when a specified .dipui file name already exists
2 changes: 1 addition & 1 deletion diplomat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""

__version__ = "0.1.14"
__version__ = "0.1.15"
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
CLI_RUN = False

Expand Down

0 comments on commit 77be956

Please sign in to comment.