We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efed485 commit 23152c5Copy full SHA for 23152c5
RELEASE_NOTES.md
@@ -1,3 +1 @@
1
- - Add enhanced outputs for serialization errors.
2
- - Add support for tracing back serialization errors through the cache via the `--debug` flag.
3
- - Add more sensible defaults for Approximate labelers.
+ - Fix permission issue triggered on Windows when attempting to perform safe saving.
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.21"
+__version__ = "0.3.22"
6
7
import warnings
8
0 commit comments