Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for v1.23.5 #3886

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
[Gurobi]
rev = "9bafe7d3e4ed198b97836362a62bb48a14d408bc"
[HiGHS]
rev = "v1.12.0"
rev = "v1.12.1"
[Hypatia]
rev = "v0.8.1"
has_html = true
Expand Down Expand Up @@ -138,7 +138,7 @@
has_html = true
[DAQP]
user = "darnstrom"
rev = "v0.5.2"
rev = "v0.6.0"
[DisjunctiveProgramming]
user = "hdavid16"
rev = "6a4d0ac4a7484e52b1dbff9cee310a73d2d23e81"
Expand Down
14 changes: 14 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (November 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
Expand Down
Loading