Skip to content

Commit 060309b

Browse files
author
OpenAdapt Bot
committed
0.18.0
Automatically generated by python-semantic-release
1 parent 250943f commit 060309b

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

33

44

5+
## v0.18.0 (2024-04-16)
6+
7+
### Feature
8+
9+
* feat(VisualReplayStrategy): adapters: ultralytics, som, anthropic, google; remove_move_before_click; vision.py
10+
11+
* add prompts/, adapters/openai.py, strategies/visual.py (wip)
12+
13+
* adapters.anthropic
14+
15+
* add anthropic.py
16+
17+
* prompt with active segment descriptions
18+
19+
* Set-of-Mark Prompting Adapter (#612)
20+
21+
* Update openadapt/config.py
22+
23+
* remove_move_before_click
24+
25+
* started_counter; adapters.ultralytics
26+
27+
* add vision.py
28+
29+
* add openadapt/adapters/google.py
30+
31+
* filter_masks_by_size
32+
33+
* documentation
34+
35+
* update README
36+
37+
* add ultralytics
38+
39+
* exclude alembic in black/flake8
40+
41+
* exclude .venv in black/flake8
42+
43+
* disable som adapter; remove logging
44+
45+
* add adapters.google
46+
47+
---------
48+
49+
Co-authored-by: Cody DeVilliers <[email protected]> ([`250943f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/250943fa14fe58a261890db7fa4d54b1f7a64945))
50+
51+
552
## v0.17.1 (2024-04-15)
653

754
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)