Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Sep 19, 2024
1 parent 3bf492c commit f799a38
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions 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.28.0"
version = "4.0.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -30,7 +30,7 @@ LinearAlgebra = "1.10"
Logging = "1.10"
LoggingExtras = "0.4, 1"
MLUtils = "0.4.4"
OptimizationBase = "2.0.3"
OptimizationBase = "2.0.4"
Printf = "1.10"
ProgressLogging = "0.1"
Reexport = "1.2"
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.3.0"
version = "0.4.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.21"
Optimization = "4"
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.2.1"
version = "0.3.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.21"
Optimization = "4"
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.3.0"
version = "0.4.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.21"
Optimization = "4"
Reexport = "1.2"

[extras]
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.2.0"
version = "0.3.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.21"
Optimization = "4"
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.4.3"
version = "0.5.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -24,7 +24,7 @@ LinearAlgebra = "1"
MathOptInterface = "1"
ModelingToolkit = "9"
NLopt = "1"
Optimization = "3.21"
Optimization = "4"
Reexport = "1.2"
SciMLStructures = "1"
SparseArrays = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationManopt/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationManopt"
uuid = "e57b7fff-7ee7-4550-b4f0-90e9476e9fb6"
authors = ["Mateusz Baran <[email protected]>"]
version = "0.0.3"
version = "0.0.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -18,7 +18,7 @@ ManifoldDiff = "0.3.10"
Manifolds = "0.9.18"
ManifoldsBase = "0.15.10"
Manopt = "0.4.63"
Optimization = "3.27"
Optimization = "4"
Reexport = "1.2"
julia = "1.9"

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.2.0"
version = "0.3.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.21"
Optimization = "4"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
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.2.0"
version = "0.3.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.21"
Optimization = "4"
Reexport = "1.2"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationNLPModels/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationNLPModels"
uuid = "064b21be-54cf-11ef-1646-cdfee32b588f"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "0.0.1"
version = "0.0.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ADTypes = "1.7"
NLPModels = "0.21"
Optimization = "3.27"
Optimization = "4"
Reexport = "1.2"
julia = "1.9"

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.2.2"
version = "0.3.0"

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

[compat]
NLopt = "1.1"
Optimization = "3.21"
Optimization = "4"
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.2.0"
version = "0.3.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.21"
Optimization = "4"
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.3.2"
version = "0.4.0"

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

[compat]
Optim = "1"
Optimization = "3.21"
Optimization = "4"
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.2.1"
version = "0.3.0"

[deps]
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Expand All @@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
MLUtils = "0.4.4"
Optimisers = "0.2, 0.3"
Optimization = "3.21"
Optimization = "4"
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.2.0"
version = "0.3.0"

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

[compat]
julia = "1"
Optimization = "3.27"
Optimization = "4"
PRIMA = "0.2.0"
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.2.1"
version = "0.3.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.21"
Optimization = "4"
OptimizationOptimJL = "0.1, 0.2, 0.3"
OptimizationOptimisers = "0.1, 0.2"
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.2.0"
version = "0.3.0"

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

[compat]
Optimization = "3.21"
Optimization = "4"
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.2.0"
version = "0.3.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.21"
Optimization = "4"
Reexport = "1.2"
SpeedMapping = "0.3"

Expand Down

0 comments on commit f799a38

Please sign in to comment.