From 0188a222c8b83dac01c58363dd3914bfa535dca9 Mon Sep 17 00:00:00 2001 From: odow Date: Sat, 23 Sep 2023 12:36:41 +1200 Subject: [PATCH 1/5] Prep for v1.15.1 --- Project.toml | 2 +- README.md | 2 +- docs/src/changelog.md | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ebe32d2383a..7a655778a64 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuMP" uuid = "4076af6c-e467-56ae-b986-b466b2749572" repo = "https://github.com/jump-dev/JuMP.jl.git" -version = "1.15.0" +version = "1.15.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/README.md b/README.md index 1823766bf7c..6577efa8a9f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by visiting [jump.dev](https://jump.dev). -**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.15.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.15.0) (`release-1.0` branch): +**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.15.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.15.1) (`release-1.0` branch): * Installation via the Julia package manager: * `import Pkg; Pkg.add("JuMP")` * Get help: diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 3d9b490f205..a777a97c389 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,24 @@ CurrentModule = JuMP 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). +## Version 1.15.1 (September 23, 2023) + +### Fixed + + - Fixed support for unary `min` and `max` operators (#3522) + - Fixed error message for [`add_to_expression!`](@ref) when called with a + [`GenericNonlinearExpr`](@ref) (#3506) + - Fixed constraint tags with broadcasted constraints (#3515) + - Fixed MethodError in `MA.scaling` (#3518) + +### Other + + - Updated to Documenter@1 (#3501) + - Fixed links to data in tutorials (#3512) + - Fixed typo in TSP tutorial (#3516) + - Improved error message for [`VariableNotOwned`](@ref) errors (#3520) + - Fixed various JET errors (#3519) + ## Version 1.15.0 (September 15, 2023) This is a large minor release because it adds an entirely new data structure and From 07d5cc66cbad2301988ea478dc1bed940dabf77e Mon Sep 17 00:00:00 2001 From: odow Date: Sat, 23 Sep 2023 12:39:33 +1200 Subject: [PATCH 2/5] Update MiniZinc version --- docs/packages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages.toml b/docs/packages.toml index 45dfa35e72c..af1163e69e4 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -61,7 +61,7 @@ [KNITRO] rev = "4c56de7684c42dd3c83c5fbc515ae1f424eed524" [MiniZinc] - rev = "v0.3.0" + rev = "v0.3.2" [MosekTools] rev = "v0.15.1" [MultiObjectiveAlgorithms] From 357e0412367f568874160519513a769db4192365 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 23 Sep 2023 13:38:53 +1200 Subject: [PATCH 3/5] Update changelog.md --- docs/src/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index a777a97c389..956ca17898e 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -11,11 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - - Fixed support for unary `min` and `max` operators (#3522) + - Fixed support for single argument `min` and `max` operators (#3522) - Fixed error message for [`add_to_expression!`](@ref) when called with a [`GenericNonlinearExpr`](@ref) (#3506) - Fixed constraint tags with broadcasted constraints (#3515) - Fixed MethodError in `MA.scaling` (#3518) + - Fixed support for arrays of [`Parameter`](@ref) variables (#3524) ### Other From 24f0a7595012ba50017cad6b4a2f466a66d33f76 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sun, 24 Sep 2023 16:53:48 +1300 Subject: [PATCH 4/5] 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 956ca17898e..b9381bd25e5 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,7 +7,7 @@ CurrentModule = JuMP 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). -## Version 1.15.1 (September 23, 2023) +## Version 1.15.1 (September 24, 2023) ### Fixed From 753b9ad924cffa4a223a0b7b49d1b455db30b989 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 25 Sep 2023 09:21:10 +1300 Subject: [PATCH 5/5] Update Project.toml --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f9fa2673836..2f3c5dacecc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -50,7 +50,7 @@ Ipopt = "=1.4.2" JSON = "0.21" JSONSchema = "1" Literate = "2.8" -MathOptInterface = "=1.20.0" +MathOptInterface = "=1.20.1" MultiObjectiveAlgorithms = "=1.2.0" PATHSolver = "=1.6.1" Plots = "1"