From 0a0cce5bc99f2517c3adae5340e3b2389f4b0134 Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Thu, 11 Jan 2024 17:00:28 -0300 Subject: [PATCH 1/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c9ec092..1335549 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ProxSDP" uuid = "65e78d25-6039-50a4-9445-38022e3d2eb3" repo = "https://github.com/mariohsouto/ProxSDP.jl.git" -version = "1.8.3" +version = "1.8.4" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" From 3aa4fd9a1d021de517338af1e63657a9f6a7a6e3 Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Thu, 11 Jan 2024 20:22:40 -0300 Subject: [PATCH 2/3] Update MOI_wrapper.jl --- src/MOI_wrapper.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MOI_wrapper.jl b/src/MOI_wrapper.jl index 3aa9cb0..678bd1f 100644 --- a/src/MOI_wrapper.jl +++ b/src/MOI_wrapper.jl @@ -81,7 +81,7 @@ end MOI.get(::Optimizer, ::MOI.SolverName) = "ProxSDP" -MOI.get(::Optimizer, ::MOI.SolverVersion) = "1.8.3" +MOI.get(::Optimizer, ::MOI.SolverVersion) = "1.8.4" function MOI.set(optimizer::Optimizer, param::MOI.RawOptimizerAttribute, value) fields = fieldnames(Options) From 0a270eca2f98bebd215efaaa150dfebca4f2895a Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Thu, 11 Jan 2024 20:27:25 -0300 Subject: [PATCH 3/3] Update printing.jl --- src/printing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printing.jl b/src/printing.jl index c8cd06c..2c6aaf7 100644 --- a/src/printing.jl +++ b/src/printing.jl @@ -3,7 +3,7 @@ function print_header_1() println("=======================================================================================") println(" ProxSDP : Proximal Semidefinite Programming Solver ") println(" (c) Mario Souto and Joaquim D. Garcia, 2020 ") - println(" v1.8.3 ") + println(" v1.8.4 ") println("---------------------------------------------------------------------------------------") end