Skip to content

Commit f8907ba

Browse files
Bump BoundaryValueDiffEqCore lower bound to 2.2 in FIRK and MIRK
The `tune_parameters` keyword on `__initial_guess_on_mesh` landed in BoundaryValueDiffEqCore 2.2.0 (PR #465). FIRK and MIRK pass this keyword, but their compat still allows Core 2.0.x/2.1.x, which lets the resolver pair new FIRK/MIRK with old Core — producing the MethodError reported in #468 when an unrelated package (e.g. Dash) forces downgrades elsewhere in the environment. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent b6f2999 commit f8907ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEqFIRK"
22
uuid = "85d9eb09-370e-4000-bb32-543851f73618"
3-
version = "1.13.0"
3+
version = "1.13.1"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -32,7 +32,7 @@ ADTypes = "1.14"
3232
Aqua = "0.8"
3333
ArrayInterface = "7.18"
3434
BandedMatrices = "1.7.5"
35-
BoundaryValueDiffEqCore = "2.0"
35+
BoundaryValueDiffEqCore = "2.2"
3636
ConcreteStructs = "0.2.3"
3737
DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.7"

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEqMIRK"
22
uuid = "1a22d4ce-7765-49ea-b6f2-13c8438986a6"
3-
version = "1.13.0"
3+
version = "1.13.1"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -31,7 +31,7 @@ ADTypes = "1.14"
3131
Aqua = "0.8"
3232
ArrayInterface = "7.18"
3333
BandedMatrices = "1.7.5"
34-
BoundaryValueDiffEqCore = "2.0"
34+
BoundaryValueDiffEqCore = "2.2"
3535
ConcreteStructs = "0.2.3"
3636
DiffEqDevTools = "2.44"
3737
DifferentiationInterface = "0.7"

0 commit comments

Comments
 (0)