Skip to content

Commit 62b9c47

Browse files
authored
Prep for v1.31.1 (#4206)
1 parent 3885565 commit 62b9c47

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "JuMP"
22
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
3-
version = "1.31.0"
3+
version = "1.31.1"
44
repo = "https://github.com/jump-dev/JuMP.jl.git"
55

66
[deps]

docs/src/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ CurrentModule = JuMP
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## Version v1.31.1 (July 23, 2026)
11+
12+
### Fixed
13+
14+
- Temporarily revert the subexpression caching introduced in v1.31.0 because it
15+
is subject to hash collisions. The two-argument [`moi_function`](@ref) is
16+
maintained, and we hope to re-introduce the subexpression caching once we
17+
work out the hashing issue. (#4205)
18+
1019
## Version v1.31.0 (July 21, 2026)
1120

1221
### Added

0 commit comments

Comments
 (0)