Skip to content

Commit 1bee618

Browse files
authored
Prep for v1.31.0 (#2521)
1 parent 5386a13 commit 1bee618

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-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.30.0"
3+
version = "1.31.0"
44

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

docs/src/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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.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

0 commit comments

Comments
 (0)