Commit cca0b4c
Fix SpeedMapping 0.4 compatibility (drop 0.3 support)
SpeedMapping 0.4 introduced breaking API changes:
- `converged::Bool` -> `status::Symbol` in return type
- `tol` -> `abstol`
- `Lp` -> `pnorm`
- `store_info` -> `store_trace`
- `σ_min` -> `initial_learning_rate`
- `orders::Vector{Int}` -> `orders::Tuple`
This commit updates the extension to use the 0.4 API exclusively
and changes the compat entry from "0.3, 0.4" to "0.4".
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7946442 commit cca0b4c
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments