Closed cuihantao closed 2 years ago
MWE:
from kvxopt import spdiag, matrix c = spdiag(matrix(range(1,1000))) c[0:10000:30]
Segfaults on Python 3.9.7 on Ubuntu 20.04. KVXOPT version is 1.2.7.3. The code works fine with CVXOPT 1.2.7.
Let me take a look. The same happens in OSx and Python 3.9.9
Hi,
Kvxopt 1.2.7.4 (just released) includes the fix.
MWE:
Segfaults on Python 3.9.7 on Ubuntu 20.04. KVXOPT version is 1.2.7.3. The code works fine with CVXOPT 1.2.7.