File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11name = " OptimizationBase"
22uuid = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
3- version = " 5.0 .0"
3+ version = " 5.1 .0"
44authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors" ]
55
66[deps ]
Original file line number Diff line number Diff line change 11name = " OptimizationGCMAES"
22uuid = " 6f0a0517-dbc2-4a7a-8a20-99ae7f27e911"
33authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors" ]
4- version = " 0.3.5 "
4+ version = " 0.3.6 "
55[deps ]
66OptimizationBase = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
77SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
@@ -17,7 +17,7 @@ OptimizationBase = {path = "../OptimizationBase"}
1717
1818[compat ]
1919julia = " 1.10"
20- OptimizationBase = " 5"
20+ OptimizationBase = " 5.1 "
2121SciMLBase = " 2.122.1"
2222Reexport = " 1.2"
2323GCMAES = " 0.1.34"
Original file line number Diff line number Diff line change 11name = " OptimizationIpopt"
22uuid = " 43fad042-7963-4b32-ab19-e2a4f9a67124"
33authors = [" Sebastian Micluța-Câmpeanu <sebastian.mc95@proton.me> and contributors" ]
4- version = " 1.1.1 "
4+ version = " 1.2.0 "
55[deps ]
66Ipopt = " b6b21f68-93f8-5de0-b562-5493be1d77c9"
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -15,7 +15,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1515Ipopt = " 1.10.3"
1616LinearAlgebra = " 1.10.0"
1717ModelingToolkit = " 11"
18- OptimizationBase = " 5"
18+ OptimizationBase = " 5.1 "
1919Reexport = " 1.2"
2020SciMLBase = " 2.122.1"
2121SparseArrays = " 1.10.0"
Original file line number Diff line number Diff line change 11name = " OptimizationMOI"
22uuid = " fd9f6733-72f4-499f-8506-86b2bdd0dea1"
3- version = " 1.2 .0"
3+ version = " 1.3 .0"
44authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors" ]
55
66[deps ]
@@ -33,7 +33,7 @@ MathOptInterface = "1.40.2"
3333ModelingToolkit = " 11"
3434ModelingToolkitBase = " 1"
3535NLopt = " 1"
36- OptimizationBase = " 5"
36+ OptimizationBase = " 5.1 "
3737Reexport = " 1.2"
3838SciMLBase = " 2.130"
3939SciMLStructures = " 1"
Original file line number Diff line number Diff line change 11name = " OptimizationMadNLP"
22uuid = " 5d9c809f-c847-4062-9fba-1793bbfef577"
3- version = " 2.0 .0"
3+ version = " 2.1 .0"
44authors = [" Sebastian Micluța-Câmpeanu <sebastian.mc95@proton.me> and contributors" ]
55
66[deps ]
@@ -20,7 +20,7 @@ LinearAlgebra = "1.10.0"
2020MadNLP = " 0.9.1"
2121ModelingToolkit = " 11"
2222NLPModels = " 0.21.5"
23- OptimizationBase = " 5"
23+ OptimizationBase = " 5.1 "
2424OptimizationNLPModels = " 1.3"
2525Reexport = " 1.2"
2626SciMLBase = " 2.122.1"
Original file line number Diff line number Diff line change 11name = " OptimizationManopt"
22uuid = " e57b7fff-7ee7-4550-b4f0-90e9476e9fb6"
33authors = [" Mateusz Baran <mateuszbaran89@gmail.com>" , " Ronny Bergmann <manopt@ronnybergmann.net>" ]
4- version = " 1.2 .0"
4+ version = " 1.3 .0"
55[deps ]
66Manopt = " 0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
77OptimizationBase = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
@@ -31,7 +31,7 @@ OptimizationBase = {path = "../OptimizationBase"}
3131julia = " 1.10"
3232DifferentiationInterface = " 0.7"
3333Manopt = " 0.5.25"
34- OptimizationBase = " 5"
34+ OptimizationBase = " 5.1 "
3535LinearAlgebra = " 1.10"
3636ManifoldsBase = " 1"
3737ManifoldDiff = " 0.4"
Original file line number Diff line number Diff line change 11name = " OptimizationNLopt"
22uuid = " 4e6fcdb7-1186-4e1f-a706-475e75c168bb"
33authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors" ]
4- version = " 0.3.9 "
4+ version = " 0.3.10 "
55
66[deps ]
77OptimizationBase = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
@@ -20,7 +20,7 @@ OptimizationBase = {path = "../OptimizationBase"}
2020
2121[compat ]
2222julia = " 1.10"
23- OptimizationBase = " 5"
23+ OptimizationBase = " 5.1 "
2424NLopt = " 1.1"
2525SciMLBase = " 2.122.1"
2626Reexport = " 1.2"
Original file line number Diff line number Diff line change 11name = " OptimizationOptimJL"
22uuid = " 36348300-93cb-4f02-beb5-3c3902f8871e"
33authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors" ]
4- version = " 0.4.10 "
4+ version = " 0.4.11 "
55[deps ]
66OptimizationBase = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
77SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -19,7 +19,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1919
2020[compat ]
2121julia = " 1.10"
22- OptimizationBase = " 5"
22+ OptimizationBase = " 5.1 "
2323SparseArrays = " 1.6"
2424Optim = " 2"
2525Reexport = " 1.2"
Original file line number Diff line number Diff line change 11name = " OptimizationPRIMA"
22uuid = " 72f8369c-a2ea-4298-9126-56167ce9cbc2"
33authors = [" Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors" ]
4- version = " 0.3.5 "
4+ version = " 0.3.6 "
55[deps ]
66OptimizationBase = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
77PRIMA = " 0a7d04aa-8ac2-47b3-b7a7-9dbd6ad661ed"
@@ -16,7 +16,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1616
1717[compat ]
1818julia = " 1.10"
19- OptimizationBase = " 5"
19+ OptimizationBase = " 5.1 "
2020PRIMA = " 0.2.0"
2121SciMLBase = " 2.122.1"
2222Reexport = " 1"
Original file line number Diff line number Diff line change 11name = " OptimizationSciPy"
22uuid = " cce07bd8-c79b-4b00-aee8-8db9cce22837"
33authors = [" Aditya Pandey <adityapand3y666@gmail.com> and contributors" ]
4- version = " 0.4.6 "
4+ version = " 0.4.7 "
55[deps ]
66OptimizationBase = " bca83a33-5cc9-4baa-983d-23429ab6bcbb"
77SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
@@ -18,7 +18,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1818
1919[compat ]
2020julia = " 1.10"
21- OptimizationBase = " 5"
21+ OptimizationBase = " 5.1 "
2222SciMLBase = " 2.122.1"
2323Reexport = " 1.2"
2424PythonCall = " 0.9.24"
You can’t perform that action at this time.
0 commit comments