1
1
name = " OptimizationBase"
2
2
uuid = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
3
3
authors = [
" Vaibhav Dixit <[email protected] > and contributors" ]
4
- version = " 1.3.3 "
4
+ version = " 1.5.0 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
8
8
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9
- DifferentiationInterface = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
10
9
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
11
- FastClosures = " 9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
12
10
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13
11
PDMats = " 90014a1f-27ba-587c-ab20-58faa44d9150"
14
12
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
15
13
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
16
14
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
17
15
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18
- SparseConnectivityTracer = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
19
- SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
20
16
SymbolicAnalysis = " 4297ee4d-0239-47d8-ba5d-195ecdf594fe"
21
17
SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
22
18
Symbolics = " 0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -27,6 +23,8 @@ FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
27
23
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
28
24
ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
29
25
ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
26
+ SparseDiffTools = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
27
+ Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
30
28
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
31
29
32
30
[extensions ]
@@ -35,26 +33,34 @@ OptimizationFiniteDiffExt = "FiniteDiff"
35
33
OptimizationForwardDiffExt = " ForwardDiff"
36
34
OptimizationMTKExt = " ModelingToolkit"
37
35
OptimizationReverseDiffExt = " ReverseDiff"
36
+ OptimizationSparseDiffExt = [" SparseDiffTools" , " ReverseDiff" ]
37
+ OptimizationTrackerExt = " Tracker"
38
38
OptimizationZygoteExt = " Zygote"
39
39
40
40
[compat ]
41
- ADTypes = " 1.5 "
41
+ ADTypes = " 1.3 "
42
42
ArrayInterface = " 7.6"
43
- DifferentiationInterface = " 0.5.2"
44
43
DocStringExtensions = " 0.9"
44
+ Enzyme = " 0.12.12"
45
+ FiniteDiff = " 2.12"
46
+ ForwardDiff = " 0.10.26"
45
47
LinearAlgebra = " 1.9, 1.10"
46
48
ModelingToolkit = " 9"
49
+ PDMats = " 0.11"
47
50
Reexport = " 1.2"
48
51
Requires = " 1"
52
+ ReverseDiff = " 1.14"
49
53
SciMLBase = " 2"
50
- SymbolicAnalysis = " 0.1, 0.2"
54
+ SparseDiffTools = " 2.14"
55
+ SymbolicAnalysis = " 0.3"
51
56
SymbolicIndexingInterface = " 0.3"
52
- Symbolics = " 5.12"
57
+ Symbolics = " 5.12, 6"
58
+ Tracker = " 0.2.29"
53
59
Zygote = " 0.6.67"
54
60
julia = " 1.10"
55
61
56
62
[extras ]
57
63
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
58
64
59
65
[targets ]
60
- test = [" Test" ]
66
+ test = [" Test" ]
0 commit comments