Skip to content

Commit 842a338

Browse files
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

File tree

lib/DelayDiffEq/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DelayDiffEq"
22
uuid = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "5.74.0"
4+
version = "5.74.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -73,7 +73,7 @@ LinearAlgebra = "1"
7373
LinearSolve = "3.54"
7474
Logging = "1"
7575
OrdinaryDiffEqBDF = "1.16.0"
76-
OrdinaryDiffEqCore = "3"
76+
OrdinaryDiffEqCore = "3.31"
7777
OrdinaryDiffEqDefault = "1.9"
7878
OrdinaryDiffEqDifferentiation = "2.2.1"
7979
OrdinaryDiffEqFeagin = "1.3.0"

0 commit comments

Comments
 (0)