Skip to content

Commit

Permalink
0.19.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 27, 2024
1 parent 3c185e8 commit 846d68e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v0.19.0 (2024-04-27)

### Feature

* feat(VisualReplayStrategy): compute image similarity to avoid unnecessary segmentation

* remove sct_image from Screenshot; fix typo

* add Image.cropped_image

* add experiments/imagesimilarity.py

* bugfix: sct_image -> image

* find_similar_image_segmentation

* fix test_crop_active_window ([`3c185e8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/3c185e880483aeb26ef46381b3a1e2164534cb31))


## v0.18.3 (2024-04-22)

### 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.18.3"
version = "0.19.0"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
Expand Down

0 comments on commit 846d68e

Please sign in to comment.