From 06783df1c2143a821e388217985cbd2c5d9c4935 Mon Sep 17 00:00:00 2001 From: George Glidden-Handgis <47768122+georgeglidden@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:10:56 -0700 Subject: [PATCH] update docs --- RELEASE_NOTES.md | 5 +++-- diplomat/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3e464cf..44b2c21 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,4 @@ Changes for this version of DIPLOMAT: -- 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 +- added installation troubleshooting procedure to docs +- added installation verification procedure to docs +- created a zenodo record for sample data and models. diff --git a/diplomat/__init__.py b/diplomat/__init__.py index ab63943..f6d10ee 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.11" +__version__ = "0.1.12" # Can be used by functions to determine if diplomat was invoked through it's CLI interface. CLI_RUN = False