Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/OptimizationAuglag/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationAuglag"
uuid = "2ea93f80-9333-43a1-a68d-1f53b957a421"
authors = ["paramthakkar123 <[email protected]>"]
version = "1.2.0"
version = "1.2.1"

[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Expand All @@ -20,7 +20,7 @@ OptimizationOptimisers = {path = "../OptimizationOptimisers"}

[compat]
ForwardDiff = "1.0.1"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
MLUtils = "0.4.8"
LinearAlgebra = "1.10"
OptimizationOptimisers = "0.3.8"
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.4.4"
version = "0.4.5"
[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Expand All @@ -17,7 +17,7 @@ OptimizationBase = {path = "../OptimizationBase"}
[compat]
julia = "1.10"
BlackBoxOptim = "0.6.3"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
SciMLBase = "2.122.1"
Reexport = "1.2"

Expand Down
2 changes: 1 addition & 1 deletion lib/OptimizationBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationBase"
uuid = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
version = "4.0.1"
version = "4.0.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
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.3.4"
version = "0.3.5"
[deps]
CMAEvolutionStrategy = "8d3b24bd-414e-49e0-94fb-163cc3a3e411"
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Expand All @@ -17,7 +17,7 @@ OptimizationBase = {path = "../OptimizationBase"}
[compat]
CMAEvolutionStrategy = "0.2"
julia = "1.10"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
SciMLBase = "2.122.1"
Reexport = "1.2"

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.4.4"
version = "0.4.5"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
Expand All @@ -17,7 +17,7 @@ OptimizationBase = {path = "../OptimizationBase"}

[compat]
julia = "1.10"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
Evolutionary = "0.11"
SciMLBase = "2.122.1"
Reexport = "1.2"
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.3.3"
version = "0.3.4"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Expand All @@ -17,7 +17,7 @@ OptimizationBase = {path = "../OptimizationBase"}

[compat]
julia = "1.10"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
SciMLBase = "2.122.1"
Reexport = "1.2"
GCMAES = "0.1.34"
Expand Down
2 changes: 1 addition & 1 deletion lib/OptimizationIpopt/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationIpopt"
uuid = "43fad042-7963-4b32-ab19-e2a4f9a67124"
authors = ["Sebastian Micluța-Câmpeanu <[email protected]> and contributors"]
version = "0.2.5"
version = "0.2.6"
[deps]
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationLBFGSB/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationLBFGSB"
uuid = "22f7324a-a79d-40f2-bebe-3af60c77bd15"
authors = ["paramthakkar123 <[email protected]>"]
version = "1.2.0"
version = "1.2.1"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LBFGSB = "5be7bae1-8223-5378-bac3-9e7378a2f6e6"
Expand All @@ -22,7 +22,7 @@ DocStringExtensions = "0.9.5"
ForwardDiff = "1.0.1"
LBFGSB = "0.4.1"
MLUtils = "0.4.8"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
SciMLBase = "2.122.1"
Zygote = "0.7.10"
julia = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion 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.5.10"
version = "0.5.11"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationMadNLP/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "OptimizationMadNLP"
uuid = "5d9c809f-c847-4062-9fba-1793bbfef577"
version = "0.2.0"
version = "0.3.0"
authors = ["Sebastian Micluța-Câmpeanu <[email protected]> and contributors"]

[deps]
Expand All @@ -19,7 +19,7 @@ LinearAlgebra = "1.10.0"
MadNLP = "0.8.12"
ModelingToolkit = "10.23"
NLPModels = "0.21.5"
OptimizationBase = "4.0.1"
OptimizationBase = "4.0.2"
SciMLBase = "2.122.1"
SparseArrays = "1.10.0"
SymbolicIndexingInterface = "0.3.40"
Expand Down
2 changes: 1 addition & 1 deletion 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]>", "Ronny Bergmann <[email protected]>"]
version = "1.1.0"
version = "1.1.1"
[deps]
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Expand Down
2 changes: 1 addition & 1 deletion 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.3.7"
version = "0.3.8"

[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
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.4.7"
version = "0.4.8"
[deps]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Expand All @@ -21,7 +21,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
[compat]
julia = "1.10"
PrecompileTools = "1.2"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
SparseArrays = "1.6"
Optim = "1.9"
Reexport = "1.2"
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.3.14"
version = "0.3.15"

[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand All @@ -16,7 +16,7 @@ OptimizationBase = {path = "../OptimizationBase"}
[compat]
Logging = "1.10"
Optimisers = "0.4.2"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
Reexport = "1.2.2"
SciMLBase = "2.122.1"
julia = "1.10"
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.3.3"
version = "0.3.4"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
PRIMA = "0a7d04aa-8ac2-47b3-b7a7-9dbd6ad661ed"
Expand All @@ -16,7 +16,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"

[compat]
julia = "1.10"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
PRIMA = "0.2.0"
SciMLBase = "2.122.1"
Reexport = "1"
Expand Down
2 changes: 1 addition & 1 deletion 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.3.3"
version = "0.3.4"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationSciPy/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationSciPy"
uuid = "cce07bd8-c79b-4b00-aee8-8db9cce22837"
authors = ["Aditya Pandey <[email protected]> and contributors"]
version = "0.4.4"
version = "0.4.5"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Expand All @@ -18,7 +18,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"

[compat]
julia = "1.10"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
SciMLBase = "2.122.1"
Reexport = "1.2"
PythonCall = "0.9"
Expand Down
4 changes: 2 additions & 2 deletions lib/OptimizationSophia/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimizationSophia"
uuid = "892fee11-dca1-40d6-b698-84ba0d87399a"
authors = ["paramthakkar123 <[email protected]>"]
version = "1.2.0"
version = "1.2.1"
[deps]
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -20,7 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ComponentArrays = "0.15.29"
Lux = "1.16.0"
MLUtils = "0.4.8"
OptimizationBase = "4"
OptimizationBase = "4.0.2"
OrdinaryDiffEqTsit5 = "1.2.0"
Random = "1.10.0"
SciMLBase = "2.122.1"
Expand Down
Loading