From 418d67e5d38e161fdbf83450888b606cbc9b68de Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 6 Dec 2024 11:57:13 +0530 Subject: [PATCH 1/3] chore: bump Optimisers --- lib/OptimizationOptimisers/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OptimizationOptimisers/Project.toml b/lib/OptimizationOptimisers/Project.toml index 9d1d1e9e5..280737817 100644 --- a/lib/OptimizationOptimisers/Project.toml +++ b/lib/OptimizationOptimisers/Project.toml @@ -1,7 +1,7 @@ name = "OptimizationOptimisers" uuid = "42dfb2eb-d2b4-4451-abcd-913932933ac1" authors = ["Vaibhav Dixit and contributors"] -version = "0.3.5" +version = "0.3.6" [deps] Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" @@ -11,7 +11,7 @@ ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] -Optimisers = "0.2, 0.3" +Optimisers = "0.2, 0.3, 0.4" Optimization = "4" ProgressLogging = "0.1" Reexport = "1.2" From f44f08b180c1fa3e8041fe3a1bf98205288469ec Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Fri, 6 Dec 2024 11:00:26 -0500 Subject: [PATCH 2/3] Bump Flux in tests too to test the new Optimisers version --- test/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index f49ba58f9..af676c683 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,11 +32,11 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Aqua = "0.8" ComponentArrays = ">= 0.13.9" DiffEqFlux = ">= 2" -Flux = "0.13, 0.14" +Flux = "0.13, 0.14, 0.15" IterTools = ">= 1.3.0" Lux = ">= 0.4.50" Optim = ">= 1.4.1" Optimisers = ">= 0.2.5" OrdinaryDiffEq = ">= 5" SafeTestsets = ">= 0.0.1" -SciMLSensitivity = ">= 7.0.0" \ No newline at end of file +SciMLSensitivity = ">= 7.0.0" From 8b3316b60c3cb352ac7d72e9a62ed702e51cded0 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Sat, 7 Dec 2024 16:38:17 -0500 Subject: [PATCH 3/3] Update test/Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index af676c683..61c5c22d4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,7 +34,7 @@ ComponentArrays = ">= 0.13.9" DiffEqFlux = ">= 2" Flux = "0.13, 0.14, 0.15" IterTools = ">= 1.3.0" -Lux = ">= 0.4.50" +Lux = "1.4" Optim = ">= 1.4.1" Optimisers = ">= 0.2.5" OrdinaryDiffEq = ">= 5"