Skip to content

Commit

Permalink
Merge pull request #420 from SciML/boundoptimization
Browse files Browse the repository at this point in the history
Bound Optimization to 3.9 in subpackages and create new patch releases
  • Loading branch information
Vaibhavdixit02 authored Nov 24, 2022
2 parents e445624 + a3c5cbc commit 816ac50
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 30 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name = "Optimization"
uuid = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
version = "3.9.2"
version = "3.9.3"

[deps]
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
ConsoleProgressMonitor = "88cd18e8-d9cc-4ea6-8889-5259c0d15c8b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Expand All @@ -23,6 +24,7 @@ ArrayInterfaceCore = "0.1.1"
ConsoleProgressMonitor = "0.1"
DocStringExtensions = "0.8, 0.9"
LoggingExtras = "0.4, 0.5, 1"
ModelingToolkit = "~8.30.0"
ProgressLogging = "0.1"
Reexport = "0.2, 1.0"
Requires = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationBBO/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationBBO"
uuid = "3e6eede4-6085-4f62-9a71-46d9bc1eb92b"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

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

[compat]
BlackBoxOptim = "0.6"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"
julia = "1"

Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationCMAEvolutionStrategy/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationCMAEvolutionStrategy"
uuid = "bd407f91-200f-4536-9381-e4ba712f53f8"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
CMAEvolutionStrategy = "8d3b24bd-414e-49e0-94fb-163cc3a3e411"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1"
CMAEvolutionStrategy = "0.2"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationEvolutionary/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationEvolutionary"
uuid = "cb963754-43f6-435e-8d4b-99009ff27753"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1"
Evolutionary = "0.11"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationFlux/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationFlux"
uuid = "253f991c-a7b2-45f8-8852-8b9a9df78a86"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Expand All @@ -15,7 +15,7 @@ julia = "1"
Flux = "0.13"
ProgressLogging = "0.1"
Reexport = "1.2"
Optimization = "3"
Optimization = "3.9"

[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationGCMAES/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationGCMAES"
uuid = "6f0a0517-dbc2-4a7a-8a20-99ae7f27e911"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

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

[compat]
julia = "1"
Optimization = "3"
Optimization = "3.9"
GCMAES = "0.1"
Reexport = "1.2"

Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationMOI/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationMOI"
uuid = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.4"
version = "0.1.5"

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

[compat]
MathOptInterface = "1"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"
julia = "1"

Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationMetaheuristics/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationMetaheuristics"
uuid = "3aafef2f-86ae-4776-b337-85a36adf0b55"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
julia = "1"
Metaheuristics = "3"
Reexport = "1.2"
Optimization = "3"
Optimization = "3.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationMultistartOptimization/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationMultistartOptimization"
uuid = "e4316d97-8bbb-4fd3-a7d8-3851d2a72823"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1"
MultistartOptimization = "0.1.3"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationNLopt/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationNLopt"
uuid = "4e6fcdb7-1186-4e1f-a706-475e75c168bb"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1"
NLopt = "0.6"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationNOMAD/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationNOMAD"
uuid = "2cab0595-8222-4775-b714-9828e6a9e01b"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1"
NOMAD = "2"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationOptimJL/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationOptimJL"
uuid = "36348300-93cb-4f02-beb5-3c3902f8871e"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.4"
version = "0.1.5"

[deps]
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Expand All @@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Optim = "1"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"
julia = "1"

Expand Down
2 changes: 1 addition & 1 deletion lib/OptimizationOptimisers/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ julia = "1"
Optimisers = "0.2"
ProgressLogging = "0.1"
Reexport = "1.2"
Optimization = "3"
Optimization = "3.9"

[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationPolyalgorithms/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationPolyalgorithms"
uuid = "500b13db-7e66-49ce-bda4-eed966be6282"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -10,7 +10,7 @@ OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Optimization = "3"
Optimization = "3.9"
OptimizationOptimJL = "0.1"
OptimizationOptimisers = "0.1"
Reexport = "1.2"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationQuadDIRECT/Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "OptimizationQuadDIRECT"
uuid = "842ac81e-713d-465f-80f7-84eddaced298"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
QuadDIRECT = "dae52e8d-d666-5120-a592-9e15c33b8d7a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"
julia = "1"

Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationSpeedMapping/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationSpeedMapping"
uuid = "3d669222-0d7d-4eb9-8a9f-d8528b0d9b91"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -10,7 +10,7 @@ SpeedMapping = "f1835b91-879b-4a3f-a438-e4baacf14412"

[compat]
julia = "1"
Optimization = "3"
Optimization = "3.9"
Reexport = "1.2"
SpeedMapping = "0.3"

Expand Down

0 comments on commit 816ac50

Please sign in to comment.