1
1
name = " NonlinearSolve"
2
2
uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
3
authors = [" SciML" ]
4
- version = " 2.10 .0"
4
+ version = " 3.0 .0"
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -33,12 +33,16 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
33
33
BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
34
34
FastLevenbergMarquardt = " 7a0df574-e128-4d35-8cbd-3d84502bf7ce"
35
35
LeastSquaresOptim = " 0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
36
+ MINPACK = " 4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
37
+ NLsolve = " 2774e3e8-f4cf-5e23-947b-6d7e65073b56"
36
38
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
37
39
38
40
[extensions ]
39
41
NonlinearSolveBandedMatricesExt = " BandedMatrices"
40
42
NonlinearSolveFastLevenbergMarquardtExt = " FastLevenbergMarquardt"
41
43
NonlinearSolveLeastSquaresOptimExt = " LeastSquaresOptim"
44
+ NonlinearSolveMINPACKExt = " MINPACK"
45
+ NonlinearSolveNLsolveExt = " NLsolve"
42
46
NonlinearSolveZygoteExt = " Zygote"
43
47
44
48
[compat ]
@@ -60,19 +64,21 @@ LeastSquaresOptim = "0.8"
60
64
LineSearches = " 7"
61
65
LinearAlgebra = " <0.0.1, 1"
62
66
LinearSolve = " 2.12"
67
+ MINPACK = " 1.2"
63
68
MaybeInplace = " 0.1"
69
+ NLsolve = " 4.5"
64
70
NaNMath = " 1"
65
71
NonlinearProblemLibrary = " 0.1"
66
72
Pkg = " 1"
67
73
PrecompileTools = " 1"
68
74
Printf = " <0.0.1, 1"
69
- Random = " 1"
75
+ Random = " <0.0.1, 1"
70
76
RecursiveArrayTools = " 2"
71
77
Reexport = " 0.2, 1"
72
78
SafeTestsets = " 0.1"
73
79
SciMLBase = " 2.9"
74
80
SciMLOperators = " 0.3"
75
- SimpleNonlinearSolve = " 0.1.23 "
81
+ SimpleNonlinearSolve = " 1 "
76
82
SparseArrays = " <0.0.1, 1"
77
83
SparseDiffTools = " 2.14"
78
84
StableRNGs = " 1"
@@ -94,17 +100,19 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
94
100
LeastSquaresOptim = " 0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
95
101
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
96
102
LinearSolve = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
103
+ MINPACK = " 4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
104
+ NLsolve = " 2774e3e8-f4cf-5e23-947b-6d7e65073b56"
97
105
NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
98
106
NonlinearProblemLibrary = " b7050fa9-e91f-4b37-bcee-a89a063da141"
99
107
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
100
108
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
101
109
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
102
- StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
103
110
SparseDiffTools = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
111
+ StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
104
112
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
105
113
Symbolics = " 0c5d862f-8b57-4792-8d23-62f2024744c7"
106
114
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
107
115
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
108
116
109
117
[targets ]
110
- test = [" Aqua" , " Enzyme" , " BenchmarkTools" , " SafeTestsets" , " Pkg" , " Test" , " ForwardDiff" , " StaticArrays" , " Symbolics" , " LinearSolve" , " Random" , " LinearAlgebra" , " Zygote" , " SparseDiffTools" , " NonlinearProblemLibrary" , " LeastSquaresOptim" , " FastLevenbergMarquardt" , " NaNMath" , " BandedMatrices" , " DiffEqBase" , " StableRNGs" ]
118
+ test = [" Aqua" , " Enzyme" , " BenchmarkTools" , " SafeTestsets" , " Pkg" , " Test" , " ForwardDiff" , " StaticArrays" , " Symbolics" , " LinearSolve" , " Random" , " LinearAlgebra" , " Zygote" , " SparseDiffTools" , " NonlinearProblemLibrary" , " LeastSquaresOptim" , " FastLevenbergMarquardt" , " NaNMath" , " BandedMatrices" , " DiffEqBase" , " StableRNGs" , " MINPACK " , " NLsolve " ]
0 commit comments