File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
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.15.0 "
4+ version = " 0.15.1 "
55
66[deps ]
77MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ 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.1 (March 2, 2026)
11+
12+ ### Added
13+
14+ - Uniformly expose terms getters (#229 )
15+
16+ ### Fixed
17+
18+ - Fix getter of ` MOI.VectorAffineFunction ` (#228 )
19+
20+ ### Other
21+
22+ - Code cleanup and minor performance improvements (#226 ) (#227 ) (#228 )
23+
1024## Version 0.15.0 (February 24, 2026)
1125
1226This breaking release removes a number of ParametricOptInterface-specific
You can’t perform that action at this time.
0 commit comments