Skip to content

Commit 82179b2

Browse files
author
semantic-release
committed
chore: release 0.79.2
1 parent ac2df2f commit 82179b2

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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

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

0 commit comments

Comments
 (0)