diff --git a/Project.toml b/Project.toml index 6e897bae3..c0806bbeb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolve" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" authors = ["SciML"] -version = "4.10.0" +version = "4.11.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -63,7 +63,7 @@ Aqua = "0.8" ArrayInterface = "7.16" BandedMatrices = "1.5" BenchmarkTools = "1.4" -BracketingNonlinearSolve = "1" +BracketingNonlinearSolve = "1.4" CUDA = "5.5" CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" @@ -88,10 +88,10 @@ NLSolvers = "0.5" NLsolve = "4.5" NaNMath = "1" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.4" -NonlinearSolveFirstOrder = "1.2" -NonlinearSolveQuasiNewton = "1.1" -NonlinearSolveSpectralMethods = "1.1" +NonlinearSolveBase = "1.15" +NonlinearSolveFirstOrder = "1.8" +NonlinearSolveQuasiNewton = "1.9" +NonlinearSolveSpectralMethods = "1.4" OrdinaryDiffEqTsit5 = "1.1.0" PETSc = "0.3" Pkg = "1.10" @@ -103,7 +103,7 @@ ReTestItems = "1.24" Reexport = "1.2.2" SIAMFANLEquations = "1.0.1" SciMLBase = "2.69" -SimpleNonlinearSolve = "2.1" +SimpleNonlinearSolve = "2.8" SparseArrays = "1.10" SparseConnectivityTracer = "0.6.5, 1" SparseMatrixColorings = "0.4.5" diff --git a/lib/BracketingNonlinearSolve/Project.toml b/lib/BracketingNonlinearSolve/Project.toml index fb8366065..033bcf3a0 100644 --- a/lib/BracketingNonlinearSolve/Project.toml +++ b/lib/BracketingNonlinearSolve/Project.toml @@ -1,7 +1,7 @@ name = "BracketingNonlinearSolve" uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e" authors = ["Avik Pal and contributors"] -version = "1.3.0" +version = "1.4.0" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" @@ -31,7 +31,7 @@ ConcreteStructs = "0.2.3" ExplicitImports = "1.10.1" ForwardDiff = "0.10.36, 1" InteractiveUtils = "<0.0.1, 1" -NonlinearSolveBase = "1.1" +NonlinearSolveBase = "1.15" PrecompileTools = "1.2" Reexport = "1.2.2" SciMLBase = "2.69" diff --git a/lib/NonlinearSolveBase/Project.toml b/lib/NonlinearSolveBase/Project.toml index b75d60463..364cae860 100644 --- a/lib/NonlinearSolveBase/Project.toml +++ b/lib/NonlinearSolveBase/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveBase" uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0" authors = ["Avik Pal and contributors"] -version = "1.14.0" +version = "1.15.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -26,6 +26,9 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" +[sources] +SciMLJacobianOperators = {path = "../SciMLJacobianOperators"} + [weakdeps] BandedMatrices = "aae01518-5342-5314-be14-df237901396f" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" @@ -69,7 +72,7 @@ Preferences = "1.4" Printf = "1.10" RecursiveArrayTools = "3" SciMLBase = "2.92" -SciMLJacobianOperators = "0.1.1" +SciMLJacobianOperators = "0.1.8" SciMLOperators = "0.4, 1.0" SparseArrays = "1.10" SparseMatrixColorings = "0.4.5" diff --git a/lib/NonlinearSolveFirstOrder/Project.toml b/lib/NonlinearSolveFirstOrder/Project.toml index db77d67e9..28bf1f5f2 100644 --- a/lib/NonlinearSolveFirstOrder/Project.toml +++ b/lib/NonlinearSolveFirstOrder/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveFirstOrder" uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d" authors = ["Avik Pal and contributors"] -version = "1.7.0" +version = "1.8.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -25,6 +25,7 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" [sources] NonlinearSolveBase = {path = "../NonlinearSolveBase"} +SciMLJacobianOperators = {path = "../SciMLJacobianOperators"} [compat] ADTypes = "1.9.0" @@ -47,14 +48,14 @@ LinearAlgebra = "1.10" LinearSolve = "2.36.1, 3" MaybeInplace = "0.1.4" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.4" +NonlinearSolveBase = "1.15" Pkg = "1.10" PrecompileTools = "1.2" Random = "1.10" ReTestItems = "1.24" Reexport = "1.2.2" SciMLBase = "2.69" -SciMLJacobianOperators = "0.1.0" +SciMLJacobianOperators = "0.1.8" Setfield = "1.1.1" SparseArrays = "1.10" SparseConnectivityTracer = "0.6.8" diff --git a/lib/NonlinearSolveHomotopyContinuation/Project.toml b/lib/NonlinearSolveHomotopyContinuation/Project.toml index 8acdc6d1f..a263cb1be 100644 --- a/lib/NonlinearSolveHomotopyContinuation/Project.toml +++ b/lib/NonlinearSolveHomotopyContinuation/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveHomotopyContinuation" uuid = "2ac3b008-d579-4536-8c91-a1a5998c2f8b" authors = ["Aayush Sabharwal and contributors"] -version = "0.1.5" +version = "0.2.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -30,8 +30,8 @@ Enzyme = "0.13" HomotopyContinuation = "2.12.0" LinearAlgebra = "1.10" NaNMath = "1.1" -NonlinearSolve = "4" -NonlinearSolveBase = "1.3.3" +NonlinearSolve = "4.11" +NonlinearSolveBase = "1.15" SciMLBase = "2.72.2" SymbolicIndexingInterface = "0.3.36" TaylorDiff = "0.3.1" diff --git a/lib/NonlinearSolveQuasiNewton/Project.toml b/lib/NonlinearSolveQuasiNewton/Project.toml index 82c7a4a11..555119edd 100644 --- a/lib/NonlinearSolveQuasiNewton/Project.toml +++ b/lib/NonlinearSolveQuasiNewton/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveQuasiNewton" uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114" authors = ["Avik Pal and contributors"] -version = "1.8.0" +version = "1.9.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -47,7 +47,7 @@ LinearAlgebra = "1.10" LinearSolve = "2.36.1, 3" MaybeInplace = "0.1.4" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.4" +NonlinearSolveBase = "1.15" Pkg = "1.10" PrecompileTools = "1.2" ReTestItems = "1.24" diff --git a/lib/NonlinearSolveSciPy/Project.toml b/lib/NonlinearSolveSciPy/Project.toml index 2bf56b78c..078d1e788 100644 --- a/lib/NonlinearSolveSciPy/Project.toml +++ b/lib/NonlinearSolveSciPy/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveSciPy" uuid = "4827a3aa-8a82-4c61-8bd0-3c7d3e464ee5" authors = ["SciML"] -version = "1.0.0" +version = "1.1.0" [deps] ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" @@ -18,7 +18,7 @@ path = "../NonlinearSolveBase" ConcreteStructs = "0.2.3" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" -NonlinearSolveBase = "1.4" +NonlinearSolveBase = "1.15" PrecompileTools = "1.2" PythonCall = "0.9" ReTestItems = "1.24" diff --git a/lib/NonlinearSolveSpectralMethods/Project.toml b/lib/NonlinearSolveSpectralMethods/Project.toml index 8fe3fcc56..d4c59b9f6 100644 --- a/lib/NonlinearSolveSpectralMethods/Project.toml +++ b/lib/NonlinearSolveSpectralMethods/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolveSpectralMethods" uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2" authors = ["Avik Pal and contributors"] -version = "1.3.0" +version = "1.4.0" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" @@ -36,7 +36,7 @@ InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.4" MaybeInplace = "0.1.4" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.4" +NonlinearSolveBase = "1.15" Pkg = "1.10" PrecompileTools = "1.2" ReTestItems = "1.24" diff --git a/lib/SCCNonlinearSolve/Project.toml b/lib/SCCNonlinearSolve/Project.toml index 26ed1b04c..cd4707614 100644 --- a/lib/SCCNonlinearSolve/Project.toml +++ b/lib/SCCNonlinearSolve/Project.toml @@ -1,7 +1,7 @@ name = "SCCNonlinearSolve" uuid = "9dfe8606-65a1-4bb3-9748-cb89d1561431" authors = ["Avik Pal and contributors"] -version = "1.4.0" +version = "1.5.0" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" @@ -10,6 +10,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" +[sources] +NonlinearSolve = {path = "../.."} +NonlinearSolveBase = {path = "../NonlinearSolveBase"} +NonlinearSolveFirstOrder = {path = "../NonlinearSolveFirstOrder"} + [compat] Aqua = "0.8" BenchmarkTools = "1.5.0" @@ -18,9 +23,9 @@ ExplicitImports = "1.5" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" NonlinearProblemLibrary = "0.1.2" -NonlinearSolve = "4.8" -NonlinearSolveBase = "1.5.1" -NonlinearSolveFirstOrder = "1" +NonlinearSolve = "4.11" +NonlinearSolveBase = "1.15" +NonlinearSolveFirstOrder = "1.8" Pkg = "1.10" PrecompileTools = "1.2" ReTestItems = "1.24" diff --git a/lib/SciMLJacobianOperators/Project.toml b/lib/SciMLJacobianOperators/Project.toml index 937bf80c7..676b21599 100644 --- a/lib/SciMLJacobianOperators/Project.toml +++ b/lib/SciMLJacobianOperators/Project.toml @@ -1,7 +1,7 @@ name = "SciMLJacobianOperators" uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e" authors = ["Avik Pal and contributors"] -version = "0.1.8" +version = "0.1.9" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/lib/SimpleNonlinearSolve/Project.toml b/lib/SimpleNonlinearSolve/Project.toml index 0014013fb..a0147a1ce 100644 --- a/lib/SimpleNonlinearSolve/Project.toml +++ b/lib/SimpleNonlinearSolve/Project.toml @@ -1,7 +1,7 @@ name = "SimpleNonlinearSolve" uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7" authors = ["SciML"] -version = "2.7.0" +version = "2.8.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -45,7 +45,7 @@ SimpleNonlinearSolveTrackerExt = "Tracker" ADTypes = "1.2" Aqua = "0.8.7" ArrayInterface = "7.16" -BracketingNonlinearSolve = "1.1" +BracketingNonlinearSolve = "1.4" ChainRulesCore = "1.24" CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" @@ -61,7 +61,7 @@ LineSearch = "0.1.3" LinearAlgebra = "1.10" MaybeInplace = "0.1.4" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.4" +NonlinearSolveBase = "1.15" Pkg = "1.10" PolyesterForwardDiff = "0.1.3" PrecompileTools = "1.2"