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.13 .0"
4+ version = " 4.14 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -92,10 +92,10 @@ NLSolvers = "0.5"
9292NLsolve = " 4.5"
9393NaNMath = " 1"
9494NonlinearProblemLibrary = " 0.1.2"
95- NonlinearSolveBase = " 2.1 "
96- NonlinearSolveFirstOrder = " 1.10 "
97- NonlinearSolveQuasiNewton = " 1.11 "
98- NonlinearSolveSpectralMethods = " 1.6 "
95+ NonlinearSolveBase = " 2.2 "
96+ NonlinearSolveFirstOrder = " 1.11 "
97+ NonlinearSolveQuasiNewton = " 1.12 "
98+ NonlinearSolveSpectralMethods = " 1.7 "
9999OrdinaryDiffEqTsit5 = " 1.5"
100100PETSc = " 0.3"
101101Pkg = " 1.10"
@@ -109,7 +109,7 @@ ReverseDiff = "1.15"
109109SciMLLogging = " 1.3"
110110SIAMFANLEquations = " 1.0.1"
111111SciMLBase = " 2.116"
112- SimpleNonlinearSolve = " 2.10 "
112+ SimpleNonlinearSolve = " 2.11 "
113113SparseArrays = " 1.10"
114114SparseConnectivityTracer = " 1"
115115SparseMatrixColorings = " 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 = " 2.1 .0"
4+ version = " 2.2 .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.10 .0"
4+ version = " 1.11 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -47,7 +47,7 @@ LinearAlgebra = "1.10"
4747LinearSolve = " 2.36.1, 3"
4848MaybeInplace = " 0.1.4"
4949NonlinearProblemLibrary = " 0.1.2"
50- NonlinearSolveBase = " 2.1 "
50+ NonlinearSolveBase = " 2.2 "
5151Pkg = " 1.10"
5252PrecompileTools = " 1.2"
5353Random = " 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.11 .0"
4+ version = " 1.12 .0"
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -45,7 +45,7 @@ LinearAlgebra = "1.10"
4545LinearSolve = " 2.36.1, 3"
4646MaybeInplace = " 0.1.4"
4747NonlinearProblemLibrary = " 0.1.2"
48- NonlinearSolveBase = " 2.1 "
48+ NonlinearSolveBase = " 2.2 "
4949Pkg = " 1.10"
5050PrecompileTools = " 1.2"
5151ReTestItems = " 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.6 .0"
4+ version = " 1.7 .0"
55
66[deps ]
77CommonSolve = " 38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -34,7 +34,7 @@ InteractiveUtils = "<0.0.1, 1"
3434LineSearch = " 0.1.4"
3535MaybeInplace = " 0.1.4"
3636NonlinearProblemLibrary = " 0.1.2"
37- NonlinearSolveBase = " 2.1 "
37+ NonlinearSolveBase = " 2.2 "
3838Pkg = " 1.10"
3939PrecompileTools = " 1.2"
4040ReTestItems = " 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.10 .0"
4+ version = " 2.11 .0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -58,7 +58,7 @@ LineSearch = "0.1.3"
5858LinearAlgebra = " 1.10"
5959MaybeInplace = " 0.1.4"
6060NonlinearProblemLibrary = " 0.1.2"
61- NonlinearSolveBase = " 2.1 "
61+ NonlinearSolveBase = " 2.2 "
6262Pkg = " 1.10"
6363PolyesterForwardDiff = " 0.1.3"
6464PrecompileTools = " 1.2"
You can’t perform that action at this time.
0 commit comments