We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a585a commit 39984beCopy full SHA for 39984be
RELEASE_NOTES.md
@@ -1,2 +1,3 @@
1
Changes for this version of DIPLOMAT:
2
-- 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
3
+- decluttered terminal output during supervised mode
diplomat/__init__.py
@@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""
4
5
-__version__ = "0.1.10"
+__version__ = "0.1.11"
6
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
7
CLI_RUN = False
8
0 commit comments