Skip to content

Commit 8722390

Browse files
committed
support ForwardDiff 1.0
1 parent 5509482 commit 8722390

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEq"
22
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "6.95.0"
4+
version = "6.95.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -86,7 +86,7 @@ FastBroadcast = "0.2, 0.3"
8686
FastClosures = "0.3"
8787
FillArrays = "1.9"
8888
FiniteDiff = "2"
89-
ForwardDiff = "0.10"
89+
ForwardDiff = "0.10, 1"
9090
FunctionWrappersWrappers = "0.1"
9191
InteractiveUtils = "1.9"
9292
LineSearches = "7"

lib/OrdinaryDiffEqBDF/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqBDF"
22
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.5.0"
4+
version = "1.5.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -28,7 +28,7 @@ ArrayInterface = "7.15.0"
2828
DiffEqBase = "6.152.2"
2929
DiffEqDevTools = "2.44.4"
3030
FastBroadcast = "0.3.5"
31-
ForwardDiff = "0.10.36"
31+
ForwardDiff = "0.10.36, 1"
3232
LinearAlgebra = "<0.0.1, 1"
3333
MacroTools = "0.5.13"
3434
MuladdMacro = "0.2.4"

lib/OrdinaryDiffEqDifferentiation/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqDifferentiation"
22
uuid = "4302a76b-040a-498a-8c04-15b101fed76b"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -34,7 +34,7 @@ DiffEqDevTools = "2.44.4"
3434
DifferentiationInterface = "0.6.48"
3535
FastBroadcast = "0.3"
3636
FiniteDiff = "2"
37-
ForwardDiff = "0.10"
37+
ForwardDiff = "0.10, 1"
3838
FunctionWrappersWrappers = "0.1"
3939
LinearAlgebra = "1.10"
4040
LinearSolve = "2, 3"

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqNonlinearSolve"
22
uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "1.6.1"
4+
version = "1.6.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -31,7 +31,7 @@ DiffEqBase = "6.152.2"
3131
DiffEqDevTools = "2.44.4"
3232
FastBroadcast = "0.3.5"
3333
FastClosures = "0.3.2"
34-
ForwardDiff = "0.10.36"
34+
ForwardDiff = "0.10.36, 1"
3535
LinearAlgebra = "<0.0.1, 1"
3636
LinearSolve = "2.32.0, 3"
3737
MuladdMacro = "0.2.4"

lib/OrdinaryDiffEqPDIRK/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqPDIRK"
22
uuid = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919
ADTypes = "1.11"
2020
DiffEqBase = "6.152.2"
2121
DiffEqDevTools = "2.44.4"
22-
FastBroadcast = "0.3.5"
22+
FastBroadcast = "0.3.5, 1"
2323
MuladdMacro = "0.2.4"
2424
OrdinaryDiffEqCore = "1.19"
2525
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"

lib/OrdinaryDiffEqRosenbrock/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqRosenbrock"
22
uuid = "43230ef6-c299-4910-a778-202eb28ce4ce"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.9.0"
4+
version = "1.9.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -30,7 +30,7 @@ DiffEqDevTools = "2.44.4"
3030
DifferentiationInterface = "0.6.48"
3131
FastBroadcast = "0.3.5"
3232
FiniteDiff = "2.24.0"
33-
ForwardDiff = "0.10.36"
33+
ForwardDiff = "0.10.36, 1"
3434
LinearAlgebra = "<0.0.1, 1"
3535
LinearSolve = "2.32.0, 3"
3636
MacroTools = "0.5.13"

0 commit comments

Comments
 (0)