Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a025f24

Browse files
Merge pull request #90 from SciML/v2
V2
2 parents a5edfba + 54162cf commit a025f24

21 files changed

+2113
-3975
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
julia-version: [1]
1818
os: [ubuntu-latest]
1919
package:
20-
- {user: SciML, repo: Optimization.jl, group: Optimization}
20+
- {user: SciML, repo: Optimization.jl, group: All}
2121

2222
steps:
2323
- uses: actions/checkout@v4

Project.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ version = "1.5.0"
66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9+
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
910
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
11+
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
1012
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1113
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1214
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1315
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1416
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1517
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18+
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
19+
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1620
SymbolicAnalysis = "4297ee4d-0239-47d8-ba5d-195ecdf594fe"
1721
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1822
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -23,8 +27,6 @@ FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
2327
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2428
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2529
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
26-
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
27-
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2830
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2931

3032
[extensions]
@@ -33,13 +35,12 @@ OptimizationFiniteDiffExt = "FiniteDiff"
3335
OptimizationForwardDiffExt = "ForwardDiff"
3436
OptimizationMTKExt = "ModelingToolkit"
3537
OptimizationReverseDiffExt = "ReverseDiff"
36-
OptimizationSparseDiffExt = ["SparseDiffTools", "ReverseDiff"]
37-
OptimizationTrackerExt = "Tracker"
3838
OptimizationZygoteExt = "Zygote"
3939

4040
[compat]
41-
ADTypes = "1.3"
41+
ADTypes = "1.5"
4242
ArrayInterface = "7.6"
43+
DifferentiationInterface = "0.5"
4344
DocStringExtensions = "0.9"
4445
Enzyme = "0.12.12"
4546
FiniteDiff = "2.12"
@@ -51,16 +52,14 @@ Reexport = "1.2"
5152
Requires = "1"
5253
ReverseDiff = "1.14"
5354
SciMLBase = "2"
54-
SparseDiffTools = "2.14"
5555
SymbolicAnalysis = "0.3"
5656
SymbolicIndexingInterface = "0.3"
5757
Symbolics = "5.12, 6"
58-
Tracker = "0.2.29"
5958
Zygote = "0.6.67"
6059
julia = "1.10"
6160

6261
[extras]
6362
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6463

6564
[targets]
66-
test = ["Test"]
65+
test = ["Test"]

0 commit comments

Comments
 (0)