1
1
name = " NonlinearSolve"
2
2
uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
3
authors = [" SciML" ]
4
- version = " 3.5 .0"
4
+ version = " 3.6 .0"
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -36,6 +36,7 @@ FixedPointAcceleration = "817d07cb-a79a-5c30-9a31-890123675176"
36
36
LeastSquaresOptim = " 0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
37
37
MINPACK = " 4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
38
38
NLsolve = " 2774e3e8-f4cf-5e23-947b-6d7e65073b56"
39
+ PolyesterForwardDiff = " 98d1487c-24ca-40b6-b7ab-df2af84e126b"
39
40
SIAMFANLEquations = " 084e46ad-d928-497d-ad5e-07fa361a48c4"
40
41
SpeedMapping = " f1835b91-879b-4a3f-a438-e4baacf14412"
41
42
Symbolics = " 0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -48,6 +49,7 @@ NonlinearSolveFixedPointAccelerationExt = "FixedPointAcceleration"
48
49
NonlinearSolveLeastSquaresOptimExt = " LeastSquaresOptim"
49
50
NonlinearSolveMINPACKExt = " MINPACK"
50
51
NonlinearSolveNLsolveExt = " NLsolve"
52
+ NonlinearSolvePolyesterForwardDiffExt = " PolyesterForwardDiff"
51
53
NonlinearSolveSIAMFANLEquationsExt = " SIAMFANLEquations"
52
54
NonlinearSolveSpeedMappingExt = " SpeedMapping"
53
55
NonlinearSolveSymbolicsExt = " Symbolics"
@@ -83,6 +85,7 @@ Pkg = "1.10"
83
85
PrecompileTools = " 1.2"
84
86
Preferences = " 1.4"
85
87
Printf = " 1.10"
88
+ PolyesterForwardDiff = " 0.1.1"
86
89
Random = " 1.91"
87
90
RecursiveArrayTools = " 3.4"
88
91
Reexport = " 1.2"
@@ -91,7 +94,7 @@ SafeTestsets = "0.1"
91
94
SciMLBase = " 2.19.0"
92
95
SimpleNonlinearSolve = " 1.2"
93
96
SparseArrays = " 1.10"
94
- SparseDiffTools = " 2.14 "
97
+ SparseDiffTools = " 2.16 "
95
98
SpeedMapping = " 0.3"
96
99
StableRNGs = " 1"
97
100
StaticArrays = " 1.7"
@@ -121,6 +124,7 @@ NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
121
124
NonlinearProblemLibrary = " b7050fa9-e91f-4b37-bcee-a89a063da141"
122
125
OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
123
126
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
127
+ PolyesterForwardDiff = " 98d1487c-24ca-40b6-b7ab-df2af84e126b"
124
128
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
125
129
SIAMFANLEquations = " 084e46ad-d928-497d-ad5e-07fa361a48c4"
126
130
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
@@ -134,4 +138,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
134
138
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
135
139
136
140
[targets ]
137
- test = [" Aqua" , " Enzyme" , " BenchmarkTools" , " SafeTestsets" , " Pkg" , " Test" , " ForwardDiff" , " StaticArrays" , " Symbolics" , " LinearSolve" , " Random" , " LinearAlgebra" , " Zygote" , " SparseDiffTools" , " NonlinearProblemLibrary" , " LeastSquaresOptim" , " FastLevenbergMarquardt" , " NaNMath" , " BandedMatrices" , " DiffEqBase" , " StableRNGs" , " MINPACK" , " NLsolve" , " OrdinaryDiffEq" , " SpeedMapping" , " FixedPointAcceleration" , " SIAMFANLEquations" , " Sundials" ]
141
+ test = [" Aqua" , " Enzyme" , " BenchmarkTools" , " SafeTestsets" , " Pkg" , " Test" , " ForwardDiff" , " StaticArrays" , " Symbolics" , " LinearSolve" , " Random" , " LinearAlgebra" , " Zygote" , " SparseDiffTools" , " NonlinearProblemLibrary" , " LeastSquaresOptim" , " FastLevenbergMarquardt" , " NaNMath" , " BandedMatrices" , " DiffEqBase" , " StableRNGs" , " MINPACK" , " NLsolve" , " OrdinaryDiffEq" , " SpeedMapping" , " FixedPointAcceleration" , " SIAMFANLEquations" , " Sundials" , " PolyesterForwardDiff " ]
0 commit comments