We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fcc06 commit 5594b29Copy full SHA for 5594b29
NEWS.md
@@ -1,6 +1,18 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.9.9 (December 29, 2019)
5
+---------------------
6
+
7
+- Incorporated MathOptFormat.jl as the FileFormats submodule. FileFormats
8
+ provides readers and writers for a number of standard file formats and MOF, a
9
+ file format specialized for MOI (#969).
10
+- Improved performance of deletion of vector of variables in
11
+ `MOI.Utilities.Model` (#983).
12
+- Updated to MutableArithmetics v0.2 (#981).
13
+- Added `MutableArithmetics.promote_operation` allocation tests (#975).
14
+- Fixed inference issue on Julia v1.1 (#982).
15
16
v0.9.8 (December 19, 2019)
17
---------------------
18
0 commit comments