Skip to content

Commit 955d722

Browse files
DIPLOMAT v0.3.4
1 parent 47fb2b7 commit 955d722

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
DIPLOMAT version 0.3.0 represents a major refactoring of the entire frontend
2-
system, cli interface, and both the SLEAP and DLC frontends. The following
3-
adjustments have been made:
4-
- Frontends reduced to only needing to implement 2 functions to support all inference functionality in DIPLOMAT.
5-
- Almost all DIPLOMAT cli commands and core functions are now frontend independent, and all use diplomat's csv format instead of frontend specific formats.
6-
- The SLEAP frontend does not require sleap to be installed, and uses onnx for inference.
7-
- The DLC frontend does not require deeplabcut to be installed, and uses onnx for inference.
8-
- Several improvements made to DIPLOMAT's docs, including a simplified installation process.
1+
Provides small bug fixes and installation improvements for version 0.3.3 of DIPLOMAT.

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.3.3"
5+
__version__ = "0.3.4"
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)