Skip to content

Commit 278423f

Browse files
author
semantic-release
committed
chore: release 0.19.2
1 parent 2e1c547 commit 278423f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# CHANGELOG
22

33

4+
## v0.19.2 (2026-03-02)
5+
6+
### Bug Fixes
7+
8+
- Unify fuzzy_match metrics into shared evaluation.metrics module
9+
([#71](https://github.com/OpenAdaptAI/openadapt-evals/pull/71),
10+
[`2e1c547`](https://github.com/OpenAdaptAI/openadapt-evals/commit/2e1c54736743b066034e9487a79328c07330a28f))
11+
12+
Extract metric functions (exact_match, fuzzy_match, contains, boolean, file_exists) into
13+
evaluation/metrics.py as the single source of truth. Both client.py and evaluate_endpoint.py now
14+
delegate to this module, eliminating the divergence between word-set overlap and rapidfuzz
15+
implementations.
16+
17+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
18+
19+
420
## v0.19.1 (2026-03-02)
521

622
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.19.1"
7+
version = "0.19.2"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)