Skip to content

Commit 9212080

Browse files
committed
support ForwardDiff 1.0
1 parent 505c73d commit 9212080

File tree

7 files changed

+13
-15
lines changed

7 files changed

+13
-15
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 <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "6.93.0"
4+
version = "6.93.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -87,7 +87,7 @@ FastBroadcast = "0.2, 0.3"
8787
FastClosures = "0.3"
8888
FillArrays = "1.9"
8989
FiniteDiff = "2"
90-
ForwardDiff = "0.10"
90+
ForwardDiff = "0.10, 1"
9191
FunctionWrappersWrappers = "0.1"
9292
InteractiveUtils = "1.9"
9393
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 <[email protected]>"]
4-
version = "1.3.0"
4+
version = "1.3.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 <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "1.4.0"
4+
version = "1.4.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -27,7 +27,7 @@ DiffEqBase = "6"
2727
DiffEqDevTools = "2.44.4"
2828
FastBroadcast = "0.3"
2929
FiniteDiff = "2"
30-
ForwardDiff = "0.10"
30+
ForwardDiff = "0.10, 1"
3131
FunctionWrappersWrappers = "0.1"
3232
LinearAlgebra = "1.10"
3333
LinearSolve = "2, 3"

lib/OrdinaryDiffEqDifferentiation/src/alg_utils.jl

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ function DiffEqBase.prepare_alg(
8282
end
8383

8484
cs = ForwardDiff.pickchunksize(x)
85-
return remake(alg,
86-
autodiff = AutoForwardDiff(
87-
chunksize = cs))
85+
return alg
8886
else # statically sized
8987
cs = pick_static_chunksize(Val{L}())
9088
cs = SciMLBase._unwrap_val(cs)

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 <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "1.5.0"
4+
version = "1.5.1"
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 <[email protected]>"]
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 <[email protected]>"]
4-
version = "1.8.0"
4+
version = "1.8.1"
55

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

0 commit comments

Comments
 (0)