@@ -46,6 +46,8 @@ changes.
46
46
will be removed in the next breaking release (#567 )
47
47
* The syntax ` x in :PSD ` to create a semidefinite constraint is deprecated and
48
48
will be removed in the next breaking release (#578 )
49
+ * Fixed setting a ` Constant ` objective function. This is breaking because it
50
+ now has ann objective sense instead of ignoring the objective. (#581 )
49
51
* ` quadform ` now errors when fixed variables are used instead of silently
50
52
giving incorrect answers if the value of the fixed variable is modified
51
53
between solves (#586 )
@@ -67,21 +69,24 @@ changes.
67
69
* [ Type piracy] ( https://docs.julialang.org/en/v1/manual/style-guide/#Avoid-type-piracy )
68
70
of ` imag ` and ` real ` has been removed. This should not affect use of Convex. (#504 )
69
71
* Fix ` dot ` to correctly complex-conjugates its first argument (#524 )
70
- * Add tests and fix a number of bugs in various atoms (#546 ), (#550 ), (#554 ),
71
- (#556 ), (#558 ), (#559 ), (#561 ), (#562 ), (#563 ), (#565 ), (#566 ), (#567 ) (#568 )
72
+ * Add tests and fix a number of bugs in various atoms (#546 ), (#547 ), (#550 ),
73
+ (#554 ), (#556 ), (#558 ), (#559 ), (#561 ), (#562 ), (#563 ), (#565 ), (#566 ),
74
+ (#567 ), (#568 )
72
75
73
76
### Other
74
77
75
- * Improved the documentation (#517 ), (#529 ), (#571 ), (#573 ), (#574 ), (#576 ),
76
- (#579 ), (#587 )
78
+ * Improved the documentation (#506 ), (#517 ), (#529 ), (#571 ), (#573 ), (#574 ),
79
+ (#576 ), ( # 579 ), (#587 )
77
80
* Refactored the tests into a functional form (#532 )
81
+ * Updated ` Project.toml ` (#535 )
78
82
* Added ` test/Project.toml ` (#536 )
79
83
* Refactored imports to explicitly overload methods (#537 )
80
84
* Tidied and renamed various atoms and files clarity. This should be
81
85
non-breaking as no public API was changed. (#538 ), (#539 ), (#540 ), (#541 ),
82
- (#543 ), (#545 ), (#582 ), (#583 )
86
+ (#543 ), (#545 ), (#549 ), ( # 553 ), ( # 582 ), (#583 )
83
87
* Removed the unused file ` src/problem_depot/problems/benchmark.jl ` (#560 )
84
- * Added various tests to improve code coverage (#572 ), (#575 ), (#577 ), (#580 )
88
+ * Added various tests to improve code coverage (#522 ), (#572 ), (#575 ), (#577 ),
89
+ (#580 )
85
90
86
91
## v0.15.4 (October 24, 2023)
87
92
0 commit comments