Skip to content

Commit 38cde5a

Browse files
committed
Prep for v1.43.0
1 parent 6746ec1 commit 38cde5a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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 12, 2025)
11+
12+
### Added
13+
14+
- Added [`ConflictCount`](@ref) and `conflict_index` to
15+
[`ConstraintConflictStatus`](@rref) (#2775), (#2800), (#2801)
16+
- Added [`Bridges.Constraint.IntervalToHyperRectangleBridge`](@ref) (#2754),
17+
(#2806)
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+
27+
### Other
28+
29+
- Added an OPF benchmark (#2739)
30+
- Updated to [email protected] (#2796)
31+
1032
## v1.42.1 (August 1, 2025)
1133

1234
### Fixed

0 commit comments

Comments
 (0)