From e9703d3ff97f7d8de87ef78eb0b5ef5add48b1e5 Mon Sep 17 00:00:00 2001 From: odow Date: Fri, 22 Sep 2023 10:26:19 +1200 Subject: [PATCH 1/6] Prep for v1.20.1 --- Project.toml | 2 +- docs/src/changelog.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 64ed6440b7..1a1e33d9da 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.20.0" +version = "1.20.1" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index c068379155..49fc7d57d6 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,26 @@ 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.20.1 (September 22, 2023) + +### Fixed + + - Removed incorrect `kwargs` in some `copy_to` methods (#2272) + - Fixed [`ConstraintDualStart`](@ref) for [`Bridges.Constraint.SplitIntervalBridge`](@ref) + (#2275) + - Fixed `MethodError` when trying to modify a variable objective (#2278) + +### Other + + - Added MathOptSetDistances to `solver-tests.yml` (#2265) + - Updated Documenter (#2266) + - Fixed various JET errors (#2267) (#2269) (#2270) (#2271) (#2276) (#2277) + - Various style improvements + - Replaced `using Package` with `import Package` where possible (#2274) + - Removed `Utilities.EMPTYSTRING` (#2283) + - Removed unecessary `const` acronyms in `Utilities` (#2280) (#2281) + - Removed invalid and unused method (#2286) + ## v1.20.0 (September 7, 2023) ### Added From b70a26c913b31493bab5fcb17fe0a45711a05acd Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 22 Sep 2023 10:50:17 +1200 Subject: [PATCH 2/6] Update docs/src/changelog.md --- docs/src/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 49fc7d57d6..14a793eb24 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed [`ConstraintDualStart`](@ref) for [`Bridges.Constraint.SplitIntervalBridge`](@ref) (#2275) - Fixed `MethodError` when trying to modify a variable objective (#2278) + - Fixed stack-overflow in `Utilities.operate(+,...)` with many arguments (#2285) ### Other From 2e5021650e2c65bfddb3389ef7c37aecf57d3a98 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 22 Sep 2023 11:17:15 +1200 Subject: [PATCH 3/6] 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 14a793eb24..9e5b197298 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Various style improvements - Replaced `using Package` with `import Package` where possible (#2274) - Removed `Utilities.EMPTYSTRING` (#2283) - - Removed unecessary `const` acronyms in `Utilities` (#2280) (#2281) + - Removed unnecessary `const` acronyms in `Utilities` (#2280) (#2281) - Removed invalid and unused method (#2286) ## v1.20.0 (September 7, 2023) From 21c3a2d737a6b0739412aebd0ad34a0215437736 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 22 Sep 2023 14:06:20 +1200 Subject: [PATCH 4/6] 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 9e5b197298..53594f54ad 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added MathOptSetDistances to `solver-tests.yml` (#2265) - Updated Documenter (#2266) - - Fixed various JET errors (#2267) (#2269) (#2270) (#2271) (#2276) (#2277) + - Fixed various JET errors (#2267) (#2269) (#2270) (#2271) (#2276) (#2277) (#2289) - Various style improvements - Replaced `using Package` with `import Package` where possible (#2274) - Removed `Utilities.EMPTYSTRING` (#2283) From be6c622c4551b4030bda507f9c21a8242efb9535 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 22 Sep 2023 23:07:39 +1200 Subject: [PATCH 5/6] Update docs/src/changelog.md --- docs/src/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 53594f54ad..f43c932f3f 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed `Utilities.EMPTYSTRING` (#2283) - Removed unnecessary `const` acronyms in `Utilities` (#2280) (#2281) - Removed invalid and unused method (#2286) + - Refactored `src/Utilities/model.jl` (#2287) ## v1.20.0 (September 7, 2023) From afdbbb26b6fcfecc2d7ac70ba4bced8f8e6de286 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sun, 24 Sep 2023 15:35:47 +1300 Subject: [PATCH 6/6] Apply suggestions from code review --- docs/src/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index f43c932f3f..735d4d955f 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.20.1 (September 22, 2023) +## v1.20.1 (September 24, 2023) ### Fixed @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed [`ConstraintDualStart`](@ref) for [`Bridges.Constraint.SplitIntervalBridge`](@ref) (#2275) - Fixed `MethodError` when trying to modify a variable objective (#2278) - - Fixed stack-overflow in `Utilities.operate(+,...)` with many arguments (#2285) + - Fixed stack-overflow in `Utilities.operate(+,...)` with many arguments (#2285) (#2290) ### Other