From 156d62b52404bc86b3613cc1ccd0fd3530a6b4e8 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sun, 7 Jan 2024 09:49:02 +1300 Subject: [PATCH] Prep for v1.18.1 (#3648) --- Project.toml | 2 +- README.md | 2 +- docs/Project.toml | 6 +++--- docs/packages.toml | 6 +++--- docs/src/changelog.md | 6 ++++++ docs/src/manual/solutions.md | 4 ++-- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index faf318f2be5..473a02760c9 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.18.0" +version = "1.18.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/README.md b/README.md index f2a8fbe7c8e..ba30783d94e 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.18.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.18.0) (`release-1.0` branch): +**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.18.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.18.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 576e98fbf0c..ac7913815d2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -48,12 +48,12 @@ GLPK = "=1.1.3" HTTP = "1.5.4" HiGHS = "=1.7.5" Interpolations = "0.14" -Ipopt = "=1.5.1" +Ipopt = "=1.6.0" JSON = "0.21" JSONSchema = "1" Literate = "2.8" -MathOptInterface = "=1.23.0" -MultiObjectiveAlgorithms = "=1.3.1" +MathOptInterface = "=1.25.0" +MultiObjectiveAlgorithms = "=1.3.2" PATHSolver = "=1.7.1" Plots = "1" SCS = "=2.0.0" diff --git a/docs/packages.toml b/docs/packages.toml index fdcbadd4c0f..71858569752 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -53,11 +53,11 @@ [GLPK] rev = "v1.1.3" [Gurobi] - rev = "4f6811250c3ec01b968c65ba58fa79a2f62114d3" + rev = "v1.2.1" [HiGHS] rev = "v1.7.5" [Ipopt] - rev = "v1.5.1" + rev = "v1.6.0" [KNITRO] rev = "v0.14.1" [MiniZinc] @@ -65,7 +65,7 @@ [MosekTools] rev = "v0.15.1" [MultiObjectiveAlgorithms] - rev = "v1.3.1" + rev = "v1.3.2" has_html = true [Pajarito] rev = "4c7efa915bdc900b51d1c8290dc771403b11230a" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 6be0995ab83..15ea36db3c1 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,12 @@ 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.18.1 (January 6, 2024) + +### Fixed + + - Fixed escaping of the `set` keyword in [`@variable`](@ref) (#3647) + ## Version 1.18.0 (January 2, 2024) ### Added diff --git a/docs/src/manual/solutions.md b/docs/src/manual/solutions.md index 2e6f683505c..8f389b5c1a3 100644 --- a/docs/src/manual/solutions.md +++ b/docs/src/manual/solutions.md @@ -575,7 +575,7 @@ which result to return. Use [`objective_value`](@ref) to assess the quality of the remaining solutions. -```jldoctest; filter=r"Solve time.+" +```jldoctest; filter=[r"Solve time.+", r"Dual objective value.+"] julia> using JuMP julia> import MultiObjectiveAlgorithms as MOA @@ -623,7 +623,7 @@ julia> solution_summary(model; result = 1) * Work counters Solve time (sec) : 1.82720e-03 - Simplex iterations : 1 + Simplex iterations : 0 Barrier iterations : 0 Node count : -1