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.78.1 (2026-03-29)
5+
6+ ### Bug Fixes
7+
8+ - Remove 307 accidentally committed data files, update .gitignore
9+ ([ ` ee1ceb9 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/ee1ceb9bd20b37d8f742c7b9a3657f8a59a8155f ) )
10+
11+ PR #227 accidentally committed local experiment data via git add -A: - flywheel_results/ (224
12+ screenshots + JSON) - .claude/worktrees/ (31 agent gitlinks) - annotated_demos/ (16 files) -
13+ eval_results/ (11 screenshots) - grpo_output/ (1 file) - demos/* /synthetic_correction/
14+ (placeholder PNGs) - .beads/ (SQLite database)
15+
16+ All removed from tracking. .gitignore updated to prevent reoccurrence. No sensitive data was exposed
17+ (confirmed via tidy scan).
18+
19+ Co-Authored-By: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
20+
21+
422## v0.78.0 (2026-03-29)
523
624### Features
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.0 "
7+ version = " 0.78.1 "
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