Skip to content

Commit 64f1bd8

Browse files
authored
Prep for v1.24.0 (#2381)
1 parent a03e7bd commit 64f1bd8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.23.0"
3+
version = "1.24.0"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and 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

0 commit comments

Comments
 (0)