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
@@ -38,7 +38,6 @@ changes.
38
38
individual variable, has been renamed ` get_constraints ` (#527 )
39
39
* DCP violations now throw a ` DCPViolationError ` exception, rather than a
40
40
warning. Relatedly, ` Convex.emit_dcp_warnings ` has been removed (#523 )
41
- * Removed the undocumented an internal function ` latex_formulation ` (#551 )
42
41
* The strict inequalities ` > ` and ` < ` have been deprecated. They will be
43
42
removed in the next breaking release. Note that these never enforced strict
44
43
inequalities, but instead were equivalent to ` >= ` and ` <= ` respectively (#555 )
You can’t perform that action at this time.
0 commit comments