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/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" 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] diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 3d9b490f205..b9381bd25e5 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,25 @@ 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 24, 2023) + +### Fixed + + - 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 + + - 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