diff --git a/NEWS.md b/NEWS.md index 30ec46891..5970dc06f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# Changes in v0.14.6 + +* Use `MOI.instantiate` to create the optimizer, which allows users to pass an [`MOI.OptimizerWithAttributes`](https://jump.dev/MathOptInterface.jl/stable/apireference/#MathOptInterface.OptimizerWithAttributes) to configure solver settings [#431](https://github.com/jump-dev/Convex.jl/pull/431). Thanks @odow! + # Changes in v0.14.5 * allow `sumlargest(x,k)`, `sumsmallest(x,k)`, and `sumlargesteigs(x,k)` for `k=0` (simply returns `Constant(0)`). ([#429](https://github.com/jump-dev/Convex.jl/pull/429)). diff --git a/Project.toml b/Project.toml index 35cf6e772..bd9973e71 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Convex" uuid = "f65535da-76fb-5f13-bab9-19810c17039a" -version = "0.14.5" +version = "0.14.6" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"