Skip to content

1.11.0

Compare
Choose a tag to compare
@peterwittek peterwittek released this 23 Jun 19:41
· 62 commits to master since this release
  • New: Experimental new parallel computation of the moment matrix and the constraints.
  • New: CVXPY conversion with convert_to_cvxpy. CVXPY is now also a valid solver.
  • New: The method get_dual returns the block in the dual solution corresponding to the requested constraint.
  • Changed: Deprecated optional parameter bounds was removed.
  • Fixed: Moments are correctly returned even if equalities are removed.
  • Fixed: Constants in PICOS conversion are added correctly irrespective of where they are in the matrices.
  • Fixed: PICOS conversion handles feasibility problems correctly.
  • Fixed: The optional parameter removeequalities=True handles equalities of SDP variables correctly.