Skip to content

Commit 01a94c2

Browse files
New release.
1 parent 2c4a7b6 commit 01a94c2

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-
- Better debug output for windows when saving dipui files.
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.

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.25"
5+
__version__ = "0.3.26"
66

77
import warnings
88

0 commit comments

Comments
 (0)