Skip to content

v1.15.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 19:17
· 145 commits to master since this release
b71302c

JuMP v1.15.1

Diff since v1.15.0

Merged pull requests:

  • [docs] update to Documenter@1.0.0 (#3501) (@odow)
  • Throw error for add_to_expression with GenericNonlinearExpr (#3506) (@odow)
  • [docs] add links to the various data files in tutorials (#3512) (@odow)
  • Fix constraint tags for broadcast constraints (#3515) (@odow)
  • Fix typo in the objective of the TSP lazy constraints example. (#3516) (@soppera)
  • Fix invalid call to InexactError in MA.scaling (#3518) (@odow)
  • Fix various JET errors (#3519) (@odow)
  • Add explanatory error message for VariableNotOwned errors (#3520) (@odow)
  • Fix unary min and max operators (#3522) (@odow)
  • Fix constructing an array of Parameter variables (#3524) (@odow)
  • Prep for v1.15.1 (#3525) (@odow)
  • Fix documentation.yml GitHub action (#3526) (@odow)

Closed issues:

  • Constraints with few terms are (relatively) slow (#2817)
  • Extend add_to_expression! for NonlinearExpr (#3505)
  • Drop zeros for nonlinear functions (#3510)
  • Update location of 'database called multi.sqlite' for tutorial 'The multi-commodity flow problem' (#3511)
  • Constraints with broadcasting operators hang with tags (#3514)
  • Make VariableNotOwned error more explanatory (#3517)
  • More Parameter woes (#3523)