We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2366071 commit 3765cc1Copy full SHA for 3765cc1
1 file changed
NEWS.md
@@ -1,6 +1,18 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.9.19 (December 1, 2020)
5
+---------------------------
6
+
7
+For a detailed list of the closed issues and pull requests from this release,
8
+see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.9.19).
9
10
+- Added `CallbackNodeStatus` attribute
11
+- Added bridge from `GreaterThan` or `LessThan` to `Interval`
12
+- Added tests for infeasibility certificates and double optimize
13
+- Fixed support for Julia v1.6
14
+- Re-organized MOI docs and added documentation for adding a test
15
16
v0.9.18 (November 3, 2020)
17
---------------------------
18
0 commit comments