Skip to content

Commit

Permalink
0.18.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed Apr 16, 2024
1 parent 250943f commit 060309b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,53 @@



## v0.18.0 (2024-04-16)

### Feature

* feat(VisualReplayStrategy): adapters: ultralytics, som, anthropic, google; remove_move_before_click; vision.py

* add prompts/, adapters/openai.py, strategies/visual.py (wip)

* adapters.anthropic

* add anthropic.py

* prompt with active segment descriptions

* Set-of-Mark Prompting Adapter (#612)

* Update openadapt/config.py

* remove_move_before_click

* started_counter; adapters.ultralytics

* add vision.py

* add openadapt/adapters/google.py

* filter_masks_by_size

* documentation

* update README

* add ultralytics

* exclude alembic in black/flake8

* exclude .venv in black/flake8

* disable som adapter; remove logging

* add adapters.google

---------

Co-authored-by: Cody DeVilliers <[email protected]> ([`250943f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/250943fa14fe58a261890db7fa4d54b1f7a64945))


## v0.17.1 (2024-04-15)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openadapt"
version = "0.17.1"
version = "0.18.0"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
Expand Down

0 comments on commit 060309b

Please sign in to comment.