Skip to content

v1.22.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 04:07
· 4 commits to master since this release
6efbfb8

JuMP v1.22.2

Diff since v1.22.1

Merged pull requests:

  • Improve error message for unsupported kwargs in variable macro (#3751) (@odow)
  • Implement LinearAlgebra.haszero trait to fix Julia nightly (#3753) (@odow)
  • Revert #3753 (#3754) (@odow)
  • Improve error for unsupported container syntax like x[A][B] (#3756) (@odow)
  • [docs] improve various docstrings (#3758) (@odow)
  • Skip terms when printing a large vector of expressions (#3759) (@odow)
  • Deprecate experimental _differentiation_backend (#3760) (@odow)
  • [docs] improve docstrings by adding examples (#3761) (@odow)
  • Fix printing when show called on invalid variable or constraint (#3763) (@odow)
  • Fix spelling: s/Hermmitian/Hermitian/g (#3767) (@odow)
  • Improve printing of symmetric matrices when used in constraints (#3768) (@odow)
  • [docs] add warning about Y <= X, Set() syntax (#3769) (@odow)
  • Fix test for upcoming printing change in MOI (#3772) (@odow)
  • [docs] update should_i_use.md (#3773) (@odow)
  • Prep for v1.22.2 (#3774) (@odow)

Closed issues:

  • Fuzzy search on unrecognized keyword arguments to give suggestions (#3750)
  • Track failures on nightly (#3752)
  • Possibly missing diagnostics for vector of vector of variables (#3755)
  • Printing of large vectorized constraints should probably cause output eliding? (#3757)
  • Deleting part of containerized constraints makes whole constraint unprintable (#3762)
  • function_string of Symmetric matrix includes the entire matrix (#3764)
  • Error when adding a constraint with a partially initialized Symmetric matrix (#3771)