Skip to content

v1.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 23:29
· 105 commits to master since this release
e4d2d7f

JuMP v1.19.0

Diff since v1.18.1

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)