Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
MathOptInterface (MOI) release notes
====================================

v0.9.19 (December 1, 2020)
---------------------------

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.19).

- Added `CallbackNodeStatus` attribute
- Added bridge from `GreaterThan` or `LessThan` to `Interval`
- Added tests for infeasibility certificates and double optimize
- Fixed support for Julia v1.6
- Re-organized MOI docs and added documentation for adding a test

v0.9.18 (November 3, 2020)
---------------------------

Expand Down