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.
1515### Breaking
1616
1717 * 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 )
1919 * ` x + A ` will error if ` x ` is a scalar variable and ` A ` is an array.
2020 Instead, use ` x * ones(size(A)) + A ` .
2121 * The ` RelativeEntropyAtom ` now returns a scalar value instead o
@@ -38,7 +38,6 @@ changes.
3838 individual variable, has been renamed ` get_constraints ` (#527 )
3939 * DCP violations now throw a ` DCPViolationError ` exception, rather than a
4040 warning. Relatedly, ` Convex.emit_dcp_warnings ` has been removed (#523 )
41- * Removed the undocumented an internal function ` latex_formulation ` (#551 )
4241 * The strict inequalities ` > ` and ` < ` have been deprecated. They will be
4342 removed in the next breaking release. Note that these never enforced strict
4443 inequalities, but instead were equivalent to ` >= ` and ` <= ` respectively (#555 )
You can’t perform that action at this time.
0 commit comments