Skip to content

Commit 06783df

Browse files
committed
update docs
1 parent 89a63e7 commit 06783df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
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
2+
- added installation troubleshooting procedure to docs
3+
- added installation verification procedure to docs
4+
- created a zenodo record for sample data and models.

diplomat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
33
"""
44

5-
__version__ = "0.1.11"
5+
__version__ = "0.1.12"
66
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
77
CLI_RUN = False
88

0 commit comments

Comments
 (0)