Skip to content

Commit 8ce237f

Browse files
author
oscarddssmith
committed
update to ForwardDiff@1
1 parent 177cf41 commit 8ce237f

File tree

14 files changed

+35
-33
lines changed

14 files changed

+35
-33
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ BoundaryValueDiffEqShooting = "1"
4343
DiffEqBase = "6.167"
4444
DiffEqDevTools = "2.48"
4545
FastClosures = "0.3.2"
46-
ForwardDiff = "0.10.38"
46+
ForwardDiff = "0.10.38, 1"
4747
Hwloc = "3.3"
4848
InteractiveUtils = "<0.0.1, 1"
4949
JET = "0.9.18"
5050
LinearAlgebra = "1.10"
5151
LinearSolve = "3.9"
5252
NonlinearSolveFirstOrder = "1.3"
5353
ODEInterface = "0.5"
54-
OrdinaryDiffEq = "6.93"
54+
OrdinaryDiffEqTsit5 = "1"
5555
Pkg = "1.10.0"
5656
Random = "1.10"
5757
RecursiveArrayTools = "3.31.2"
@@ -72,7 +72,7 @@ JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
7272
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
7373
NonlinearSolveFirstOrder = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
7474
ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"
75-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
75+
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
7676
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
7777
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7878
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
@@ -82,4 +82,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
8282
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8383

8484
[targets]
85-
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "LinearSolve", "NonlinearSolveFirstOrder", "ODEInterface", "OrdinaryDiffEq", "Pkg", "Random", "ReTestItems", "RecursiveArrayTools", "Sparspak", "StaticArrays", "Test"]
85+
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "LinearSolve", "NonlinearSolveFirstOrder", "ODEInterface", "OrdinaryDiffEqTsit5", "Pkg", "Random", "ReTestItems", "RecursiveArrayTools", "Sparspak", "StaticArrays", "Test"]

lib/BoundaryValueDiffEqAscher/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DiffEqBase = "6.167"
2929
DiffEqDevTools = "2.44"
3030
DifferentiationInterface = "0.6.42"
3131
FastClosures = "0.3.2"
32-
ForwardDiff = "0.10.38"
32+
ForwardDiff = "0.10.38, 1"
3333
Hwloc = "3"
3434
InteractiveUtils = "<0.0.1, 1"
3535
JET = "0.9.18"

lib/BoundaryValueDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Aqua = "0.8"
3030
ArrayInterface = "7.18"
3131
ConcreteStructs = "0.2.3"
3232
DiffEqBase = "6.167"
33-
ForwardDiff = "0.10.38"
33+
ForwardDiff = "0.10.38, 1"
3434
InteractiveUtils = "<0.0.1, 1"
3535
JET = "0.9.18"
3636
LineSearch = "0.1.4"

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.6.42"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
41-
ForwardDiff = "0.10.38"
41+
ForwardDiff = "0.10.38, 1"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
JET = "0.9.18"
4545
LinearAlgebra = "1.10"
4646
LinearSolve = "2.36.2, 3"
47-
OrdinaryDiffEq = "6.93"
47+
OrdinaryDiffEqRosenbrock = "1"
4848
PreallocationTools = "0.4.24"
4949
PrecompileTools = "1.2"
5050
Preferences = "1.4"
@@ -66,12 +66,12 @@ Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
6666
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
6767
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
6868
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
69-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
69+
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
7070
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7171
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
7272
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
7373
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
7474
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7575

7676
[targets]
77-
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "LinearSolve", "OrdinaryDiffEq", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]
77+
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "LinearSolve", "OrdinaryDiffEqRosenbrock", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]

lib/BoundaryValueDiffEqFIRK/test/expanded/vectorofvector_initials_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@testitem "VectorOfVector Initial Condition" begin
2-
using BoundaryValueDiffEqFIRK, OrdinaryDiffEq
2+
using BoundaryValueDiffEqFIRK, OrdinaryDiffEqRosenbrock
33
#System Constants
44
ss = 1 #excitatory parameter
55
sj = 0 #inhibitory parameter

lib/BoundaryValueDiffEqFIRK/test/nested/vectorofvector_initials_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@testitem "VectorOfVector Initial Condition" begin
2-
using BoundaryValueDiffEqFIRK, OrdinaryDiffEq
2+
using BoundaryValueDiffEqFIRK, OrdinaryDiffEqRosenbrock
33
#System Constants
44
ss = 1 #excitatory parameter
55
sj = 0 #inhibitory parameter

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.6.42"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
41-
ForwardDiff = "0.10.38"
41+
ForwardDiff = "0.10.38, 1"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
JET = "0.9.18"
4545
LinearAlgebra = "1.10"
4646
LinearSolve = "2.36.2, 3"
47-
OrdinaryDiffEq = "6.93"
47+
OrdinaryDiffEqRosenbrock = "1"
4848
PreallocationTools = "0.4.24"
4949
PrecompileTools = "1.2"
5050
Preferences = "1.4"
@@ -66,12 +66,12 @@ Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
6666
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
6767
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
6868
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
69-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
69+
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
7070
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7171
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
7272
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
7373
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
7474
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7575

7676
[targets]
77-
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "LinearSolve", "OrdinaryDiffEq", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]
77+
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "LinearSolve", "OrdinaryDiffEqRosenbrock", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]

lib/BoundaryValueDiffEqMIRK/test/vectorofvector_initials_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@testitem "VectorOfVector Initial Condition" begin
2-
using BoundaryValueDiffEqMIRK, OrdinaryDiffEq
2+
using BoundaryValueDiffEqMIRK, OrdinaryDiffEqRosenbrock
33
#System Constants
44
ss = 1 #excitatory parameter
55
sj = 0 #inhibitory parameter

lib/BoundaryValueDiffEqMIRKN/Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ DiffEqDevTools = "2.44"
3939
DifferentiationInterface = "0.6.42"
4040
FastAlmostBandedMatrices = "0.1.4"
4141
FastClosures = "0.3.2"
42-
ForwardDiff = "0.10.38"
42+
ForwardDiff = "0.10.38, 1"
4343
Hwloc = "3"
4444
InteractiveUtils = "<0.0.1, 1"
4545
JET = "0.9.18"
4646
LinearAlgebra = "1.10"
47-
OrdinaryDiffEq = "6.93"
4847
PreallocationTools = "0.4.24"
4948
PrecompileTools = "1.2"
5049
Preferences = "1.4"
@@ -65,12 +64,11 @@ DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
6564
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
6665
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
6766
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
68-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
6967
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7068
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
7169
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
7270
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
7371
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7472

7573
[targets]
76-
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "OrdinaryDiffEq", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]
74+
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]

lib/BoundaryValueDiffEqShooting/Project.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ DiffEqDevTools = "2.44"
3838
DifferentiationInterface = "0.6.42"
3939
FastAlmostBandedMatrices = "0.1.4"
4040
FastClosures = "0.3.2"
41-
ForwardDiff = "0.10.38"
41+
ForwardDiff = "0.10.38, 1"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
JET = "0.9.18"
4545
LinearAlgebra = "1.10"
46-
OrdinaryDiffEq = "6.93"
46+
OrdinaryDiffEqRosenbrock = "1"
47+
OrdinaryDiffEqTsit5 = "1"
48+
OrdinaryDiffEqVerner = "1"
4749
Pkg = "1.10.0"
4850
PreallocationTools = "0.4.24"
4951
PrecompileTools = "1.2"
@@ -65,7 +67,9 @@ DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
6567
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
6668
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
6769
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
68-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
70+
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
71+
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
72+
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
6973
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
7074
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7175
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
@@ -74,4 +78,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
7478
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7579

7680
[targets]
77-
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "OrdinaryDiffEq", "Pkg", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]
81+
test = ["Aqua", "DiffEqDevTools", "Hwloc", "InteractiveUtils", "JET", "OrdinaryDiffEqRosenbrock", "OrdinaryDiffEqTsit5", "OrdinaryDiffEqVerner", "Pkg", "Random", "ReTestItems", "RecursiveArrayTools", "StaticArrays", "Test"]

0 commit comments

Comments
 (0)