File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.30 .0"
3+ version = " 1.31 .0"
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,32 @@ 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.31.0 (June 26, 2024)
11+
12+ ### Added
13+
14+ - Added default ` show(::IO, ::ModelLike) ` method (#2505 ) (#2510 )
15+ - Set map bridges can now implement the various ` map_function ` methods to use
16+ the value of the bridge as the first argument, instead of passing the type of
17+ the bridge. (#2509 )
18+ - Added ` cannot_unbridge ` argument to [ ` Bridges.runtests ` ] ( @ref )
19+
20+ ### Fixed
21+
22+ - Fixed [ ` supports_constraint ` ] ( @ref ) for ` IndicatorSOS1Bridge ` (#2507 )
23+ - Fixed getting [ ` ConstraintDual ` ] ( @ref ) in slack bridges (#2508 ) (#2514 )
24+ (#2515 )
25+ - Fixed ` FileFormats.NL ` to read linear constraints as
26+ [ ` ScalarAffineFunction ` ] ( @ref ) (#2512 )
27+ - Changed ` default_copy_to ` to maintain the order of variables during ` copy_to ` .
28+ This change is marked as non-breaking, but it may cause different (but
29+ mathematically equivalent) models to be formulated, particularly conic models
30+ with bridges. (#2495 ) (#2520 )
31+
32+ ### Other
33+
34+ - Updated ` solver-tests.yml ` (#2516 ) (#2518 )
35+
1036## v1.30.0 (May 23, 2024)
1137
1238### Added
You can’t perform that action at this time.
0 commit comments