@@ -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 11 , 2024)
10+ ## v0.16.0 (April 19 , 2024)
1111
1212This release contains a large number of changes, including some breaking
1313changes.
@@ -29,7 +29,7 @@ changes.
2929 always negative, regardless of optimization sense.) (#593 )
3030 * The structs ` LtConstraint ` , ` GtConstraint ` , ` EqConstraint `
3131 ` SOCConstraint ` and ` SDPConstraint ` have
32- been replaced by ` GenericConstraint{S} ` where ` S<:MOI.AbstractSet ` (#590 )
32+ been replaced by ` GenericConstraint{S} ` where ` S<:MOI.AbstractSet ` (#590 ) ( # 597 )
3333 * The syntaxes ` dot(*) ` , ` dot(/) ` and ` dot(^) ` have been removed in favor of
3434 explicit broadcasting (` x .* y ` , ` x ./ y ` , and ` x .^ y ` ). These were (mild)
3535 type piracy. In addition, ` vecdot(x,y) ` has been removed. Call
@@ -75,7 +75,7 @@ changes.
7575### Other
7676
7777 * Improved the documentation (#506 ), (#517 ), (#529 ), (#571 ), (#573 ), (#574 ),
78- (#576 ), (#579 ), (#587 )
78+ (#576 ), (#579 ), (#587 ), ( # 594 )
7979 * Refactored the tests into a functional form (#532 )
8080 * Updated ` Project.toml ` (#535 )
8181 * Added ` test/Project.toml ` (#536 )
@@ -86,6 +86,7 @@ changes.
8686 * Removed the unused file ` src/problem_depot/problems/benchmark.jl ` (#560 )
8787 * Added various tests to improve code coverage (#522 ), (#572 ), (#575 ), (#577 ),
8888 (#580 )
89+ * Updated versions in GitHub actionsn (#596 )
8990
9091## v0.15.4 (October 24, 2023)
9192
0 commit comments