diff --git a/CHANGELOG.md b/CHANGELOG.md index 348f3dd..b9b4025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # CHANGELOG +## v0.97.0 (2026-09-02) + +### Features + +- **extradup**: Add the eval-only wrong_record family and resolve the record by identity (#337) ([`cad5560`](https://github.com/OpenAdaptAI/openadapt-evals/commit/cad5560d6b7482f2cb99b9735e0ac3c5aae714c8)) +- **reward**: Add identity-swap family to the MockMed ExtraDup proof (#335) ([`40f6646`](https://github.com/OpenAdaptAI/openadapt-evals/commit/40f66466ce8cb9586c220249285a349af5d3373d)) +- **extradup**: Add kill-scan CLI for the frozen ExtraDup corpus (#336) ([`1130f8d`](https://github.com/OpenAdaptAI/openadapt-evals/commit/1130f8db899703a8557262ace57097fa943944c5)) + +### Documentation + +- Freeze M for certified-reward RL Phase-1/pilot (#334) ([`00fc435`](https://github.com/OpenAdaptAI/openadapt-evals/commit/00fc43524c3cc7f5412445ac08708d9be5d4ff3c)) +- **prime**: Install the environment from the Prime Intellect hub (#333) ([`8ccb61e`](https://github.com/OpenAdaptAI/openadapt-evals/commit/8ccb61e6d8c5d7950ee72cf465abe36a7fde58fb)) + + ## v0.96.1 (2026-09-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ed729e2..d623ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openadapt-evals" -version = "0.96.1" +version = "0.97.0" description = "Evaluation infrastructure for GUI agent benchmarks" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index fef74f6..e187c1a 100644 --- a/uv.lock +++ b/uv.lock @@ -3481,7 +3481,7 @@ wheels = [ [[package]] name = "openadapt-evals" -version = "0.96.1" +version = "0.97.0" source = { editable = "." } dependencies = [ { name = "anthropic" },