cvxgrp / cvxpygen

Code generation with CVXPY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression with latest upgrade to cvxpy 1.4.0

zdryan opened this issue · comments

- cvxpy>=1.3

It appears as though the latest bump to cvxpy (1.3.2 -> 1.4.0) has introduced a regression in cvxpygen (tested on v0.2.3) (presumably due to use of its non-public API). In my particular case this manifests as a problem always being dual infeasible (where previously the osqp backend would solve successfully).

Would cvxpygen be open to pinning the cvxpy dependency to an exact version to avoid problems such as these (on new cvxpy releases)?

To circumvent this issue - I have simply pinned both cvxpy & cvxpygen explicitly.

Hey zdryan, can you share more info on this problem? Such as a minimized example?

Thanks @zdryan, this is fixed in version 0.3.0, also see #30