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.10.1 (2026-02-24)
5+
6+ ### Bug Fixes
7+
8+ - ** modal** : Apply fixes from first successful Modal training run
9+ ([ ` 120c903 ` ] ( https://github.com/OpenAdaptAI/openadapt-ml/commit/120c903065b0dc15936bc1a58da7ec2e1b84e6af ) )
10+
11+ - Add ` serialized=True ` to @app .function for non-global-scope support - Auto-create volume before
12+ upload, add ` --force ` for overwrites - Fix variable scoping (` vol = training_volume ` ) inside
13+ remote function - Add ` openadapt-ml[training] ` to container image dependencies - Use ` --jsonl `
14+ flag in train subprocess for correct data path - Add ` modal ` to project dependencies - Update test
15+ to verify create+put two-call pattern
16+
17+ Co-Authored-By: Claude Opus 4.6 < noreply@anthropic.com >
18+
19+
420## v0.10.0 (2026-02-24)
521
622### Features
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-ml"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44description = " Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments