From 50bdd5a6821d86481f30d6218694f932954f7711 Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 12 Aug 2025 16:30:57 +1200 Subject: [PATCH 1/4] Prep for v1.43.0 --- Project.toml | 2 +- docs/src/changelog.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c3aaff80d8..f3b9c9e884 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.42.1" +version = "1.43.0" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index fb84dae263..3f3ff52753 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,28 @@ CurrentModule = MathOptInterface The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.43.0 (August 12, 2025) + +### Added + + - Added [`ConflictCount`](@ref) and `conflict_index` to + [`ConstraintConflictStatus`](@rref) (#2775), (#2800), (#2801) + - Added [`Bridges.Constraint.IntervalToHyperRectangleBridge`](@ref) (#2754), + (#2806) + +### Fixed + + - Fixed the MPS reader to support any whitespace as a field separator (#2798) + - Fixed tests with duplicate names and added a CI test (#2804), (#2805) + - Fixed parsing `x * x` as `x^2` in `Nonlinear.Model` (#2799) + - Fixed a bug in [`Utilities.operate`](@ref) with quadratic outputs when a + `Integer` coefficient differs from the machine `Integer` (#2807) + +### Other + + - Added an OPF benchmark (#2739) + - Updated to DataStructures@0.19 (#2796) + ## v1.42.1 (August 1, 2025) ### Fixed From aab68c9dc1bc718d727b7e338ed45f87db114f5f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 13 Aug 2025 14:23:10 +1200 Subject: [PATCH 2/4] Apply suggestions from code review --- docs/src/changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 3f3ff52753..61a9de8e6b 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added [`ConflictCount`](@ref) and `conflict_index` to - [`ConstraintConflictStatus`](@rref) (#2775), (#2800), (#2801) + [`ConstraintConflictStatus`](@ref) (#2775), (#2800), (#2801) - Added [`Bridges.Constraint.IntervalToHyperRectangleBridge`](@ref) (#2754), - (#2806) + (#2806), (#2809) ### Fixed @@ -23,11 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed parsing `x * x` as `x^2` in `Nonlinear.Model` (#2799) - Fixed a bug in [`Utilities.operate`](@ref) with quadratic outputs when a `Integer` coefficient differs from the machine `Integer` (#2807) + - Fixed `MOI.supports` of `MOI.ObjectiveFunction` in all file formats (#2814) + - Fixed free rows in [`Bridges.Constraint.SplitHyperRectangleBridge`](@ref) (#2815) ### Other - Added an OPF benchmark (#2739) - Updated to DataStructures@0.19 (#2796) + - Filter `identity_bridge.jl` out from `runtests` (#2812) ## v1.42.1 (August 1, 2025) From e96e4dde2122b50f512b84642890ef6b04a79223 Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 19 Aug 2025 21:26:34 +1200 Subject: [PATCH 3/4] Update --- docs/src/changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 61a9de8e6b..7dd60af98d 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,7 +7,7 @@ CurrentModule = MathOptInterface The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.43.0 (August 12, 2025) +## v1.43.0 (August 19, 2025) ### Added @@ -24,7 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a bug in [`Utilities.operate`](@ref) with quadratic outputs when a `Integer` coefficient differs from the machine `Integer` (#2807) - Fixed `MOI.supports` of `MOI.ObjectiveFunction` in all file formats (#2814) - - Fixed free rows in [`Bridges.Constraint.SplitHyperRectangleBridge`](@ref) (#2815) + - Fixed free rows in [`Bridges.Constraint.SplitHyperRectangleBridge`](@ref) (#2816) + - Fixed deleting a variable with constraint bridges (#2818) + - Fixed `Utilities.AbstractModel` with no constraints (#2819) ### Other From dd57c7f50b20f418ce1312e973d0b7d88d6b0d10 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 21 Aug 2025 10:16:53 +1200 Subject: [PATCH 4/4] Update docs/src/changelog.md --- docs/src/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 7dd60af98d..08782864d3 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,7 +7,7 @@ CurrentModule = MathOptInterface The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.43.0 (August 19, 2025) +## v1.43.0 (August 21, 2025) ### Added