1
1
name = " NonlinearSolve"
2
2
uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
3
authors = [" SciML" ]
4
- version = " 3.5.6 "
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
+ NLSolvers = " 337daf1e-9722-11e9-073e-8b9effe078ba"
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
+ NonlinearSolveNLSolversExt = " NLSolvers"
51
53
NonlinearSolveSIAMFANLEquationsExt = " SIAMFANLEquations"
52
54
NonlinearSolveSpeedMappingExt = " SpeedMapping"
53
55
NonlinearSolveSymbolicsExt = " Symbolics"
@@ -77,6 +79,7 @@ LinearSolve = "2.21"
77
79
MINPACK = " 1.2"
78
80
MaybeInplace = " 0.1.1"
79
81
NLsolve = " 4.5"
82
+ NLSolvers = " 0.5"
80
83
NaNMath = " 1"
81
84
NonlinearProblemLibrary = " 0.1.2"
82
85
OrdinaryDiffEq = " 6.63"
@@ -120,6 +123,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
120
123
LinearSolve = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
121
124
MINPACK = " 4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
122
125
NLsolve = " 2774e3e8-f4cf-5e23-947b-6d7e65073b56"
126
+ NLSolvers = " 337daf1e-9722-11e9-073e-8b9effe078ba"
123
127
NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
124
128
NonlinearProblemLibrary = " b7050fa9-e91f-4b37-bcee-a89a063da141"
125
129
OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
@@ -139,4 +143,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
139
143
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
140
144
141
145
[targets ]
142
- 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" , " ReTestItems" , " Reexport" , " CUDA" ]
146
+ 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" , " ReTestItems" , " Reexport" , " CUDA" , " NLSolvers " ]
0 commit comments