Skip to content

Commit

Permalink
v0.1.11 changes the re-run icon and declutters terminal outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeglidden committed Nov 7, 2024
1 parent 98a585a commit 39984be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Changes for this version of DIPLOMAT:
- implemented the RepairClusters frame pass to identify and resolve clustering errors before fix frames are selected
- changed re-run icon from a triangle to a pair of circularly-arranged arrows
- decluttered terminal output during supervised mode
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.10"
__version__ = "0.1.11"
# 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 39984be

Please sign in to comment.