v1.19.0
版本发布时间: 2024-02-02 07:29:55
jump-dev/JuMP.jl最新发布版本:v1.23.2(2024-09-13 13:29:38)
JuMP v1.19.0
Merged pull requests:
- [docs] Add SDPLR to list of solvers (#3644) (@blegat)
- [docs] add new roadmap items (#3645) (@odow)
- [docs] fix vale version (#3650) (@odow)
- Throw informative error when parsing reference sets in macros (#3653) (@odow)
- Fix short circuting of && and || in macros (#3655) (@odow)
- Add support for modifying quadratic coefficients (#3658) (@odow)
- Tidy docstrings in src/constraints.jl (#3659) (@odow)
- Remove unneeded _affine_coefficient (#3660) (@odow)
- Move set_normalized_coefficient to src/variables.jl to better type arguments (#3661) (@odow)
- [docs] update location of Hypatia.jl (#3662) (@odow)
- Prep for v1.19.0 (#3663) (@odow)
Closed issues:
- Diagnostics request: using variable in variable container bounds (#3652)
- && and || do not short-circuit in macros (#3654)
- Add support for MOI.ScalarQuadraticCoefficientChange (#3657)