File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
NonlinearSolveQuasiNewton
NonlinearSolveSpectralMethods Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11name = " NonlinearSolve"
22uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33authors = [" SciML" ]
4- version = " 4.2 .0"
4+ version = " 4.3 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -89,10 +89,10 @@ NLSolvers = "0.5"
8989NLsolve = " 4.5"
9090NaNMath = " 1"
9191NonlinearProblemLibrary = " 0.1.2"
92- NonlinearSolveBase = " 1.3 "
93- NonlinearSolveFirstOrder = " 1"
94- NonlinearSolveQuasiNewton = " 1"
95- NonlinearSolveSpectralMethods = " 1"
92+ NonlinearSolveBase = " 1.5 "
93+ NonlinearSolveFirstOrder = " 1.2 "
94+ NonlinearSolveQuasiNewton = " 1.1 "
95+ NonlinearSolveSpectralMethods = " 1.1 "
9696OrdinaryDiffEqTsit5 = " 1.1.0"
9797PETSc = " 0.3"
9898Pkg = " 1.10"
@@ -104,7 +104,7 @@ ReTestItems = "1.24"
104104Reexport = " 1.2"
105105SIAMFANLEquations = " 1.0.1"
106106SciMLBase = " 2.58"
107- SimpleNonlinearSolve = " 2"
107+ SimpleNonlinearSolve = " 2.1 "
108108SparseArrays = " 1.10"
109109SparseConnectivityTracer = " 0.6.5"
110110SparseMatrixColorings = " 0.4.5"
Original file line number Diff line number Diff line change 11name = " NonlinearSolveBase"
22uuid = " be0214bd-f91f-a760-ac4e-3421ce2b2da0"
33authors = [" Avik Pal <avikpal@mit.edu> and contributors" ]
4- version = " 1.4 .0"
4+ version = " 1.5 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change 11name = " NonlinearSolveFirstOrder"
22uuid = " 5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
33authors = [" Avik Pal <avikpal@mit.edu> and contributors" ]
4- version = " 1.1 .0"
4+ version = " 1.2 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
4444LinearSolve = " 2.36.1"
4545MaybeInplace = " 0.1.4"
4646NonlinearProblemLibrary = " 0.1.2"
47- NonlinearSolveBase = " 1.1 "
47+ NonlinearSolveBase = " 1.5 "
4848Pkg = " 1.10"
4949PrecompileTools = " 1.2"
5050Random = " 1.10"
Original file line number Diff line number Diff line change 11name = " NonlinearSolveQuasiNewton"
22uuid = " 9a2c21bd-3a47-402d-9113-8faf9a0ee114"
33authors = [" Avik Pal <avikpal@mit.edu> and contributors" ]
4- version = " 1.0 .0"
4+ version = " 1.1 .0"
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
4444LinearSolve = " 2.36.1"
4545MaybeInplace = " 0.1.4"
4646NonlinearProblemLibrary = " 0.1.2"
47- NonlinearSolveBase = " 1.1 "
47+ NonlinearSolveBase = " 1.5 "
4848Pkg = " 1.10"
4949PrecompileTools = " 1.2"
5050ReTestItems = " 1.24"
Original file line number Diff line number Diff line change 11name = " NonlinearSolveSpectralMethods"
22uuid = " 26075421-4e9a-44e1-8bd1-420ed7ad02b2"
33authors = [" Avik Pal <avikpal@mit.edu> and contributors" ]
4- version = " 1.0 .0"
4+ version = " 1.1 .0"
55
66[deps ]
77CommonSolve = " 38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -33,7 +33,7 @@ InteractiveUtils = "<0.0.1, 1"
3333LineSearch = " 0.1.4"
3434MaybeInplace = " 0.1.4"
3535NonlinearProblemLibrary = " 0.1.2"
36- NonlinearSolveBase = " 1.1 "
36+ NonlinearSolveBase = " 1.5 "
3737Pkg = " 1.10"
3838PrecompileTools = " 1.2"
3939ReTestItems = " 1.24"
Original file line number Diff line number Diff line change 11name = " SimpleNonlinearSolve"
22uuid = " 727e6d20-b764-4bd8-a329-72de5adea6c7"
33authors = [" SciML" ]
4- version = " 2.0 .0"
4+ version = " 2.1 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -55,7 +55,7 @@ LineSearch = "0.1.3"
5555LinearAlgebra = " 1.10"
5656MaybeInplace = " 0.1.4"
5757NonlinearProblemLibrary = " 0.1.2"
58- NonlinearSolveBase = " 1.1 "
58+ NonlinearSolveBase = " 1.5 "
5959Pkg = " 1.10"
6060PolyesterForwardDiff = " 0.1"
6161PrecompileTools = " 1.2"
You can’t perform that action at this time.
0 commit comments