Commit 6b58118
committed
Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem
Cascade major-version compat relaxations for the OrdinaryDiffEq v7
ecosystem release (SciML/OrdinaryDiffEq.jl#3562 + #3565):
Project.toml / docs/Project.toml / test/extensions/Project.toml:
- OrdinaryDiffEqBDF: "1" → "1, 2"
- OrdinaryDiffEqCore: "3.22" → "3.22, 4"
- OrdinaryDiffEqDefault: "1" → "1, 2"
- OrdinaryDiffEqRosenbrock: "1" → "1, 2"
- OrdinaryDiffEqSDIRK: "1" → "1, 2" (docs only)
- OrdinaryDiffEqTsit5: "1" → "1, 2"
- OrdinaryDiffEqVerner: "1" → "1, 2"
- SciMLBase: "2.84" → "2.84, 3"
- StochasticDiffEq: "6.101" → "6.101, 7"
Source migrations for removed/changed APIs:
- test/simulation_and_solving/hybrid_models.jl: remove `verbose = false`
from `solve` calls (Bool no longer accepted; use ODEVerbosity in v7)
- test/simulation_and_solving/simulate_SDEs.jl: iterate
`cat_sol.u` / `hand_sol.u` instead of the EnsembleSolution directly
(RAT v4: iterating EnsembleSolution now yields scalar elements, not
trajectory solutions)
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent fa7119f commit 6b58118
5 files changed
Lines changed: 25 additions & 15 deletions
File tree
- docs
- test
- extensions
- simulation_and_solving
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
72 | | - | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | | - | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
622 | | - | |
| 621 | + | |
| 622 | + | |
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| |||
0 commit comments