Parth Nobel
Parth Nobel
Is there an elegant way to overload cp.power to choose between `cp.power(b: cp.Constant | cp.Parameter, x: cp.Variable)` and `cp.power(x: cp.Variable, p: cp.Constant | cp.Parameter)`? (types aren't correct since obviously we'd...
Obviously this proposal breaks all code with an ```python assert type(cp.power) is type ``` and that might be considered a violation of SemVer? I'm not sure what our public API...
I guess my question is: am I required to maintain the type assertion by our SemVer rules? Python+SemVer always confuses me since I'm never sure what's part of the API...
Was this fixed by #2061 ? Should this be closed?
Hey Hailiang, can you provide some more justification for why solver_verbose is needed? I think of the CVXPY verbosity as not very long or impactful on runtime.
Alright, i need to email the NumPy mailing list, since they think we are having an XY problem. I'll try and do so this weekend?
@phschiele @SteveDiamond can one of you help me figure out what is going on with pytest? I'm very confused.
Okay, I think that this is ready to merge @phschiele @SteveDiamond
1. I don't think scalar_product is a better name. I think the vdot name makes more sense. 2. My soft preference is to mirror the NumPy API. 3. I would...
Should we add torch as an optional dependency?