Skip to content

Commit 35488b6

Browse files
oscardssmithChrisRackauckas
authored andcommitted
bump versions
1 parent 3788a3f commit 35488b6

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

Project.toml

Lines changed: 2 additions & 2 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.11.0"
4+
version = "4.12.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -92,7 +92,7 @@ NLSolvers = "0.5"
9292
NLsolve = "4.5"
9393
NaNMath = "1"
9494
NonlinearProblemLibrary = "0.1.2"
95-
NonlinearSolveBase = "1.15"
95+
NonlinearSolveBase = "2"
9696
NonlinearSolveFirstOrder = "1.2"
9797
NonlinearSolveQuasiNewton = "1.8"
9898
NonlinearSolveSpectralMethods = "1.1"

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BracketingNonlinearSolve"
22
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.4.0"
4+
version = "1.5.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -30,7 +30,7 @@ ConcreteStructs = "0.2.3"
3030
ExplicitImports = "1.10.1"
3131
ForwardDiff = "0.10.36, 1"
3232
InteractiveUtils = "<0.0.1, 1"
33-
NonlinearSolveBase = "1.15"
33+
NonlinearSolveBase = "2"
3434
PrecompileTools = "1.2"
3535
Reexport = "1.2.2"
3636
SciMLBase = "2.116"

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.16.1"
4+
version = "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 <[email protected]> and contributors"]
4-
version = "1.8.0"
4+
version = "1.9.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 = "1.15"
50+
NonlinearSolveBase = "2"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
Random = "1.10"

lib/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveHomotopyContinuation"
22
uuid = "2ac3b008-d579-4536-8c91-a1a5998c2f8b"
33
authors = ["Aayush Sabharwal <[email protected]> and contributors"]
4-
version = "0.1.6"
4+
version = "0.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -34,7 +34,7 @@ HomotopyContinuation = "2.12.0"
3434
LinearAlgebra = "1.10"
3535
NaNMath = "1.1"
3636
NonlinearSolve = "4.10"
37-
NonlinearSolveBase = "1.15"
37+
NonlinearSolveBase = "2"
3838
SciMLBase = "2.116"
3939
SymbolicIndexingInterface = "0.3.43"
4040
TaylorDiff = "0.3.1"

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.9.0"
4+
version = "1.10.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 = "1.15"
48+
NonlinearSolveBase = "2"
4949
Pkg = "1.10"
5050
PrecompileTools = "1.2"
5151
ReTestItems = "1.24"

lib/NonlinearSolveSciPy/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveSciPy"
22
uuid = "4827a3aa-8a82-4c61-8bd0-3c7d3e464ee5"
33
authors = ["SciML"]
4-
version = "1.1.0"
4+
version = "1.2.0"
55

66
[deps]
77
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
@@ -18,7 +18,7 @@ path = "../NonlinearSolveBase"
1818
ConcreteStructs = "0.2.3"
1919
Hwloc = "3"
2020
InteractiveUtils = "<0.0.1, 1"
21-
NonlinearSolveBase = "1.15"
21+
NonlinearSolveBase = "2"
2222
PrecompileTools = "1.2"
2323
PythonCall = "0.9"
2424
ReTestItems = "1.24"
@@ -34,4 +34,4 @@ ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
3434
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3535

3636
[targets]
37-
test = ["Hwloc", "InteractiveUtils", "ReTestItems", "Test"]
37+
test = ["Hwloc", "InteractiveUtils", "ReTestItems", "Test"]

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.4.0"
4+
version = "1.5.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 = "1.15"
37+
NonlinearSolveBase = "2"
3838
Pkg = "1.10"
3939
PrecompileTools = "1.2"
4040
ReTestItems = "1.24"

lib/SCCNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SCCNonlinearSolve"
22
uuid = "9dfe8606-65a1-4bb3-9748-cb89d1561431"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.5.0"
4+
version = "1.6.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -20,7 +20,7 @@ LinearAlgebra = "1.10"
2020
InteractiveUtils = "<0.0.1, 1"
2121
NonlinearProblemLibrary = "0.1.2"
2222
NonlinearSolve = "4.8"
23-
NonlinearSolveBase = "1.15"
23+
NonlinearSolveBase = "2"
2424
NonlinearSolveFirstOrder = "1"
2525
Pkg = "1.10"
2626
PrecompileTools = "1.2"

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.8.0"
4+
version = "2.9.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 = "1.15"
61+
NonlinearSolveBase = "2"
6262
Pkg = "1.10"
6363
PolyesterForwardDiff = "0.1.3"
6464
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)