Skip to content

Commit 8185d25

Browse files
author
semantic-release
committed
chore: release 0.10.1
1 parent 120c903 commit 8185d25

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-ml"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)