Commit 2bce34b
Follow DiffEqBase pattern: import solve interface from SciMLBase
Match DiffEqBase style by importing all solve interface functions from
SciMLBase rather than directly from CommonSolve. SciMLBase already
imports from CommonSolve and exports these functions, so all packages
in the ecosystem should import from SciMLBase for consistency.
Changes:
- Remove CommonSolve as a direct dependency
- Import solve, init, solve!, __init, __solve from SciMLBase
- Keep all other SciMLBase imports organized together
This matches exactly how DiffEqBase handles the solve interface.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 29388ff commit 2bce34b
2 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments