Skip to content

Commit 9759cdc

Browse files
author
semantic-release
committed
chore: release 0.79.0
1 parent f7d840c commit 9759cdc

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.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

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

0 commit comments

Comments
 (0)