Skip to content

Commit 38a4e88

Browse files
blegatmlubin
authored andcommitted
Add NEWS for v0.6.1 (#527)
* Remove whitespace * Add NEWS for v0.6.1 * Add missing dash * Reword
1 parent 374695c commit 38a4e88

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

NEWS.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
MathOptInterface (MOI) release notes
22
====================================
33

4+
v0.6.1 (September 22, 2018)
5+
---------------------------
6+
7+
- Enable `PositiveSemidefiniteConeSquare` set and quadratic functions
8+
in `MOIB.fullbridgeoptimizer` (#524).
9+
- Add warning in the bridge between `PositiveSemidefiniteConeSquare` and
10+
`PositiveSemidefiniteConeTriangle` when the matrix is almost symmetric (#522).
11+
- Modify `MOIT.copytest` to not add multiples constraints on the same variable
12+
(#521).
13+
- Add missing keyword argument in one of `MOIU.add_scalar_constraint` methods
14+
(#520).
15+
416
v0.6.0 (August 30, 2018)
5-
-----------------------
17+
------------------------
618

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

4254
v0.5.0 (August 5, 2018)
4355
-----------------------

0 commit comments

Comments
 (0)