We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a8d21 commit 702a4e5Copy full SHA for 702a4e5
RELEASE_NOTES.md
@@ -1,2 +1,2 @@
1
Changes for this version of DIPLOMAT:
2
- - Fix crash that occurs with no data frames.
+ - Fix crash that occurs with no data frames and saving.
diplomat/__init__.py
@@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
3
"""
4
5
-__version__ = "0.2.2"
+__version__ = "0.2.3"
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