Skip to content

Commit 3bb2eb3

Browse files
build: bump versions of NonlinearSolve and sub-packages (#518)
* build: bump versions of `NonlinearSolve` and sub-packages * build: bump compats between sub-packages
1 parent 8295933 commit 3bb2eb3

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.2.0"
4+
version = "4.3.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -89,10 +89,10 @@ NLSolvers = "0.5"
8989
NLsolve = "4.5"
9090
NaNMath = "1"
9191
NonlinearProblemLibrary = "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"
9696
OrdinaryDiffEqTsit5 = "1.1.0"
9797
PETSc = "0.3"
9898
Pkg = "1.10"
@@ -104,7 +104,7 @@ ReTestItems = "1.24"
104104
Reexport = "1.2"
105105
SIAMFANLEquations = "1.0.1"
106106
SciMLBase = "2.58"
107-
SimpleNonlinearSolve = "2"
107+
SimpleNonlinearSolve = "2.1"
108108
SparseArrays = "1.10"
109109
SparseConnectivityTracer = "0.6.5"
110110
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 <[email protected]> and contributors"]
4-
version = "1.4.0"
4+
version = "1.5.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 <[email protected]> and contributors"]
4-
version = "1.1.0"
4+
version = "1.2.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
4444
LinearSolve = "2.36.1"
4545
MaybeInplace = "0.1.4"
4646
NonlinearProblemLibrary = "0.1.2"
47-
NonlinearSolveBase = "1.1"
47+
NonlinearSolveBase = "1.5"
4848
Pkg = "1.10"
4949
PrecompileTools = "1.2"
5050
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 <[email protected]> and contributors"]
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
4444
LinearSolve = "2.36.1"
4545
MaybeInplace = "0.1.4"
4646
NonlinearProblemLibrary = "0.1.2"
47-
NonlinearSolveBase = "1.1"
47+
NonlinearSolveBase = "1.5"
4848
Pkg = "1.10"
4949
PrecompileTools = "1.2"
5050
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 <[email protected]> and contributors"]
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -33,7 +33,7 @@ InteractiveUtils = "<0.0.1, 1"
3333
LineSearch = "0.1.4"
3434
MaybeInplace = "0.1.4"
3535
NonlinearProblemLibrary = "0.1.2"
36-
NonlinearSolveBase = "1.1"
36+
NonlinearSolveBase = "1.5"
3737
Pkg = "1.10"
3838
PrecompileTools = "1.2"
3939
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.0.0"
4+
version = "2.1.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -55,7 +55,7 @@ LineSearch = "0.1.3"
5555
LinearAlgebra = "1.10"
5656
MaybeInplace = "0.1.4"
5757
NonlinearProblemLibrary = "0.1.2"
58-
NonlinearSolveBase = "1.1"
58+
NonlinearSolveBase = "1.5"
5959
Pkg = "1.10"
6060
PolyesterForwardDiff = "0.1"
6161
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)