Skip to content

Commit 816ac50

Browse files
Merge pull request #420 from SciML/boundoptimization
Bound Optimization to 3.9 in subpackages and create new patch releases
2 parents e445624 + a3c5cbc commit 816ac50

File tree

16 files changed

+32
-30
lines changed

16 files changed

+32
-30
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name = "Optimization"
22
uuid = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
3-
version = "3.9.2"
3+
version = "3.9.3"
44

55
[deps]
66
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
77
ConsoleProgressMonitor = "88cd18e8-d9cc-4ea6-8889-5259c0d15c8b"
88
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
99
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1010
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
11+
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1112
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1213
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1314
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
@@ -23,6 +24,7 @@ ArrayInterfaceCore = "0.1.1"
2324
ConsoleProgressMonitor = "0.1"
2425
DocStringExtensions = "0.8, 0.9"
2526
LoggingExtras = "0.4, 0.5, 1"
27+
ModelingToolkit = "~8.30.0"
2628
ProgressLogging = "0.1"
2729
Reexport = "0.2, 1.0"
2830
Requires = "1.0"

lib/OptimizationBBO/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationBBO"
22
uuid = "3e6eede4-6085-4f62-9a71-46d9bc1eb92b"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
@@ -10,7 +10,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1010

1111
[compat]
1212
BlackBoxOptim = "0.6"
13-
Optimization = "3"
13+
Optimization = "3.9"
1414
Reexport = "1.2"
1515
julia = "1"
1616

lib/OptimizationCMAEvolutionStrategy/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationCMAEvolutionStrategy"
22
uuid = "bd407f91-200f-4536-9381-e4ba712f53f8"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
CMAEvolutionStrategy = "8d3b24bd-414e-49e0-94fb-163cc3a3e411"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
[compat]
1212
julia = "1"
1313
CMAEvolutionStrategy = "0.2"
14-
Optimization = "3"
14+
Optimization = "3.9"
1515
Reexport = "1.2"
1616

1717
[extras]

lib/OptimizationEvolutionary/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationEvolutionary"
22
uuid = "cb963754-43f6-435e-8d4b-99009ff27753"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
[compat]
1212
julia = "1"
1313
Evolutionary = "0.11"
14-
Optimization = "3"
14+
Optimization = "3.9"
1515
Reexport = "1.2"
1616

1717
[extras]

lib/OptimizationFlux/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationFlux"
22
uuid = "253f991c-a7b2-45f8-8852-8b9a9df78a86"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
@@ -15,7 +15,7 @@ julia = "1"
1515
Flux = "0.13"
1616
ProgressLogging = "0.1"
1717
Reexport = "1.2"
18-
Optimization = "3"
18+
Optimization = "3.9"
1919

2020
[extras]
2121
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

lib/OptimizationGCMAES/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationGCMAES"
22
uuid = "6f0a0517-dbc2-4a7a-8a20-99ae7f27e911"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
GCMAES = "4aa9d100-eb0f-11e8-15f1-25748831eb3b"
@@ -10,7 +10,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1010

1111
[compat]
1212
julia = "1"
13-
Optimization = "3"
13+
Optimization = "3.9"
1414
GCMAES = "0.1"
1515
Reexport = "1.2"
1616

lib/OptimizationMOI/Project.toml

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

66
[deps]
77
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111

1212
[compat]
1313
MathOptInterface = "1"
14-
Optimization = "3"
14+
Optimization = "3.9"
1515
Reexport = "1.2"
1616
julia = "1"
1717

lib/OptimizationMetaheuristics/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationMetaheuristics"
22
uuid = "3aafef2f-86ae-4776-b337-85a36adf0b55"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
@@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1212
julia = "1"
1313
Metaheuristics = "3"
1414
Reexport = "1.2"
15-
Optimization = "3"
15+
Optimization = "3.9"
1616

1717
[extras]
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

lib/OptimizationMultistartOptimization/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationMultistartOptimization"
22
uuid = "e4316d97-8bbb-4fd3-a7d8-3851d2a72823"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
[compat]
1212
julia = "1"
1313
MultistartOptimization = "0.1.3"
14-
Optimization = "3"
14+
Optimization = "3.9"
1515
Reexport = "1.2"
1616

1717
[extras]

lib/OptimizationNLopt/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimizationNLopt"
22
uuid = "4e6fcdb7-1186-4e1f-a706-475e75c168bb"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
@@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1111
[compat]
1212
julia = "1"
1313
NLopt = "0.6"
14-
Optimization = "3"
14+
Optimization = "3.9"
1515
Reexport = "1.2"
1616

1717
[extras]

0 commit comments

Comments
 (0)