William Zijie Zhang
William Zijie Zhang
Hello @skoudoro thanks for opening this issue. I believe cvxpy has already added the ruff rule ``NPY201`` mentioned in the NumPy docs. I will try testing against the main branch...
Some updates on this. I tried testing with Numpy 2.0 but I also get the following error: ``` import _cvxcore RuntimeError: module compiled against ABI version 0x1000009 but this version...
> @Transurgeon did you try deleting artifacts before installing cvxpy locally? No, I am not sure what artefacts are and where to delete them. Also when I'm installing cvxpy locally,...
@skoudoro Some more updates. I was able to generate wheels for cvxpy with the nightly version of NumPy and SciPy (see my PR linked above). However, it seems like the...
I tried to follow the steps outlined in the NumPy migration guide, but could have certainly missed some steps. I think the next steps for this would be to update...
@PTNobel @SteveDiamond @rileyjmurray I propose that we first merge this PR without the changes to the``pyproject.toml`` setup file, that way the CI will pass and we can figure out later...
Ok, I just reverted the changes to ``pyproject.toml``. CI failure seems to be unrelated to the PR.
> Upgrading to Swig 4.1.1 was quite intentional. I don't think we should backout #2273 Sorry, I wasn't aware of that PR. I just tried rebuilding cvxpy with numpy 2.0,...
@PTNobel could you have another look at this PR please? I managed to install the newest swig version and regenerated the cvxcore wrap file (it is now version 4.2.1). I...
Hey @eriknw thank you for raising this issue! I just wanted to reference some recent work that is ongoing in the scipy repo: https://github.com/scipy/scipy/issues/21923 related to this 3d (nd) sparse...