File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ changes.
15
15
### Breaking
16
16
17
17
* This release involved a substantial rewrite of Convex.jl to integrate better
18
- with MathOptInterface. (#504 ), (#584 ), (#588 )
18
+ with MathOptInterface. (#504 ), (#551 ), ( # 584 ), (#588 )
19
19
* ` x + A ` will error if ` x ` is a scalar variable and ` A ` is an array.
20
20
Instead, use ` x * ones(size(A)) + A ` .
21
21
* The ` RelativeEntropyAtom ` now returns a scalar value instead o
@@ -35,7 +35,6 @@ changes.
35
35
individual variable, has been renamed ` get_constraints ` (#527 )
36
36
* DCP violations now throw a ` DCPViolationError ` exception, rather than a
37
37
warning. Relatedly, ` Convex.emit_dcp_warnings ` has been removed (#523 )
38
- * Removed the undocumented an internal function ` latex_formulation ` (#551 )
39
38
* The strict inequalities ` > ` and ` < ` have been deprecated. They will be
40
39
removed in the next breaking release. Note that these never enforced strict
41
40
inequalities, but instead were equivalent to ` >= ` and ` <= ` respectively (#555 )
You can’t perform that action at this time.
0 commit comments