Skip to content

Commit

Permalink
build: bump versions of NonlinearSolve and sub-packages (#518)
Browse files Browse the repository at this point in the history
* build: bump versions of `NonlinearSolve` and sub-packages

* build: bump compats between sub-packages
  • Loading branch information
AayushSabharwal authored Dec 16, 2024
1 parent 8295933 commit 3bb2eb3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 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.2.0"
version = "4.3.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -89,10 +89,10 @@ NLSolvers = "0.5"
NLsolve = "4.5"
NaNMath = "1"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.3"
NonlinearSolveFirstOrder = "1"
NonlinearSolveQuasiNewton = "1"
NonlinearSolveSpectralMethods = "1"
NonlinearSolveBase = "1.5"
NonlinearSolveFirstOrder = "1.2"
NonlinearSolveQuasiNewton = "1.1"
NonlinearSolveSpectralMethods = "1.1"
OrdinaryDiffEqTsit5 = "1.1.0"
PETSc = "0.3"
Pkg = "1.10"
Expand All @@ -104,7 +104,7 @@ ReTestItems = "1.24"
Reexport = "1.2"
SIAMFANLEquations = "1.0.1"
SciMLBase = "2.58"
SimpleNonlinearSolve = "2"
SimpleNonlinearSolve = "2.1"
SparseArrays = "1.10"
SparseConnectivityTracer = "0.6.5"
SparseMatrixColorings = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0"
version = "1.5.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
4 changes: 2 additions & 2 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.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
LinearSolve = "2.36.1"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PrecompileTools = "1.2"
Random = "1.10"
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.0.0"
version = "1.1.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down Expand Up @@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
LinearSolve = "2.36.1"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PrecompileTools = "1.2"
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.0.0"
version = "1.1.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down Expand Up @@ -33,7 +33,7 @@ InteractiveUtils = "<0.0.1, 1"
LineSearch = "0.1.4"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PrecompileTools = "1.2"
ReTestItems = "1.24"
Expand Down
4 changes: 2 additions & 2 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.0.0"
version = "2.1.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -55,7 +55,7 @@ LineSearch = "0.1.3"
LinearAlgebra = "1.10"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PolyesterForwardDiff = "0.1"
PrecompileTools = "1.2"
Expand Down

0 comments on commit 3bb2eb3

Please sign in to comment.