From 29af1f93f20b36fc7b0495d0e6acd5a51a430dbc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Nov 2025 08:09:34 +0000 Subject: [PATCH] CompatHelper: bump compat for SimpleNonlinearSolve to 2, (keep existing compat) --- Project.toml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index 8a25f2c06..939696840 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolve" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" -authors = ["SciML"] version = "4.13.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" @@ -106,10 +116,10 @@ Random = "1.10" ReTestItems = "1.24" Reexport = "1.2.2" ReverseDiff = "1.15" -SciMLLogging = "1.3" SIAMFANLEquations = "1.0.1" SciMLBase = "2.116" -SimpleNonlinearSolve = "2.10" +SciMLLogging = "1.3" +SimpleNonlinearSolve = "2.10, 2" SparseArrays = "1.10" SparseConnectivityTracer = "1" SparseMatrixColorings = "0.4.5" @@ -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"