File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11name = " ParametricOptInterface"
22uuid = " 0ce4ce61-57bf-432b-a095-efac525d185e"
33authors = [" Tomás Gutierrez <tomasfmgutierrez@gmail.com>" ]
4- version = " 0.14.3 "
4+ version = " 0.15.0 "
55
66[deps ]
77MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ CurrentModule = ParametricOptInterface
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- ## Version 0.15.0 (February 19 , 2026)
10+ ## Version 0.15.0 (February 24 , 2026)
1111
1212This breaking release removes a number of ParametricOptInterface-specific
1313features in favor of the officially supported MathOptInterface functions for
1414dealing with parameters.
1515
1616### Breaking
1717
18- - Removed ` QuadraticObjectiveCoef ` (#213 )
18+ - Removed ` QuadraticObjectiveCoef ` (#213 ), ( # 224 ), ( # 225 )
1919
2020 This breaking change removed ` QuadraticObjectiveCoef ` and all related
2121 functions.
@@ -71,3 +71,5 @@ dealing with parameters.
7171- Make the explanation a separate page (#217 )
7272- Increase coverage (#218 )
7373- Run the benchmarks in CI to ensure they stay updated (#220 )
74+ - Added this changelog (#221 )
75+ - Added a cleanup action (#222 )
You can’t perform that action at this time.
0 commit comments