William Zijie Zhang
William Zijie Zhang
we support cp.concatenate which should cover what you expect from np.stack? Although I am not sure of the exact API. Let me know if it works! Otherwise we can definitely...
thanks for providing the examples! This is definitely something we should start supporting. Also we should certainly improve the behavior of bmat to work with arbitrary number of dimensions.
@ClayCampaigne thanks for the PR, will close this issue now.
this experiment didn't really work out, but was still quite valuable for learning about the canonicalization process.
yea it could be the browser, I am not getting this on chrome, but definitely noticed some issues with it on my other laptop that has firefox.
we generally don't support dtype parameters for cvxpy expressions (for example, the numerical values of variables are numpy arrays, which you could change its dtype after the problem has been...
It seems to be only for macOS that is still in 1.5.x, see [here](https://anaconda.org/conda-forge/cvxpy). We will investigate
linking the issue from cvxpy-feedstock https://github.com/conda-forge/cvxpy-feedstock/issues/98. for future reference.
@RoyiAvital this issue should be fixed, thanks for bringing it to our attention!
we had this PR https://github.com/cvxpy/cvxpy/pull/2411 fix the deprecation of ``.A`` but forgot to edit the examples using it.