Skip to content

Commit 1338fa2

Browse files
author
OpenAdapt Bot
committed
0.31.0
Automatically generated by python-semantic-release
1 parent 3640f41 commit 1338fa2

File tree

2 files changed

+83
-1
lines changed

2 files changed

+83
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.31.0 (2024-06-12)
6+
7+
### Feature
8+
9+
* feat(contrib.som, postinstall): add contrib.som; postinstall.py; other fixes (#679)
10+
11+
12+
* add vision.get_similar_image_idxs and test_vision.py
13+
14+
* refactor fixtures
15+
16+
* add get_size_similarity and tests; update default params in adapters.ultralytics
17+
18+
* get_image_similarity rgb
19+
20+
* add caching; win_size
21+
22+
* short_circuit_ssim; plot_similar_image_groups
23+
24+
* refactor: adding plotting.py
25+
26+
* fix test; typo
27+
28+
* bug fixes; title_params
29+
30+
* add tests/openadapt/adapters
31+
32+
* bugfix: imports
33+
34+
* modify prompt adapter API to accept images instead of base64 images
35+
36+
* add experiments/handle_similar_segments.py
37+
38+
* add highlight_masks; increase_contrast
39+
40+
* add experiments/gpt4o_seg.py; normalize_positions; clean_data; filter_keys; modify get_scale_ratios to accept no arguments; modify crop_active_window to accept window event; fix bugs
41+
42+
* ultralytics sam
43+
44+
* add experiments/nms.py
45+
46+
* add fastsamsom.py, visualizer.py
47+
48+
* working fastsamsom.py
49+
50+
* cleanup
51+
52+
* black; flake8; postinstall.py; test_vision.py
53+
54+
* restore utils.get_performance_plot_file_path/get_performance_plot_file_path
55+
56+
* fix ActionEvent.from_dict
57+
58+
* handle HTTPError in test_openai
59+
60+
* utils.split_by_separators
61+
62+
* other fixes
63+
64+
* remove list python files step
65+
66+
* consolidate install-dashboard and postinstall
67+
68+
* install_dashboard from dashboard_dir
69+
70+
* postinstall error logging ([`588494c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/588494c596b7ac2b3bdbabec40c055b266d632d9))
71+
72+
### Fix
73+
74+
* fix(build): pip install wheel (#738) ([`3640f41`](https://github.com/OpenAdaptAI/OpenAdapt/commit/3640f41ec3a8b956e2e848bc6713d64cb8468b28))
75+
76+
* fix(tests, utils): fix regressions (#736)
77+
78+
* recording.monitor_hefith -> recording.monitor_height
79+
80+
* add test_utils.py
81+
82+
* release-and-publish.yml: poetry run postinstall
83+
84+
* black ([`d28a886`](https://github.com/OpenAdaptAI/OpenAdapt/commit/d28a886462f6cd1840da29307e12d24c86785698))
85+
86+
587
## v0.30.4 (2024-06-11)
688

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

0 commit comments

Comments
 (0)