File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " JuMP"
22uuid = " 4076af6c-e467-56ae-b986-b466b2749572"
3- version = " 1.31.0 "
3+ version = " 1.31.1 "
44repo = " https://github.com/jump-dev/JuMP.jl.git"
55
66[deps ]
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ CurrentModule = JuMP
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and 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
You can’t perform that action at this time.
0 commit comments