File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.51.2 "
3+ version = " 1.52.0 "
44
55[deps ]
66CodecBzip2 = " 523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ 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.52.0 (July 31, 2026)
11+
12+ ### Added
13+
14+ - Added [ ` Utilities.RuntimeProductOfSets ` ] ( @ref ) (#3026 )
15+
16+ ### Fixed
17+
18+ - Fixed simplifying zero and one terms in [ ` Nonlinear.SymbolicAD.simplify! ` ] ( @ref )
19+ (#3023 )
20+ - Fixed [ ` Utilities.OrderedProductOfSets ` ] ( @ref ) to handle zero-dimensional rows
21+ (#3022 )
22+ - Fixed support for nested bridges which require ` final_touch ` . ` final_touch ` is
23+ now called in the order that the bridges were created. (#3027 )
24+ - Fixed various bridges with non-Float64 coefficient type (#3035 )
25+
26+ ### Other
27+
28+ - Updated GitHub actions (#3024 ), (#3028 )
29+ - Added support for OrderedCollections@2 (#3029 )
30+ - Fixed formatting for latest JuliaFormatter release (#3031 )
31+ - Improved error messages of various errors. This may break your tests if you
32+ rely on string comparisons. Check for the type of error, not the value. (#3036 )
33+
1034## v1.51.2 (July 17, 2026)
1135
1236### Fixed
You can’t perform that action at this time.
0 commit comments