Skip to content

Commit b8ec392

Browse files
Fix subpackage source definitions and update compat entries
- Add missing [sources] sections for SciMLJacobianOperators in NonlinearSolveBase and NonlinearSolveFirstOrder - Add missing dependencies and [sources] section for SCCNonlinearSolve (NonlinearSolve, NonlinearSolveBase, NonlinearSolveFirstOrder) - Update all inter-repo dependency compat entries to current versions - Bump minor version for all packages: - NonlinearSolve: 4.10.0 -> 4.11.0 - BracketingNonlinearSolve: 1.3.0 -> 1.4.0 - NonlinearSolveBase: 1.14.0 -> 1.15.0 - NonlinearSolveFirstOrder: 1.7.0 -> 1.8.0 - NonlinearSolveHomotopyContinuation: 0.1.5 -> 0.2.0 - NonlinearSolveQuasiNewton: 1.8.0 -> 1.9.0 - NonlinearSolveSciPy: 1.0.0 -> 1.1.0 - NonlinearSolveSpectralMethods: 1.3.0 -> 1.4.0 - SCCNonlinearSolve: 1.4.0 -> 1.5.0 - SciMLJacobianOperators: 0.1.8 -> 0.2.0 - SimpleNonlinearSolve: 2.7.0 -> 2.8.0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7eb78ff commit b8ec392

File tree

11 files changed

+43
-31
lines changed

11 files changed

+43
-31
lines changed

Project.toml

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

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -63,7 +63,7 @@ Aqua = "0.8"
6363
ArrayInterface = "7.16"
6464
BandedMatrices = "1.5"
6565
BenchmarkTools = "1.4"
66-
BracketingNonlinearSolve = "1"
66+
BracketingNonlinearSolve = "1.4"
6767
CUDA = "5.5"
6868
CommonSolve = "0.2.4"
6969
ConcreteStructs = "0.2.3"
@@ -88,10 +88,10 @@ NLSolvers = "0.5"
8888
NLsolve = "4.5"
8989
NaNMath = "1"
9090
NonlinearProblemLibrary = "0.1.2"
91-
NonlinearSolveBase = "1.4"
92-
NonlinearSolveFirstOrder = "1.2"
93-
NonlinearSolveQuasiNewton = "1.1"
94-
NonlinearSolveSpectralMethods = "1.1"
91+
NonlinearSolveBase = "1.15"
92+
NonlinearSolveFirstOrder = "1.8"
93+
NonlinearSolveQuasiNewton = "1.9"
94+
NonlinearSolveSpectralMethods = "1.4"
9595
OrdinaryDiffEqTsit5 = "1.1.0"
9696
PETSc = "0.3"
9797
Pkg = "1.10"
@@ -103,7 +103,7 @@ ReTestItems = "1.24"
103103
Reexport = "1.2.2"
104104
SIAMFANLEquations = "1.0.1"
105105
SciMLBase = "2.69"
106-
SimpleNonlinearSolve = "2.1"
106+
SimpleNonlinearSolve = "2.8"
107107
SparseArrays = "1.10"
108108
SparseConnectivityTracer = "0.6.5, 1"
109109
SparseMatrixColorings = "0.4.5"

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.3.0"
4+
version = "1.4.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -31,7 +31,7 @@ ConcreteStructs = "0.2.3"
3131
ExplicitImports = "1.10.1"
3232
ForwardDiff = "0.10.36, 1"
3333
InteractiveUtils = "<0.0.1, 1"
34-
NonlinearSolveBase = "1.1"
34+
NonlinearSolveBase = "1.15"
3535
PrecompileTools = "1.2"
3636
Reexport = "1.2.2"
3737
SciMLBase = "2.69"

lib/NonlinearSolveBase/Project.toml

Lines changed: 5 additions & 2 deletions
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.14.0"
4+
version = "1.15.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -26,6 +26,9 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
2626
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
2727
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2828

29+
[sources]
30+
SciMLJacobianOperators = {path = "../SciMLJacobianOperators"}
31+
2932
[weakdeps]
3033
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3134
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -69,7 +72,7 @@ Preferences = "1.4"
6972
Printf = "1.10"
7073
RecursiveArrayTools = "3"
7174
SciMLBase = "2.92"
72-
SciMLJacobianOperators = "0.1.1"
75+
SciMLJacobianOperators = "0.2.0"
7376
SciMLOperators = "0.4, 1.0"
7477
SparseArrays = "1.10"
7578
SparseMatrixColorings = "0.4.5"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 4 additions & 3 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.7.0"
4+
version = "1.8.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -25,6 +25,7 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
2525

2626
[sources]
2727
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
28+
SciMLJacobianOperators = {path = "../SciMLJacobianOperators"}
2829

2930
[compat]
3031
ADTypes = "1.9.0"
@@ -47,14 +48,14 @@ LinearAlgebra = "1.10"
4748
LinearSolve = "2.36.1, 3"
4849
MaybeInplace = "0.1.4"
4950
NonlinearProblemLibrary = "0.1.2"
50-
NonlinearSolveBase = "1.4"
51+
NonlinearSolveBase = "1.15"
5152
Pkg = "1.10"
5253
PrecompileTools = "1.2"
5354
Random = "1.10"
5455
ReTestItems = "1.24"
5556
Reexport = "1.2.2"
5657
SciMLBase = "2.69"
57-
SciMLJacobianOperators = "0.1.0"
58+
SciMLJacobianOperators = "0.2.0"
5859
Setfield = "1.1.1"
5960
SparseArrays = "1.10"
6061
SparseConnectivityTracer = "0.6.8"

lib/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 3 additions & 3 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.5"
4+
version = "0.2.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -30,8 +30,8 @@ Enzyme = "0.13"
3030
HomotopyContinuation = "2.12.0"
3131
LinearAlgebra = "1.10"
3232
NaNMath = "1.1"
33-
NonlinearSolve = "4"
34-
NonlinearSolveBase = "1.3.3"
33+
NonlinearSolve = "4.11"
34+
NonlinearSolveBase = "1.15"
3535
SciMLBase = "2.72.2"
3636
SymbolicIndexingInterface = "0.3.36"
3737
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.8.0"
4+
version = "1.9.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -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.4"
50+
NonlinearSolveBase = "1.15"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
ReTestItems = "1.24"

lib/NonlinearSolveSciPy/Project.toml

Lines changed: 2 additions & 2 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.0.0"
4+
version = "1.1.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.4"
21+
NonlinearSolveBase = "1.15"
2222
PrecompileTools = "1.2"
2323
PythonCall = "0.9"
2424
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.3.0"
4+
version = "1.4.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -36,7 +36,7 @@ InteractiveUtils = "<0.0.1, 1"
3636
LineSearch = "0.1.4"
3737
MaybeInplace = "0.1.4"
3838
NonlinearProblemLibrary = "0.1.2"
39-
NonlinearSolveBase = "1.4"
39+
NonlinearSolveBase = "1.15"
4040
Pkg = "1.10"
4141
PrecompileTools = "1.2"
4242
ReTestItems = "1.24"

lib/SCCNonlinearSolve/Project.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
name = "SCCNonlinearSolve"
22
uuid = "9dfe8606-65a1-4bb3-9748-cb89d1561431"
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"
8+
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
9+
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
10+
NonlinearSolveFirstOrder = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
811
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
912
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1013
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1114
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1215

16+
[sources]
17+
NonlinearSolve = {path = "../.."}
18+
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
19+
NonlinearSolveFirstOrder = {path = "../NonlinearSolveFirstOrder"}
20+
1321
[compat]
1422
Aqua = "0.8"
1523
BenchmarkTools = "1.5.0"
@@ -18,9 +26,9 @@ ExplicitImports = "1.5"
1826
Hwloc = "3"
1927
InteractiveUtils = "<0.0.1, 1"
2028
NonlinearProblemLibrary = "0.1.2"
21-
NonlinearSolve = "4.8"
22-
NonlinearSolveBase = "1.5.1"
23-
NonlinearSolveFirstOrder = "1"
29+
NonlinearSolve = "4.11"
30+
NonlinearSolveBase = "1.15"
31+
NonlinearSolveFirstOrder = "1.8"
2432
Pkg = "1.10"
2533
PrecompileTools = "1.2"
2634
ReTestItems = "1.24"

lib/SciMLJacobianOperators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLJacobianOperators"
22
uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "0.1.8"
4+
version = "0.2.0"
55

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

0 commit comments

Comments
 (0)