From bd574c57601d5eaf049ef788e16f5db72a5c786d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sat, 22 May 2021 09:31:10 -0400 Subject: [PATCH] Prep for 0.9.22 --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index 82de09c17e..2aa061b005 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,6 +28,20 @@ Breaking behavior changes: length of the corresponding function, instead of half the length. An `ArgumentError` is thrown if `dimension` is not even. +v0.9.22 (May 22, 2021) +--------------------------- + +This release contains backports from the ongoing development of the v0.10 release. +For a detailed list of the closed issues and pull requests from this release, +see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.9.22). + +- Improved type inference in `Utilities`, `Bridges` and `FileFormats` submodules + to reduce latency. +- Improved performance of `Utilities.is_canonical`. +- Fixed `Utilities.pass_nonvariable_constraints` with bridged variables. +- Fixed performance regression of `Utilities.Model`. +- Fixed ordering of objective setting in parser. + v0.9.21 (April 23, 2021) ---------------------------