Skip to content

Commit e0995c9

Browse files
author
OpenAdapt Bot
committed
0.29.0
Automatically generated by python-semantic-release
1 parent 6df4bb9 commit e0995c9

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.29.0 (2024-06-05)
6+
7+
### Documentation
8+
9+
* docs(README): add dashboard visualization; improve description of VanillaReplayStrategy ([`6df4bb9`](https://github.com/OpenAdaptAI/OpenAdapt/commit/6df4bb9e5e69b504fbb745ee1019dbe3d0b47282))
10+
11+
### Feature
12+
13+
* feat(vanilla): Implement vanilla baseline (#702)
14+
15+
* add vanilla.py; update README.md
16+
17+
* update module docstring
18+
19+
* add TODO; remove unused code
20+
21+
* tabs -> spaces
22+
23+
* modify prompt adapter API to accept images instead of base64 images
24+
25+
* fix typo
26+
27+
* add ActionEvent/WindowEvent.to_prompt_dict
28+
29+
* add prompts/describe_recording.j2; prompts/generate_action_event.j2
30+
31+
* fixes; log action history
32+
33+
* fixes; black; flake8
34+
35+
* add tests/openadapt/adapters
36+
37+
* add missing test assets
38+
39+
* DATA_DIR_PATH -> PARENT_DIR_PATH
40+
41+
* get_completion dev_mode
42+
43+
* anthropic dev_mode
44+
45+
* fix tests
46+
47+
* black
48+
49+
* flake8
50+
51+
* ignore .cache in flake8
52+
53+
* vanilla.INCLUDE_WINDOW_DATA; utils.clean_data/filter_keys
54+
55+
* flake8 ([`81074c4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/81074c425f27a075ef3d082c9555d2e1ada3df6a))
56+
57+
558
## v0.28.0 (2024-06-05)
659

760
### Feature

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.28.0"
3+
version = "0.29.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)