Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Jan 5, 2024
1 parent c0e59f6 commit abfa548
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Optimization"
uuid = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
version = "3.20.2"
version = "3.21.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
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.5"
version = "0.2.0"

[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.15"
Optimization = "3.21"
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.4"
version = "0.2.0"

[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.15"
Optimization = "3.21"
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.3"
version = "0.2.0"

[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.15"
Optimization = "3.21"
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.5"
version = "0.2.0"

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

[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.6"
version = "0.2.0"

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

[compat]
julia = "1"
Optimization = "3.15"
Optimization = "3.21"
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.2.0"
version = "0.3.0"

[deps]
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
Expand All @@ -18,7 +18,7 @@ Ipopt_jll = "=300.1400.400"
Juniper = "0.9"
MathOptInterface = "1"
ModelingToolkit = "8.74"
Optimization = "3.15"
Optimization = "3.21"
Reexport = "1.2"
SymbolicIndexingInterface = "0.3"
Symbolics = "5"
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.3"
version = "0.2.0"

[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.15"
Optimization = "3.21"

[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.4"
version = "0.2.0"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1"
MultistartOptimization = "0.2"
Optimization = "3.15"
Optimization = "3.21"
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.8"
version = "0.2.0"

[deps]
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Expand All @@ -10,7 +10,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
NLopt = "0.6, 1"
Optimization = "3.15"
Optimization = "3.21"
Reexport = "1.2"
julia = "1"

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.3"
version = "0.2.0"

[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.15"
Optimization = "3.21"
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.14"
version = "0.2.0"

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

[compat]
Optim = "1"
Optimization = "3.15"
Optimization = "3.21"
Reexport = "1.2"
SparseArrays = "1.6"
julia = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationOptimisers/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationOptimisers"
uuid = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.1.6"
version = "0.2.0"

[deps]
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Expand All @@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Optimisers = "0.2, 0.3"
Optimization = "3.15"
Optimization = "3.21"
ProgressLogging = "0.1"
Reexport = "1.2"
julia = "1"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationPRIMA/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationPRIMA"
uuid = "72f8369c-a2ea-4298-9126-56167ce9cbc2"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.0.1"
version = "0.0.2"

[deps]
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
Optimization = "3.19"
Optimization = "3.21"
PRIMA = "0.1.1"
Reexport = "1"

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.2"
version = "0.2.0"

[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.15"
Optimization = "3.21"
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.2"
version = "0.2.0"

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

[compat]
Optimization = "3.9"
Optimization = "3.21"
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.5"
version = "0.2.0"

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

[compat]
julia = "1"
Optimization = "3.15"
Optimization = "3.21"
Reexport = "1.2"
SpeedMapping = "0.3"

Expand Down

0 comments on commit abfa548

Please sign in to comment.