Skip to content

Commit b910dec

Browse files
authored
support ForwardDiff 1.0 (#561)
* support ForwardDiff 1.0 * bump Bracketing
1 parent e0f7336 commit b910dec

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33
authors = ["SciML"]
4-
version = "4.5.0"
4+
version = "4.5.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -83,7 +83,7 @@ FastClosures = "0.3.2"
8383
FastLevenbergMarquardt = "0.1"
8484
FiniteDiff = "2.24"
8585
FixedPointAcceleration = "0.3, 1"
86-
ForwardDiff = "0.10.36"
86+
ForwardDiff = "0.10.36, 1"
8787
Hwloc = "3"
8888
InteractiveUtils = "<0.0.1, 1"
8989
LeastSquaresOptim = "0.8.5"

lib/BracketingNonlinearSolve/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BracketingNonlinearSolve"
22
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.1.2"
4+
version = "1.1.3"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -25,7 +25,7 @@ Aqua = "0.8.9"
2525
CommonSolve = "0.2.4"
2626
ConcreteStructs = "0.2.3"
2727
ExplicitImports = "1.10.1"
28-
ForwardDiff = "0.10.36"
28+
ForwardDiff = "0.10.36, 1"
2929
InteractiveUtils = "<0.0.1, 1"
3030
NonlinearSolveBase = "1.1"
3131
PrecompileTools = "1.2"

lib/NonlinearSolveBase/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveBase"
22
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.5.1"
4+
version = "1.5.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -58,7 +58,7 @@ DifferentiationInterface = "0.6.16"
5858
EnzymeCore = "0.8"
5959
ExplicitImports = "1.10.1"
6060
FastClosures = "0.3"
61-
ForwardDiff = "0.10.36"
61+
ForwardDiff = "0.10.36, 1"
6262
InteractiveUtils = "<0.0.1, 1"
6363
LineSearch = "0.1.4"
6464
LinearAlgebra = "1.10"

lib/NonlinearSolveFirstOrder/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveFirstOrder"
22
uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -38,7 +38,7 @@ DiffEqBase = "6.158.3"
3838
Enzyme = "0.13.12"
3939
ExplicitImports = "1.5"
4040
FiniteDiff = "2.24"
41-
ForwardDiff = "0.10.36"
41+
ForwardDiff = "0.10.36, 1"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
LineSearch = "0.1.4"

lib/NonlinearSolveQuasiNewton/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveQuasiNewton"
22
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -38,7 +38,7 @@ DiffEqBase = "6.158.3"
3838
Enzyme = "0.13.12"
3939
ExplicitImports = "1.5"
4040
FiniteDiff = "2.24"
41-
ForwardDiff = "0.10.36"
41+
ForwardDiff = "0.10.36, 1"
4242
Hwloc = "3"
4343
InteractiveUtils = "<0.0.1, 1"
4444
LineSearch = "0.1.4"

lib/NonlinearSolveSpectralMethods/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveSpectralMethods"
22
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.1.0"
4+
version = "1.1.1"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -30,7 +30,7 @@ CommonSolve = "0.2.4"
3030
ConcreteStructs = "0.2.3"
3131
DiffEqBase = "6.158.3"
3232
ExplicitImports = "1.5"
33-
ForwardDiff = "0.10.36"
33+
ForwardDiff = "0.10.36, 1"
3434
Hwloc = "3"
3535
InteractiveUtils = "<0.0.1, 1"
3636
LineSearch = "0.1.4"

lib/SciMLJacobianOperators/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLJacobianOperators"
22
uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -25,7 +25,7 @@ Enzyme = "0.13.11"
2525
ExplicitImports = "1.9.0"
2626
FastClosures = "0.3.2"
2727
FiniteDiff = "2.24"
28-
ForwardDiff = "0.10.36"
28+
ForwardDiff = "0.10.36, 1"
2929
InteractiveUtils = "<0.0.1, 1"
3030
LinearAlgebra = "1.10"
3131
ReverseDiff = "1.15"

lib/SimpleNonlinearSolve/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimpleNonlinearSolve"
22
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
33
authors = ["SciML"]
4-
version = "2.2.0"
4+
version = "2.2.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -53,7 +53,7 @@ Enzyme = "0.13.11"
5353
ExplicitImports = "1.9"
5454
FastClosures = "0.3.2"
5555
FiniteDiff = "2.24"
56-
ForwardDiff = "0.10.36"
56+
ForwardDiff = "0.10.36, 1"
5757
InteractiveUtils = "<0.0.1, 1"
5858
LineSearch = "0.1.3"
5959
LinearAlgebra = "1.10"

0 commit comments

Comments
 (0)