From 203a5c77383dc8336d7b3fd24048fc8e9b04d9ff Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 23 Feb 2023 12:13:06 +1300 Subject: [PATCH] Prep for v1.8.1 (#3228) --- Project.toml | 2 +- README.md | 2 +- docs/src/changelog.md | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index ebc54b03075..7676b89a34f 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.8.0" +version = "1.8.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/README.md b/README.md index a1268d75c3b..67816a685f0 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.8.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.8.0) (`release-1.0` branch): +**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.8.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.8.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 223f5b11fdf..d7e623326fa 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,22 @@ 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.8.1 (February 23, 2023) + +### Fixed + + - Fixed support for `init` in nonlinear generator expressions (#3226) + +### Other + + - Use and document `import MathOptInterface as MOI` (#3222) + - Removed references in documentation to multiobjective optimization being + unsupported (#3223) + - Added tutorial on multi-objective portfolio optimization (#3227) + - Refactored some of the conic tutorials (#3229) + - Fixed typos in the documentation (#3230) + - Added tutorial on parallelism (#3231) + ## Version 1.8.0 (February 16, 2023) ### Added @@ -22,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - - Fix a bug in [`lp_sensitivity_report`](@ref) by switching to an explicit + - Fixed a bug in [`lp_sensitivity_report`](@ref) by switching to an explicit LU factorization of the basis matrix (#3182) - Fixed a bug that prevented `[; kwarg]` arguments in macros (#3220)