We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70630b0 commit 783985cCopy full SHA for 783985c
CHANGELOG.md
@@ -3,6 +3,15 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
6
+
7
+## [0.3.1] - 2024-08-16
8
9
++ Add - add new table `LabeledVideo` to generate/store labeled video data after PoseEstimation
10
11
+## [0.3.0] - 2024-08-08
12
13
++ Add - add support for inference (PoseEstimation) using pytorch model
14
15
## [0.2.14] - 2024-08-02
16
17
+ Fix - improve imports, avoid circular dependencies
element_deeplabcut/version.py
@@ -2,4 +2,4 @@
2
Package metadata
"""
-__version__ = "0.3.0"
+__version__ = "0.3.1"
0 commit comments