From 39984be1c67eda62cfa6609f399786b293b7c5bc Mon Sep 17 00:00:00 2001 From: George Glidden-Handgis <47768122+georgeglidden@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:04:05 -0700 Subject: [PATCH] v0.1.11 changes the re-run icon and declutters terminal outputs --- RELEASE_NOTES.md | 3 ++- diplomat/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d019a3d..3e464cf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 \ No newline at end of file diff --git a/diplomat/__init__.py b/diplomat/__init__.py index 4db74b7..ab63943 100644 --- a/diplomat/__init__.py +++ b/diplomat/__init__.py @@ -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