File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.23 .0"
3+ version = " 1.24 .0"
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,35 @@ 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.24.0 (January 2, 2024)
11+
12+ ### Added
13+
14+ - Added ` get_fallback ` for ` ConstraintDual ` of variable bounds (#2373 )
15+
16+ ### Fixed
17+
18+ - Fixed ` RSOCtoPSDBridge ` for dimension 2 (#2359 )
19+ - Fixed getting ` ConstraintFunction ` in conversion bridge (#2360 )
20+ - Fixed ` map_indices ` (#2367 )
21+ - Fixed ` SlackBridgePrimalDualStart ` for non-slack bridges (#2365 )
22+ - Fixed ` test_attribute_TimeLimitSec ` (#2370 )
23+ - Fixed order of model attributes during ` copy_to ` (#2372 )
24+ - Fixed ` ConstraintIndex ` conflicts between variable and constraint bridges
25+ (#2362 )
26+ - Fixed corner-case deletion in bridges (#2377 )
27+ - Fixed ` ListOfVariablesWithAttributeSet ` for variable bridges (#2380 )
28+ - Fixed ` SlackBridge ` if scalar constant is not zero (#2382 )
29+ - Fixed setting multiple bounds on a bridged variable (#2383 )
30+
31+ ### Other
32+
33+ - Minor documentation improvements (#2355 ), (#2374 )
34+ - Improved ` side_dimension_for_vectorized_dimension ` (#2356 )
35+ - Added DiffOpt and ParametricOptInterface to ` solver-tests.yml ` (#2368 )
36+ - Refactored ` SDPAModel ` into a separate test file and test more widely
37+ (#2364 ), (#2357 )
38+
1039## v1.23.0 (November 29, 2023)
1140
1241### Added
You can’t perform that action at this time.
0 commit comments