@@ -7,6 +7,49 @@ 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 1.26.0 (May 21, 2025)
11+
12+ ### Added
13+
14+ - Added [ ` set_name(::GenericModel, ::AbstractString) ` ] ( @ref ) (#3967 )
15+ - Added support for ` ; with_cache_type ` in [ ` Model ` ] ( @ref ) and
16+ [ ` set_optimizer ` ] ( @ref ) (#3979 )
17+ - Add an opt-in profiler for model macros. See [ ` set_macro_timing ` ] ( @ref )
18+ and [ ` print_macro_timing_summary ` ] ( @ref ) (#3981 )
19+ - Added ` value(::Function, ::X) ` and ` value(::X; result::Int) ` for ` Symmetric `
20+ and ` Hermitian ` matrices (#4000 ) (#4007 )
21+
22+ ### Fixed
23+
24+ - Fixed [ ` add_to_expression! ` ] ( @ref ) with ` GenericAffExpr{ComplexF64} ` (#3983 )
25+ - Catch and re-throw a more informative error for ` BoundAlreadySet ` in ` optimize! `
26+ (#3974 )
27+ - Fixed [ ` reshape_vector ` ] ( @ref ) when ` Nothing ` is passed, for example, from
28+ an unset primal or dual start (#3988 )
29+ - Fixed a bug setting variables names when they are not supported by the solver
30+ (#3995 )
31+ - Fixed show of ` SparseAxisArray ` for small display size (#3996 )
32+ - Fixed ` LinearAlgebra.issymmetric(::AbstractJuMPScalar) ` (#3997 )
33+ - Fixed missing [ ` value_type ` ] ( @ref ) methods for expressions (#4002 )
34+
35+ ### Other
36+
37+ - Simplified implementation of [ ` shadow_price ` ] ( @ref ) and improved docstring
38+ (#3968 )
39+ - Improved formatting by adding blank lines between functions (#3969 )
40+ - Replaced ` diagm ` by ` Diagonal ` (#3971 )
41+ - Updated to cache v2 (#3972 )
42+ - Switched to using ` secrets.GUROBI_LICENSE ` (#3975 )
43+ - Updated versions in Project.toml and packages.toml (#3976 )
44+ - Removed admonitions from callback manual page (#3977 )
45+ - Fixed docstring of [ ` set_normalized_coefficient ` ] ( @ref ) (#3985 )
46+ - Added [ Conventions for interfacing between JuMP and MathOptInterface] ( @ref )
47+ (#3987 )
48+ - Fixed errors in ` cutting_stock_column_generation.jl ` (#4001 )
49+ - Added an example of using SparseArrays to variable manual (#4003 )
50+ - Added [ MathOptChordalDecomposition.jl] ( @ref ) to the documentation (#4004 )
51+ - Changed to use ` GITHUB_TOKEN ` when downloading from GitHub (#4008 )
52+
1053## Version 1.25.0 (March 27, 2025)
1154
1255### Added
0 commit comments