File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.15.1 "
3+ version = " 1.16.0 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ CurrentModule = MathOptInterface
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+ ## v1.16.0 (May 16, 2023)
11+
12+ ### Added
13+
14+ - Added support for MathOptFormat v1.3 and v1.4 (#2158 ) (#2169 )
15+ - Added new method to the nonlinear API (#2162 ) (#2164 )
16+ - [ ` eval_hessian_constraint ` ] ( @ref )
17+ - [ ` eval_hessian_objective ` ] ( @ref )
18+ - [ ` hessian_constraint_structure ` ] ( @ref )
19+ - [ ` hessian_objective_structure ` ] ( @ref )
20+ - Added new sets
21+ - [ ` NormCone ` ] ( @ref ) (#2119 )
22+ - [ ` ScaledPositiveSemidefiniteConeTriangle ` ] ( @ref ) (#2154 )
23+
24+ ### Fixed
25+
26+ - Fixed support for Julia v1.9 to work around a bug in the upstream Julia
27+ compiler (#2161 ) (#2163 )
28+ - Fixed a correctness bug in [ ` Bridges.Constraint.HermitianToSymmetricPSDBridge ` ] ( @ref )
29+ (#2171 )
30+ - Fixed ` convert(::VariableIndex, ::ScalarAffineFunction) ` when the function
31+ has terms with ` 0 ` coefficients (#2173 )
32+
33+ ### Other
34+
35+ - Fixed ` solver-tests.yml ` (#2157 )
36+ - Updated documentation links to developer chatroom (#2160 )
37+ - Added various tests for bridges (#2156 )
38+ - Added checklists to the developer documentation (#2167 ) (#2168 )
39+
1040## v1.15.1 (April 25, 2023)
1141
1242### Fixed
You can’t perform that action at this time.
0 commit comments