We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a823357 commit 1228866Copy full SHA for 1228866
RELEASE_NOTES.md
@@ -1 +1,3 @@
1
-Provides small bug fixes and installation improvements for version 0.3.3 of DIPLOMAT.
+This version of diplomat:
2
+ - Enhanced skeletal transition curve that takes into account spread of body parts.
3
+ - Support for converting DLC hdf5 and sleap hdf5 pose files to diplomat csvs, and passing them directly to the tweak and annotate commands.
diplomat/__init__.py
@@ -2,7 +2,7 @@
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
"""
4
5
-__version__ = "0.3.4"
+__version__ = "0.3.5"
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