William Zijie Zhang

Results 160 comments of William Zijie Zhang

> 3.13 is out now so we could try and just not worry about rcs for now The CI is getting this error when trying to setup python3.13. That's why...

ok I just tried building wheels with python3.13 on my local and it seems to work! Will try to rerun CI to see if it works now by any chance.

Getting an OSQP compatibility error now (conda issue seems to be fixed). Should we open an issue on their repo at some point (this is not definitely urgent though)? ```bash...

wow all the CI is finally passing! To summarize, there was an OSQP compatibility issue, then I had to refactor the installation dependencies once again to add cases for py313.

NVM all the CI are failing, looks like a COPT issue?

unfortunately it won't be as easy. There are lots of other things that would need to be added to support this. Why exactly do you want to set a parameter...

Hey @carlosgmartin I just read a bit about this and found that JAX arrays implement the [array interface protocol](https://numpy.org/devdocs/reference/arrays.interface.html) standardized by NumPy. See [here](https://numpy.org/devdocs/user/basics.interoperability.html) for more details on interoperability with...

One issue I see with adding Jax as a cvxpy interface is that the bottleneck might be pushed down to solvers, which will require scipy sparse matrices as input, so...

Hey @jaquilio , is this error still persisting? I am not too familiar with the conda-forge process of installing cvxpy, but I can check if it's up-to-date. Unfortunately, if the...

Thank you for pointing us to this issue @jonathanberthias , I really like the idea that was proposed and will think more about it. @SteveDiamond should we reopen the issue...