diff --git a/NEWS.md b/NEWS.md index 12c449046..82ea7e5d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,6 @@ -# Coluna 0.3.13 Release notes - -## New features - -- none +# Coluna 0.4.0 Release notes +Major update of the MOI wrapper and various bugfixes. ## Changes ### Pricing callback API @@ -19,13 +16,9 @@ Moreover, it's not possible to retrieve the column generation stage from the cal ## Dep updates -- BlockDecomposition -> v1.5 -- MOI -> v0.9 - - -## Deprecations +- BlockDecomposition -> v1.7 +- MOI -> 1 -- none ## Removed diff --git a/Project.toml b/Project.toml index b846c2163..a397e4baa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Coluna" uuid = "88b4ec78-b192-11e8-04aa-4d367dd96a64" authors = ["François Vanderbeck", "Guillaume Marques", "Vitor Nesello", "Ruslan Sadykov"] -version = "0.3.12" +version = "0.4.0" [deps] BlockDecomposition = "6cde8614-403a-11e9-12f1-c10d0f0caca0" @@ -20,7 +20,8 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] BlockDecomposition = "1.7" DataStructures = "0.17, 0.18" -MathOptInterface = "~0.10, 1.0" +DynamicSparseArrays = "0.5.3" +MathOptInterface = "0.10, 1" Parameters = "0.12" TimerOutputs = "0.5" julia = "1.6" diff --git a/test/MathOptInterface/MOI_wrapper.jl b/test/MathOptInterface/MOI_wrapper.jl index 0f4d56efb..10da5eb05 100644 --- a/test/MathOptInterface/MOI_wrapper.jl +++ b/test/MathOptInterface/MOI_wrapper.jl @@ -82,7 +82,7 @@ function test_runtests() # releases of MOI that add new tests. Don't let this number get too far # behind the current MOI release though! You should periodically check # for new tests in order to fix bugs and implement new features. - exclude_tests_after = v"0.10.5", + exclude_tests_after = v"1.1.2", ) return end