@@ -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 11 , 2024)
10
+ ## v0.16.0 (April 19 , 2024)
11
11
12
12
This release contains a large number of changes, including some breaking
13
13
changes.
@@ -29,7 +29,7 @@ changes.
29
29
always negative, regardless of optimization sense.) (#593 )
30
30
* The structs ` LtConstraint ` , ` GtConstraint ` , ` EqConstraint `
31
31
` 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 )
33
33
* The syntaxes ` dot(*) ` , ` dot(/) ` and ` dot(^) ` have been removed in favor of
34
34
explicit broadcasting (` x .* y ` , ` x ./ y ` , and ` x .^ y ` ). These were (mild)
35
35
type piracy. In addition, ` vecdot(x,y) ` has been removed. Call
@@ -75,7 +75,7 @@ changes.
75
75
### Other
76
76
77
77
* Improved the documentation (#506 ), (#517 ), (#529 ), (#571 ), (#573 ), (#574 ),
78
- (#576 ), (#579 ), (#587 )
78
+ (#576 ), (#579 ), (#587 ), ( # 594 )
79
79
* Refactored the tests into a functional form (#532 )
80
80
* Updated ` Project.toml ` (#535 )
81
81
* Added ` test/Project.toml ` (#536 )
@@ -86,6 +86,7 @@ changes.
86
86
* Removed the unused file ` src/problem_depot/problems/benchmark.jl ` (#560 )
87
87
* Added various tests to improve code coverage (#522 ), (#572 ), (#575 ), (#577 ),
88
88
(#580 )
89
+ * Updated versions in GitHub actionsn (#596 )
89
90
90
91
## v0.15.4 (October 24, 2023)
91
92
0 commit comments