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 dd9e8fa commit 835bb17Copy full SHA for 835bb17
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
5
+## v0.33.2 (2024-06-15)
6
+
7
+### Fix
8
9
+* fix(VisualReplayStrategy): increase default NMS thresh/conf (#758)
10
11
+* repair VisualReplayStrategy
12
13
+* black/flake8 ([`dd9e8fa`](https://github.com/OpenAdaptAI/OpenAdapt/commit/dd9e8fada19bb40ccab892b4335cae7414f110a8))
14
15
16
## v0.33.1 (2024-06-14)
17
18
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.33.1"
+version = "0.33.2"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
0 commit comments