Releases: cvxgrp/diffcp
Releases · cvxgrp/diffcp
v1.1.7
Bug Fixes
- Fixed bug when
Ps=Noneis 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
Bug Fixes
- Fixed
M_operatortype 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