Skip to content

v0.9.3

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 20 Sep 15:37
· 1734 commits to master since this release
v0.9.3

v0.9.3 (2019-09-20)

Diff since v0.9.2

Closed issues:

  • Fix ListOfConstraints in MOIU.Model (#879)
  • Explicit float64 assumption in /Bridges/Constraint/rsoc.jl (#876)
  • Add MOI tests for DualExponentialCone and DualPowerCone Problems (#868)
  • Allocate load problem with constrained variables (#875)
  • outdated discussion on variable bounds (#874)
  • Ambiguous methods for supports_constraint (#854)

Merged pull requests:

  • Implement get for function and set for geomean bridge (#888) (blegat)
  • Add more comprehensive tests for names (#882) (odow)
  • Fix missing sets from ListOfSupportedConstraints (#880) (odow)
  • Remove some Float64 assumptions (#878) (ericphanson)
  • DualExponentialCone and DualPowerCone (#873) (guilhermebodin)
  • NEWS for v0.9.3 (#894) (blegat)
  • SUPPORTED_SCALAR_SET -> SUPPORTED_VARIABLE_SCALAR_SET (#893) (blegat)
  • Fix method ambiguity detected by Julia v1.3 (#891) (blegat)
  • Automatic selection of Constraint.FunctionizeBridge (#889) (blegat)
  • Fix == for sets with mutable fields (#887) (blegat)
  • Fix copy with VectorOfVariables with duplicate indices (#886) (blegat)
  • Update doc for SingleVariable indices and bridges (#885) (blegat)
  • Add extension dictionary to MOIU.Model (#884) (odow)
  • Add tests for SingleVariable duals (#883) (odow)