File tree Expand file tree Collapse file tree 2 files changed +54
-1
lines changed
Expand file tree Collapse file tree 2 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " openadapt"
3- version = " 0.28 .0"
3+ version = " 0.29 .0"
44description = " GUI Process Automation with Transformers"
55authors = [
66 ' OpenAdapt.AI Team <[email protected] >' ,
You can’t perform that action at this time.
0 commit comments