We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a609a0f commit e787d0cCopy full SHA for e787d0c
2 files changed
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v0.65.0 (2026-03-23)
5
+
6
+### Features
7
8
+- Add systematic model comparison framework
9
+ ([#188](https://github.com/OpenAdaptAI/openadapt-evals/pull/188),
10
+ [`a609a0f`](https://github.com/OpenAdaptAI/openadapt-evals/commit/a609a0f15ff2699b1a0bd3667ff861a322b6c2dc))
11
12
+Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13
14
15
## v0.64.1 (2026-03-23)
16
17
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "openadapt-evals"
-version = "0.64.1"
+version = "0.65.0"
description = "Evaluation infrastructure for GUI agent benchmarks"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments