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.48.2 (2026-03-20)
5+
6+ ### Bug Fixes
7+
8+ - Add strict mode to prevent silent fallback degradation during benchmarking
9+ ([ #154 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/154 ) ,
10+ [ ` 62934ab ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/62934ab54cbec4cadbbf6ad2ba691814d5fa732f ) )
11+
12+ When strict=True, components that previously degraded silently now raise errors instead, ensuring
13+ benchmarking/training runs use the intended system configuration (e.g., PII scrubbing active, VLM
14+ extraction working).
15+
16+ - ScrubMiddleware: raise ImportError if openadapt-privacy missing, re-raise on scrubbing failure -
17+ extract_workflow(): raise ValueError on VLM parse failure, re-raise on VLM call failure -
18+ generate_transcript(): re-raise on VLM call failure, raise ValueError if parser returns only
19+ placeholders
20+
21+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
22+
23+ ### Documentation
24+
25+ - Add openadapt-ml migration analysis report
26+ ([ #151 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/151 ) ,
27+ [ ` 101289b ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/101289b9516e144867f370ca76265d1e59b4dd9e ) )
28+
29+ Co-authored-by: Wright Bot < wright@openadaptai.noreply.github.com >
30+
31+
432## v0.48.1 (2026-03-20)
533
634### 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.48.1 "
7+ version = " 0.48.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