Skip to content

Commit 7c402ca

Browse files
author
semantic-release
committed
chore: release 0.70.1
1 parent 7495843 commit 7c402ca

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.70.1 (2026-03-26)
5+
6+
### Bug Fixes
7+
8+
- Keep failed episodes in distillation + max_completion_tokens for GPT-5.x
9+
([`7495843`](https://github.com/OpenAdaptAI/openadapt-evals/commit/7495843b04778f1bc299e872b13bc1a6901e9e11))
10+
11+
- PlannerTrajectoryLogger: add keep_failed=True option (for distillation, we want ALL teacher data,
12+
not just successful episodes) - collect_distillation_data: use max_completion_tokens for GPT-5.x
13+
models, increase default from 512 to 2048, enable keep_failed
14+
15+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16+
17+
418
## v0.70.0 (2026-03-24)
519

620
### Features

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

0 commit comments

Comments
 (0)