Skip to content

Commit 16cf2ce

Browse files
New DIPUI format, new release.
1 parent bda1824 commit 16cf2ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Add new setting `backup_every` to the SegmentedFramePassEngine to specify how often to save dipui files, in seconds. The default value has been adjusted from 3 to 6 minutes. You can access the setting via the `--backup_every` CLI flag on the `track` and `track_and_interact` commands.
1+
- Uses new dipui format, that is robust to being corrupted on crashed and contains error correcting behavior.

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.26"
5+
__version__ = "0.4.0"
66

77
import warnings
88

0 commit comments

Comments
 (0)