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
26 changes: 26 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
MathOptInterface (MOI) release notes
====================================

v0.9.0 (May 2?, 2019)
---------------------

- Support for Julia v0.6 and v0.7 was dropped (#714, #717).
- Support for indicator constraints was added (#709, #712).
- `RawParameter` attribute was added (#733).
- The field of `ObjectiveValue` was renamed to `result_index` (#729).
- The `_constant` and `Utilities.getconstant` function were renamed to `constant`
- The `Utilities.constant` function was renamed to `Utilities.constant_vector` (#740).
- `REDUCTION_CERTIFICATE` result status was added (#734).
- Abstract matrix sets were added (#731).
- Testing improvements:
* The testing guideline was updated (#728).
* Quadratic tests were added (#697).
* Unit tests for `RawStatusString`, `SolveTime`, `Silent` and `SolverName`
were added (#726, #741).
* Existing tests had a few updates (#702, #703).
- Bridges improvements:
* The bridges no longer store the constraint function and set before it is
briged, the bridges now have to implement `ConstraintFunction` and
`ConstraintSet` if the user wants to recover them. As a consequence, the
`@bridge` macro was removed (#722).
* Bridge are now instantiated with a `bridge_constraint` function instead of
using a constructor (#730).
* Fix constraint attributes for bridges (#699).

v0.8.4 (March 13, 2019)
-----------------------

Expand Down