We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e3ecc commit e8043b2Copy full SHA for e8043b2
RELEASE_NOTES.md
@@ -1,4 +1,2 @@
1
Changes for this version of DIPLOMAT:
2
-- updated installation procedure to include updating pip
3
-- added quotes around the editable installation path + options for zsh compatibility
4
-- change order of installation instructions to prioritize DIPLOMAT-SLEAP
+- restore dipui_file argument
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.13"
+__version__ = "0.1.14"
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