Skip to content

Commit 6479b1f

Browse files
authored
Prep for v1.43.0 (#2808)
1 parent bd8918d commit 6479b1f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-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.42.1"
3+
version = "1.43.0"
44

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

docs/src/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ 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.43.0 (August 21, 2025)
11+
12+
### Added
13+
14+
- Added [`ConflictCount`](@ref) and `conflict_index` to
15+
[`ConstraintConflictStatus`](@ref) (#2775), (#2800), (#2801)
16+
- Added [`Bridges.Constraint.IntervalToHyperRectangleBridge`](@ref) (#2754),
17+
(#2806), (#2809)
18+
19+
### Fixed
20+
21+
- Fixed the MPS reader to support any whitespace as a field separator (#2798)
22+
- Fixed tests with duplicate names and added a CI test (#2804), (#2805)
23+
- Fixed parsing `x * x` as `x^2` in `Nonlinear.Model` (#2799)
24+
- Fixed a bug in [`Utilities.operate`](@ref) with quadratic outputs when a
25+
`Integer` coefficient differs from the machine `Integer` (#2807)
26+
- Fixed `MOI.supports` of `MOI.ObjectiveFunction` in all file formats (#2814)
27+
- Fixed free rows in [`Bridges.Constraint.SplitHyperRectangleBridge`](@ref) (#2816)
28+
- Fixed deleting a variable with constraint bridges (#2818)
29+
- Fixed `Utilities.AbstractModel` with no constraints (#2819)
30+
31+
### Other
32+
33+
- Added an OPF benchmark (#2739)
34+
- Updated to DataStructures@0.19 (#2796)
35+
- Filter `identity_bridge.jl` out from `runtests` (#2812)
36+
1037
## v1.42.1 (August 1, 2025)
1138

1239
### Fixed

0 commit comments

Comments
 (0)