Skip to content

Releases: cvxgrp/diffcp

v1.1.7

23 Jan 22:45

Choose a tag to compare

Bug Fixes

  • Fixed bug when Ps=None is passed to solver
  • Fixed Clarabel PSD cone permutation for problems with multiple PSD cones (#77)
    • Corrected row increment calculation for vectorized PSD representation
    • Added inverse permutation to convert solutions from Clarabel upper-triangular to SCS lower-triangular convention

v1.1.6

23 Jan 22:45

Choose a tag to compare

Bug Fixes

  • Fixed M_operator type error
  • Fixed ECOS interface compatibility

Internal Changes

  • Switched to src-layout for proper package structure and test imports
  • Improved CI pipeline: tests now run before building wheels
  • Added cmake/ninja as build dependencies for C++ compilation

v1.1.5

29 Dec 20:38

Choose a tag to compare

Changes

  • Fix scipy format (#76)
  • Merge LPGD into diffcp (#67)
  • Fix PSD Constraint Ordering for Clarabel (#73)
  • Fix: update the toy example in README.md (#74)

🤖 Generated with Claude Code

v1.1.0

09 Nov 19:22

Choose a tag to compare

  • Adds Clarabel support
  • Adds support for forward-only evaluation