Skip to content

Commit cf6caa2

Browse files
Merge branch 'SciML:master' into fix_trace!
2 parents c09d1a8 + fedb001 commit cf6caa2

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: julia-actions/setup-julia@v1
4242
with:
4343
version: ${{ matrix.version }}
44-
- uses: cjdoris/julia-downgrade-compat-action@v1
44+
- uses: julia-actions/julia-downgrade-compat@v1
4545
# if: ${{ matrix.version == '1.6' }}
4646
with:
4747
skip: Pkg,TOML
@@ -50,4 +50,4 @@ jobs:
5050
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
5151
- uses: julia-actions/julia-runtest@v1
5252
env:
53-
GROUP: ${{ matrix.group }}
53+
GROUP: ${{ matrix.group }}

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ OptimizationNOMAD = "0.1, 0.2"
5858
OptimizationOptimJL = "0.1, 0.2"
5959
OptimizationOptimisers = "0.1, 0.2"
6060
OptimizationPRIMA = "0.0.1"
61-
OptimizationPolyalgorithms = "0.1"
61+
OptimizationPolyalgorithms = "0.1, 0.2"
6262
OptimizationSpeedMapping = "0.1"
6363
OrdinaryDiffEq = "6"
6464
ReverseDiff = ">= 1.9.0"

lib/OptimizationMOI/Project.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name = "OptimizationMOI"
22
uuid = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.3.4"
4+
version = "0.4.0"
55

66
[deps]
7-
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
87
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
98
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
109
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
@@ -14,26 +13,32 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1413
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1514

1615
[compat]
17-
Ipopt_jll = "=300.1400.400"
16+
AmplNLWriter = "1"
17+
HiGHS = "1"
18+
Ipopt = "1"
19+
Ipopt_jll = "300.1400"
1820
Juniper = "0.9"
1921
MathOptInterface = "1"
2022
ModelingToolkit = "8.74"
23+
NLopt = "1"
2124
Optimization = "3.21"
2225
Reexport = "1.2"
26+
SparseArrays = "1.6"
2327
SymbolicIndexingInterface = "0.3"
2428
Symbolics = "5"
25-
julia = "1"
29+
Test = "1.6"
30+
Zygote = "0.6"
31+
julia = "1.6"
2632

2733
[extras]
2834
AmplNLWriter = "7c4d4715-977e-5154-bfe0-e096adeac482"
2935
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
3036
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
3137
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
3238
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
33-
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
3439
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
3540
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3641
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3742

3843
[targets]
39-
test = ["HiGHS", "Ipopt", "AmplNLWriter", "Ipopt_jll", "ModelingToolkit", "NLopt", "Juniper", "Test", "Zygote"]
44+
test = ["AmplNLWriter", "HiGHS", "Ipopt", "Ipopt_jll", "Juniper", "NLopt", "Test", "Zygote"]

lib/OptimizationPolyalgorithms/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationPolyalgorithms"
22
uuid = "500b13db-7e66-49ce-bda4-eed966be6282"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.2.1"
4+
version = "0.2.0"
55

66
[deps]
77
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"

0 commit comments

Comments
 (0)