Skip to content

v0.9.6

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 25 Oct 21:03
· 1647 commits to master since this release
v0.9.6

v0.9.6 (2019-10-25)

Diff since v0.9.5

Closed issues:

  • Error when trying to get RawSolver() attribute with Gurobi & OSQP (#926)
  • Complementarity constraint (#771)
  • Refactor Bridges for style and readability (#585)

Merged pull requests:

  • Throw InvalidIndex when getting function/set (#932) (blegat)
  • Add bounds to dependencies (#931) (blegat)
  • NEWS for v0.9.6 (#930) (blegat)
  • Testing constant term in indicator constraint (#929) (matbesancon)
  • No index mapping nor substitution for ModelLike (#928) (blegat)
  • Typo fix: constraint variables -> constrained variables (#927) (blegat)
  • Add support for starting values for functionize bridges (#923) (blegat)
  • Add dual_objective_value option to config (#922) (blegat)
  • Add InvalidIndex tests in basic_constraint_tests (#921) (blegat)
  • Add variable indices context to variable bridges (#920) (blegat)
  • Add complementarity constraints (#913) (odow)