We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a63e7 commit 06783dfCopy full SHA for 06783df
RELEASE_NOTES.md
@@ -1,3 +1,4 @@
1
Changes for this version of DIPLOMAT:
2
-- changed re-run icon from a triangle to a pair of circularly-arranged arrows
3
-- decluttered terminal output during supervised mode
+- added installation troubleshooting procedure to docs
+- added installation verification procedure to docs
4
+- created a zenodo record for sample data and models.
diplomat/__init__.py
@@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""
5
-__version__ = "0.1.11"
+__version__ = "0.1.12"
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