Skip to content

v0.9.2

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 08 Sep 07:44
· 1715 commits to master since this release
v0.9.2

v0.9.2 (2019-09-05)

Diff since v0.9.1

Closed issues:

  • Optimizer printing is too verbose (#862)
  • map_indices(, ::MOI.NLPBlockData) is wrong (#849)
  • conic QP primal-dual form (#828)
  • SOCtoRSOCBridge and disable SOCtoPSDBridge (#637)
  • Objective function bridge (#529)

Merged pull requests:

  • Fix Variable/rsoc_to_psd for dimension 2 (#869) (blegat)
  • Add NormOneCone and NormInfinityCone to doc (#857) (blegat)
  • Fix Allocate-Load copy for single variable constraints (#856) (blegat)
  • Generalize tests for contlinear (#855) (ericphanson)
  • Dual program for QPs (#829) (blegat)
  • Add SOCRBridge and disable SOCtoPSDBridge (#751) (blegat)
  • Add more objective bridges docs and tests (#872) (blegat)
  • Fill NEWS for MOI v0.9.2 (#871) (blegat)
  • Test that added_... is implemented for concrete types and warn if typ… (#870) (blegat)
  • Define objective bridge and objective map (#867) (blegat)
  • Add Variable.SOCtoRSOCBridge (#865) (blegat)
  • Make ModelLike printing less verbose (#864) (ericphanson)
  • Fix supports_constraint for Semiinteger and Semicontinuous and supports for ObjectiveFunction (#859) (blegat)
  • Add Objective bridges (#789) (blegat)