Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/BracketingNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BracketingNonlinearSolve"
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.3.0"
version = "1.4.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down Expand Up @@ -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"
Expand Down
7 changes: 5 additions & 2 deletions lib/NonlinearSolveBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolveBase"
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.14.0"
version = "1.15.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -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"
Expand Down Expand Up @@ -69,7 +72,7 @@ Preferences = "1.4"
Printf = "1.10"
RecursiveArrayTools = "3"
SciMLBase = "2.92"
SciMLJacobianOperators = "0.1.1"
SciMLJacobianOperators = "0.2.0"
SciMLOperators = "0.4, 1.0"
SparseArrays = "1.10"
SparseMatrixColorings = "0.4.5"
Expand Down
7 changes: 4 additions & 3 deletions lib/NonlinearSolveFirstOrder/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolveFirstOrder"
uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.7.0"
version = "1.8.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -25,6 +25,7 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"

[sources]
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
SciMLJacobianOperators = {path = "../SciMLJacobianOperators"}

[compat]
ADTypes = "1.9.0"
Expand All @@ -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.2.0"
Setfield = "1.1.1"
SparseArrays = "1.10"
SparseConnectivityTracer = "0.6.8"
Expand Down
6 changes: 3 additions & 3 deletions lib/NonlinearSolveHomotopyContinuation/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolveHomotopyContinuation"
uuid = "2ac3b008-d579-4536-8c91-a1a5998c2f8b"
authors = ["Aayush Sabharwal <[email protected]> and contributors"]
version = "0.1.5"
version = "0.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/NonlinearSolveQuasiNewton/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolveQuasiNewton"
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.8.0"
version = "1.9.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/NonlinearSolveSciPy/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/NonlinearSolveSpectralMethods/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolveSpectralMethods"
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.3.0"
version = "1.4.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down Expand Up @@ -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"
Expand Down
13 changes: 9 additions & 4 deletions lib/SCCNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SCCNonlinearSolve"
uuid = "9dfe8606-65a1-4bb3-9748-cb89d1561431"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.4.0"
version = "1.5.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/SciMLJacobianOperators/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLJacobianOperators"
uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "0.1.8"
version = "0.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
6 changes: 3 additions & 3 deletions lib/SimpleNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down
Loading