Skip to content

Commit 993a1c7

Browse files
Version bump.
1 parent 4c7e6f9 commit 993a1c7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
- Fixes inference for SLEAP when image scaling is enabled for the project.
2-
- Resolves out of bounds indexing error when looking up confidences.
1+
- Fixes tweak when csv with NaN entries is passed.
2+
- Fixes tweak when csv file has more or less frames than the video passed along with it.
3+
- Adds support for zooming in on the editor.
4+
- Adds support for rendering heatmap overlays in the editor.

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.9"
5+
__version__ = "0.3.10"
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)