Parth Nobel

Results 121 comments of Parth Nobel

> I think we should! Let's make sure to mark these bumps as "PR no backport needed" so that 1.7.x can still provide wheels for py3.10 and support for numpy...

I'll do a review once the tests are fixed!

So right now __str__ gives the name of the expression and prints the form. My main concern is that when you have constant data the expression is hard to read...

For named constants, we already print the name. Are you proposing we by default name all constants? That would make code like `1 + x` print as `const1 + var2`,...

> It times out since MPAX hangs on one of the test problems. If you remove MPAX you'll see that CI does complete. We should fix that before merging this...

We definitely should. Maybe we can extract the problems and give them broken code? It's also possible we have the wrong default algorithm in our interface.

Should we just add tuple support for bounds instead?

Sorry, when do I have to set unroll=True? In the solve call?

@ZedongPeng Sorry to bother you again but I tried adding unroll=True (see the commit) and it started trying to allocate a terabyte or two of memory and subsequently crashing. Any...

@ZedongPeng All of the tests here failed: https://github.com/cvxpy/cvxpylayers/blob/ptn/jax.jit/tests/test_mpax.py