File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.79.0 (2026-03-29)
5+
6+ ### Features
7+
8+ - Trl GRPOTrainer migration with drop-in Python wrapper
9+ ([ #229 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/229 ) ,
10+ [ ` f7d840c ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/f7d840c1089e403a01256de8db18e1b2af32de87 ) )
11+
12+ TRL integration: - Outlines constrained decoding ported to rollout_func - TelemetryCallback maps to
13+ our telemetry events - train_trl_grpo.py: --constrained-decoding, --weave-project, --no-telemetry
14+ - README: TRL training section with 4 usage examples
15+
16+ Drop-in Python wrapper (trl_wrapper.py): - Same API as standalone trainer: TrainingConfig + 4
17+ callback hooks - Internally uses TRL GRPOTrainer + rollout_func - Client code doesn't change: from
18+ openadapt_evals.training.trl_wrapper import GRPOTrainer trainer = GRPOTrainer(config,
19+ on_step_complete=my_logger) trainer.train()
20+
21+ Standalone trainer: - Deprecated with warning (not removed) - Falls back if TRL not installed
22+
23+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
24+
25+
426## v0.78.2 (2026-03-29)
527
628### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.78.2 "
7+ version = " 0.79.0 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments