Skip to content

Commit eb7b158

Browse files
author
semantic-release
committed
chore: release 0.72.0
1 parent 28b0193 commit eb7b158

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.72.0 (2026-03-28)
5+
6+
### Features
7+
8+
- Add callback hooks to standalone GRPO trainer
9+
([#198](https://github.com/OpenAdaptAI/openadapt-evals/pull/198),
10+
[`28b0193`](https://github.com/OpenAdaptAI/openadapt-evals/commit/28b0193fea10c4b1c3a08142d48982a110bb1a44))
11+
12+
Four optional callback hooks eliminate the need for monkey-patching:
13+
14+
- on_model_loaded(model, processor): Custom model setup (gradient checkpointing on specific
15+
submodules, hook attachment) - on_before_collect(task_id, env): WAA health checks, tunnel
16+
verification, task-specific setup before rollout collection - on_rollout_complete(rollout, index):
17+
Per-rollout W&B logging, screenshot/thought capture - on_step_complete(step, rollouts, metrics):
18+
Per-step W&B logging, early stopping, custom evaluation
19+
20+
All callbacks are keyword-only with None defaults (no-op). Eliminates 3 of 6 monkey-patches reported
21+
by customer.
22+
23+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24+
25+
426
## v0.71.3 (2026-03-28)
527

628
### 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.71.3"
7+
version = "0.72.0"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)