Commit fc551a5
Update WOperator import for SciMLOperators migration (#358)
* Update WOperator import from DiffEqBase to SciMLOperators
Downstream update for SciML/OrdinaryDiffEq.jl#3017 which moves
WOperator and StaticWOperator types to SciMLOperators.
- Import WOperator from SciMLOperators instead of DiffEqBase
- Add SciMLOperators >= 1.15 as direct dependency
- Bump OrdinaryDiffEqDifferentiation compat to include v2
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Drop OrdinaryDiffEqDifferentiation v1.x compat
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
---------
Co-authored-by: ChrisRackauckas-Claude <noreply@anthropic.com>
Co-authored-by: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 8d3b58e commit fc551a5
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments