File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.17.1 "
3+ version = " 1.18.0 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ 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.18.0 (June 23, 2023)
11+
12+ ### Added
13+
14+ - Added ` Bridges.Objective.SlackBridgePrimalDualStart ` (#2194 )
15+ - Added [ ` constraint_gradient_structure ` ] ( @ref ) and
16+ [ ` eval_constraint_gradient ` ] ( @ref ) (#2200 )
17+
18+ ### Fixed
19+
20+ - Fixed a missing ` @require ` in ` MOI.Test ` (#2195 ) (#2196 )
21+ - Fixed incorrect usage of ` Utilities.operate! ` in bridges (#2207 ) (#2216 )
22+ - Fixed splatting nonlinear expression with univariate operator (#2221 )
23+
24+ ### Other
25+
26+ - Removed unused argument names (#2199 )
27+ - Reduced memory requirement for tests (#2204 )
28+ - Refactored ` Utilities.promote_operation ` (#2206 )
29+ - Improved code style in ` Utilities/mutable_arithmetics.jl ` (#2209 )
30+ - Refactored various methods in ` Utilities/functions.jl ` (#2208 ) (#2212 )
31+ (#2213 ) (#2214 ) (#2215 )
32+
1033## v1.17.1 (June 6, 2023)
1134
1235### Fixed
You can’t perform that action at this time.
0 commit comments