File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11MathOptInterface (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+
416v0.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
4254v0.5.0 (August 5, 2018)
4355-----------------------
You can’t perform that action at this time.
0 commit comments