Skip to content

Commit e91bf1d

Browse files
Bump minor versions for packages changed in PR #720
- NonlinearSolve: 4.13.0 → 4.14.0 - NonlinearSolveBase: 2.1.0 → 2.2.0 - NonlinearSolveFirstOrder: 1.10.0 → 1.11.0 - NonlinearSolveQuasiNewton: 1.11.0 → 1.12.0 - NonlinearSolveSpectralMethods: 1.6.0 → 1.7.0 - SimpleNonlinearSolve: 2.10.0 → 2.11.0 Updated corresponding compat entries in all Project.toml files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3d69a96 commit e91bf1d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33
authors = ["SciML"]
4-
version = "4.13.0"
4+
version = "4.14.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -92,10 +92,10 @@ NLSolvers = "0.5"
9292
NLsolve = "4.5"
9393
NaNMath = "1"
9494
NonlinearProblemLibrary = "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"
9999
OrdinaryDiffEqTsit5 = "1.5"
100100
PETSc = "0.3"
101101
Pkg = "1.10"
@@ -109,7 +109,7 @@ ReverseDiff = "1.15"
109109
SciMLLogging = "1.3"
110110
SIAMFANLEquations = "1.0.1"
111111
SciMLBase = "2.116"
112-
SimpleNonlinearSolve = "2.10"
112+
SimpleNonlinearSolve = "2.11"
113113
SparseArrays = "1.10"
114114
SparseConnectivityTracer = "1"
115115
SparseMatrixColorings = "0.4.5"

lib/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveBase"
22
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "2.1.0"
4+
version = "2.2.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveFirstOrder"
22
uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.10.0"
4+
version = "1.11.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -47,7 +47,7 @@ LinearAlgebra = "1.10"
4747
LinearSolve = "2.36.1, 3"
4848
MaybeInplace = "0.1.4"
4949
NonlinearProblemLibrary = "0.1.2"
50-
NonlinearSolveBase = "2.1"
50+
NonlinearSolveBase = "2.2"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
Random = "1.10"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveQuasiNewton"
22
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.11.0"
4+
version = "1.12.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -45,7 +45,7 @@ LinearAlgebra = "1.10"
4545
LinearSolve = "2.36.1, 3"
4646
MaybeInplace = "0.1.4"
4747
NonlinearProblemLibrary = "0.1.2"
48-
NonlinearSolveBase = "2.1"
48+
NonlinearSolveBase = "2.2"
4949
Pkg = "1.10"
5050
PrecompileTools = "1.2"
5151
ReTestItems = "1.24"

lib/NonlinearSolveSpectralMethods/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveSpectralMethods"
22
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.6.0"
4+
version = "1.7.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -34,7 +34,7 @@ InteractiveUtils = "<0.0.1, 1"
3434
LineSearch = "0.1.4"
3535
MaybeInplace = "0.1.4"
3636
NonlinearProblemLibrary = "0.1.2"
37-
NonlinearSolveBase = "2.1"
37+
NonlinearSolveBase = "2.2"
3838
Pkg = "1.10"
3939
PrecompileTools = "1.2"
4040
ReTestItems = "1.24"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimpleNonlinearSolve"
22
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
33
authors = ["SciML"]
4-
version = "2.10.0"
4+
version = "2.11.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -58,7 +58,7 @@ LineSearch = "0.1.3"
5858
LinearAlgebra = "1.10"
5959
MaybeInplace = "0.1.4"
6060
NonlinearProblemLibrary = "0.1.2"
61-
NonlinearSolveBase = "2.1"
61+
NonlinearSolveBase = "2.2"
6262
Pkg = "1.10"
6363
PolyesterForwardDiff = "0.1.3"
6464
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)