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.2 (2026-03-29)
5+
6+ ### Bug Fixes
7+
8+ - Telemetrycallback __ bases__ crash + 12 TRL integration tests
9+ ([ #231 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/231 ) ,
10+ [ ` ac2df2f ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/ac2df2f9d9dece530648a97101e31d0039c1c805 ) )
11+
12+ The dynamic __ bases__ assignment to inject TrainerCallback as a base class fails in Python:
13+ "deallocator differs from object". Fixed by creating a proper subclass at definition time instead.
14+
15+ 12 new tests: - Mock rollout_func: correct keys, count, reward variance - Config separation:
16+ TrainingConfig has no TRL fields, wrapper accepts trl_config - Wrapper construction: all callback
17+ combinations, trl_config passthrough - TelemetryCallback: importable, fires events
18+
19+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
20+
21+
422## v0.79.1 (2026-03-29)
523
624### 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.79.1 "
7+ version = " 0.79.2 "
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