From 06522840a449320306b0aaf31bc0bdbe097078e5 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 19 Nov 2024 11:47:15 +1300 Subject: [PATCH 1/2] Prep for v1.23.5 --- Project.toml | 2 +- docs/packages.toml | 4 ++-- docs/src/changelog.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e0f22d760ef..71175aafea5 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.23.4" +version = "1.23.5" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/docs/packages.toml b/docs/packages.toml index 0d8a0777373..8e84b083e07 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -57,7 +57,7 @@ [Gurobi] rev = "9bafe7d3e4ed198b97836362a62bb48a14d408bc" [HiGHS] - rev = "v1.12.0" + rev = "v1.12.1" [Hypatia] rev = "v0.8.1" has_html = true @@ -138,7 +138,7 @@ has_html = true [DAQP] user = "darnstrom" - rev = "v0.5.2" + rev = "v0.6.0" [DisjunctiveProgramming] user = "hdavid16" rev = "6a4d0ac4a7484e52b1dbff9cee310a73d2d23e81" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index e273c8d2054..66241ba84a1 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,20 @@ 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.23.5 (Noveber 19, 2024) + +### Fixed + + - Fixed a bug broadcasting over [`GenericNonlinearExpr`](@ref) (#3881) + - Fixed a bug in [`@constraint`](@ref) which illegally mutated user expressions + (#3883) (#3885) + +### Other + + - Updated `upload-artifact` GitHub action (#3877) + - Added a section on [Common subexpressions](@ref) (#3879) + - Fixed a printing change for DimensionalData.jl (#3880) + ## Version 1.23.4 (November 8, 2024) ### Fixed From 4142a6234859a1a8c22a335ae1a1f223c215b7ec Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 19 Nov 2024 13:19:47 +1300 Subject: [PATCH 2/2] 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 66241ba84a1..9a60eaffc04 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.23.5 (Noveber 19, 2024) +## Version 1.23.5 (November 19, 2024) ### Fixed