From 2039bf0c7b41b77b391db1ab00869d459c7614d5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 6 Nov 2025 00:27:15 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolveQuasiNewton to 1, (keep existing compat) --- Project.toml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index 6fdcad198..cb3258204 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolve" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" -authors = ["SciML"] version = "4.14.0" +authors = ["SciML"] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -43,13 +43,23 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SpeedMapping = "f1835b91-879b-4a3f-a438-e4baacf14412" Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" -[sources] -BracketingNonlinearSolve = {path = "lib/BracketingNonlinearSolve"} -NonlinearSolveBase = {path = "lib/NonlinearSolveBase"} -NonlinearSolveFirstOrder = {path = "lib/NonlinearSolveFirstOrder"} -NonlinearSolveQuasiNewton = {path = "lib/NonlinearSolveQuasiNewton"} -NonlinearSolveSpectralMethods = {path = "lib/NonlinearSolveSpectralMethods"} -SimpleNonlinearSolve = {path = "lib/SimpleNonlinearSolve"} +[sources.BracketingNonlinearSolve] +path = "lib/BracketingNonlinearSolve" + +[sources.NonlinearSolveBase] +path = "lib/NonlinearSolveBase" + +[sources.NonlinearSolveFirstOrder] +path = "lib/NonlinearSolveFirstOrder" + +[sources.NonlinearSolveQuasiNewton] +path = "lib/NonlinearSolveQuasiNewton" + +[sources.NonlinearSolveSpectralMethods] +path = "lib/NonlinearSolveSpectralMethods" + +[sources.SimpleNonlinearSolve] +path = "lib/SimpleNonlinearSolve" [extensions] NonlinearSolveFastLevenbergMarquardtExt = "FastLevenbergMarquardt" @@ -94,7 +104,7 @@ NaNMath = "1" NonlinearProblemLibrary = "0.1.2" NonlinearSolveBase = "2.2" NonlinearSolveFirstOrder = "1.11" -NonlinearSolveQuasiNewton = "1.12" +NonlinearSolveQuasiNewton = "1.12, 1" NonlinearSolveSpectralMethods = "1.7" OrdinaryDiffEqTsit5 = "1.5" PETSc = "0.3" @@ -106,9 +116,9 @@ Random = "1.10" ReTestItems = "1.24" Reexport = "1.2.2" ReverseDiff = "1.15" -SciMLLogging = "1.3" SIAMFANLEquations = "1.0.1" SciMLBase = "2.116" +SciMLLogging = "1.3" SimpleNonlinearSolve = "2.11" SparseArrays = "1.10" SparseConnectivityTracer = "1" @@ -146,8 +156,8 @@ PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823" ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" -SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1" SIAMFANLEquations = "084e46ad-d928-497d-ad5e-07fa361a48c4" +SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1" SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5" SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35" SpeedMapping = "f1835b91-879b-4a3f-a438-e4baacf14412"