Skip to content

Commit 1228866

Browse files
Version bump...
1 parent a823357 commit 1228866

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Provides small bug fixes and installation improvements for version 0.3.3 of DIPLOMAT.
1+
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

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.4"
5+
__version__ = "0.3.5"
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)