JuMP v1.26.0
Merged pull requests:
- Add set_name(model::GenericModel, name::AbstractString) (#3967) (@odow)
- Simplify implementation of shadow_price and improve docstring (#3968) (@odow)
- Improve formatting by adding blank lines between functions (#3969) (@odow)
- Replace diagm by Diagonal (#3971) (@blegat)
- Update to cache v2 (#3972) (@blegat)
- Catch and rethrow more informative error for BoundAlreadySet in optimize! (#3974) (@odow)
- [docs] switch to using secrets.GUROBI_LICENSE (#3975) (@odow)
- [docs] update versions in Project.toml and packages.toml (#3976) (@odow)
- [docs] remove admonitions from callack manual page (#3977) (@odow)
- Add support for with_cache_type in Model and set_optimizer (#3979) (@odow)
- Add print_macro_timing_summary (#3981) (@odow)
- Fix add_to_expression! with GenericAffExpr{ComplexF64} (#3983) (@odow)
- Fix docstring of set_normalized_coefficient (#3985) (@odow)
- Prep for v1.26.0 (#3986) (@odow)
- [docs] add conventions page to the developer docs (#3987) (@odow)
- Fix reshaping ::Nothing for matrix shapes (#3988) (@odow)
- [docs] add developer docs for unset_ methods (#3990) (@odow)
- Do not set variable name when unsupported by solver in
_moi_add_constrained_variables
(#3995) (@guimarqu) - Fix show of SparseAxisArray for small display size (#3996) (@blegat)
- Fix LinearAlgebra.issymmetric(::AbstractJuMPScalar) (#3997) (@odow)
- Add value(::Function, ::X) and value(::X; result::Int) for Symmetric and Hermitian (#4000) (@araujoms)
- Update cutting_stock_column_generation.jl (#4001) (@WalterMadelim)
- Fix missing value_type methods for expressions (#4002) (@odow)
- [docs] add example of using SparseArrays to variable manual (#4003) (@odow)
- [docs] add MathOptChordalDecomposition (#4004) (@odow)
- fix
value
for partially initialized Hermitian matrices (#4007) (@araujoms) - [docs] use GITHUB_TOKEN when downloading from GitHub (#4008) (@odow)
Closed issues:
- Error when adding a Nonpositive constraint in a variable bounded above (#3973)
- cache option for set_optimizer (#3978)
- Constraint attribute are not converted with moi_function (#3980)
- Can't multiply a
Matrix{AffExpr}
by aMatrix{ComplexF64}
(#3982) - set_normalized_coefficient fails with vector inputs (#3984)
- Add dev docs for functions that activate options in JuMP (#3989)
- Unexpected behavior when adding constrained variable to a solver that does not support name (direct model) (#3994)
value
doesn't work for complex matrices (#3998)- Add more methods for value_type(::Type{<:AbstractJuMPScalar}) (#3999)
value
crashes on partially initialized matrices (#4006)