Skip to content

Commit

Permalink
Add NEWS for v0.6.1 (#527)
Browse files Browse the repository at this point in the history
* Remove whitespace

* Add NEWS for v0.6.1

* Add missing dash

* Reword
  • Loading branch information
blegat authored and mlubin committed Sep 22, 2018
1 parent 374695c commit 38a4e88
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
MathOptInterface (MOI) release notes
====================================

v0.6.1 (September 22, 2018)
---------------------------

- Enable `PositiveSemidefiniteConeSquare` set and quadratic functions
in `MOIB.fullbridgeoptimizer` (#524).
- Add warning in the bridge between `PositiveSemidefiniteConeSquare` and
`PositiveSemidefiniteConeTriangle` when the matrix is almost symmetric (#522).
- Modify `MOIT.copytest` to not add multiples constraints on the same variable
(#521).
- Add missing keyword argument in one of `MOIU.add_scalar_constraint` methods
(#520).

v0.6.0 (August 30, 2018)
-----------------------
------------------------

- The `MOIU.@model` and `MOIB.@bridge` macros now support functions and sets
defined in external modules. As a consequence, function and set names in the
Expand Down Expand Up @@ -37,7 +49,7 @@ v0.6.0 (August 30, 2018)
state of the model, because it cannot be performed for a specific index, ...)
- `canget` is removed. `NoSolution` is added as a result status to indicate
that the solver does not have either a primal or dual solution available
(See #479).
(See #479).

v0.5.0 (August 5, 2018)
-----------------------
Expand Down

0 comments on commit 38a4e88

Please sign in to comment.