@@ -7,7 +7,7 @@ CurrentModule = Convex
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10- ## v0.16.0 (April 19 , 2024)
10+ ## v0.16.0 (April 24 , 2024)
1111
1212This release contains a large number of changes, including some breaking
1313changes.
@@ -28,8 +28,9 @@ changes.
2828 (Following the convention in MathOptInterface, the dual of ` a <= b ` is
2929 always negative, regardless of optimization sense.) (#593 )
3030 * 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 )
3334 * The syntaxes ` dot(*) ` , ` dot(/) ` and ` dot(^) ` have been removed in favor of
3435 explicit broadcasting (` x .* y ` , ` x ./ y ` , and ` x .^ y ` ). These were (mild)
3536 type piracy. In addition, ` vecdot(x,y) ` has been removed. Call
0 commit comments