diff --git a/Project.toml b/Project.toml index 2156021fe45..9af622d26bd 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.1" +version = "1.19.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/README.md b/README.md index ba30783d94e..a1664573b0d 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.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.18.1) (`release-1.0` branch): +**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.19.0/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.19.0) (`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 15d38afadc5..5f3b3de49ca 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -46,7 +46,7 @@ DocumenterCitations = "1" Dualization = "0.5" GLPK = "=1.1.3" HTTP = "1.5.4" -HiGHS = "=1.7.5" +HiGHS = "=1.8.0" Interpolations = "0.14" Ipopt = "=1.6.0" JSON = "0.21" @@ -54,7 +54,7 @@ JSONSchema = "1" Literate = "2.8" MathOptInterface = "=1.25.2" MultiObjectiveAlgorithms = "=1.3.2" -PATHSolver = "=1.7.1" +PATHSolver = "=1.7.2" Plots = "1" SCS = "=2.0.0" SQLite = "1" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 15ea36db3c1..eb6ac9fad91 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.19.0 (February 1, 2024) + +### Added + + - Added support for modifying quadratic coefficients (#3658) + +### Fixed + + - Fixed short circuiting of `&&` and `||` in macros (#3655) + +### Other + + - Added SDPLR to list of solvers (#3644) + - Added new roadmap items (#3645) + - Fixed vale.sh version (#3650) + - Improve error messages in macros (#3653) + - Refactoring of `set_normalized_coefficient` (#3660) (#3661) + - Update `docs/packages.toml` (#3662) + ## Version 1.18.1 (January 6, 2024) ### Fixed