Skip to content

Commit 39984be

Browse files
committed
v0.1.11 changes the re-run icon and declutters terminal outputs
1 parent 98a585a commit 39984be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Changes for this version of DIPLOMAT:
2-
- implemented the RepairClusters frame pass to identify and resolve clustering errors before fix frames are selected
2+
- changed re-run icon from a triangle to a pair of circularly-arranged arrows
3+
- decluttered terminal output during supervised mode

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.10"
5+
__version__ = "0.1.11"
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)