@@ -7,7 +7,7 @@ CurrentModule = Convex
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
- ## v0.16.0 (April 19 , 2024)
10
+ ## v0.16.0 (April 24 , 2024)
11
11
12
12
This release contains a large number of changes, including some breaking
13
13
changes.
@@ -28,8 +28,9 @@ changes.
28
28
(Following the convention in MathOptInterface, the dual of ` a <= b ` is
29
29
always negative, regardless of optimization sense.) (#593 )
30
30
* The structs ` LtConstraint ` , ` GtConstraint ` , ` EqConstraint `
31
- ` SOCConstraint ` and ` SDPConstraint ` have
32
- been replaced by ` GenericConstraint{S} ` where ` S<:MOI.AbstractSet ` (#590 ) (#597 ) (#598 ) (#599 )
31
+ ` SOCConstraint ` , ` ExpConstraint ` and ` SDPConstraint ` have
32
+ been replaced by ` GenericConstraint{S} ` where ` S<:MOI.AbstractSet ` (#590 )
33
+ (#597 ) (#598 ) (#599 ) (#601 ) (#602 )
33
34
* The syntaxes ` dot(*) ` , ` dot(/) ` and ` dot(^) ` have been removed in favor of
34
35
explicit broadcasting (` x .* y ` , ` x ./ y ` , and ` x .^ y ` ). These were (mild)
35
36
type piracy. In addition, ` vecdot(x,y) ` has been removed. Call
0 commit comments