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 1
1
MathOptInterface (MOI) release notes
2
2
====================================
3
3
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
+
4
16
v0.6.0 (August 30, 2018)
5
- -----------------------
17
+ ------------------------
6
18
7
19
- The ` MOIU.@model ` and ` MOIB.@bridge ` macros now support functions and sets
8
20
defined in external modules. As a consequence, function and set names in the
@@ -37,7 +49,7 @@ v0.6.0 (August 30, 2018)
37
49
state of the model, because it cannot be performed for a specific index, ...)
38
50
- ` canget ` is removed. ` NoSolution ` is added as a result status to indicate
39
51
that the solver does not have either a primal or dual solution available
40
- (See #479 ).
52
+ (See #479 ).
41
53
42
54
v0.5.0 (August 5, 2018)
43
55
-----------------------
You can’t perform that action at this time.
0 commit comments