Commit 842a338
DelayDiffEq 5.74.1: require OrdinaryDiffEqCore 3.31 (#3435)
5.74.0 added an OrdinaryDiffEqCore.shift_past_discontinuity!(::DDEIntegrator)
override in src/integrators/utils.jl. shift_past_discontinuity! was
introduced in OrdinaryDiffEqCore 3.31.0 (#3392), so extending it against
any 3.0 - 3.30 throws at load. Tighten compat lower bound accordingly
and bump to 5.74.1.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>1 parent 3a35b21 commit 842a338
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments