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