adding some template code from before and adding tests#56
Open
Transurgeon wants to merge 9 commits intomasterfrom
Open
adding some template code from before and adding tests#56Transurgeon wants to merge 9 commits intomasterfrom
Transurgeon wants to merge 9 commits intomasterfrom
Conversation
…cvxpy#2496) * updating numpy dependency to 1.20 and removing support for python 3.8 in CI * updating fixed numpy dependency in install * updating dependencies in README as well * updating version in docs as well * updating sonar properties python version as well * updating scipy version as well * fixing weird issue with string representation of shapes being np.int32(n) instead of just n * fixing issue with division by zero by using numpy.divmod * reverting sonar python version since builds are failing * trying again to remove sonar python3.8 --------- Co-authored-by: William Zijie Zhang <willizz@Williams-MacBook-Pro.local> Co-authored-by: Transurgeon <peter.zijie@gmail.com>
…xpy#2488) * adding changes to the shapes util file * updating tests for both sum and mul to use hypothesis broadcasting rules * Deal with NumPy 2.0 compatibility breaker in gurobi interface (cvxpy#2484) * Remove NumPy 2.0 incompatibility * Update cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py --------- Co-authored-by: Philipp Schiele <44360364+phschiele@users.noreply.github.com> * adding hypothesis dependency for testing (cvxpy#2487) * adding hypothesis dependency for testing * adding hypothesis to dependencies in CI --------- Co-authored-by: William Zijie Zhang <willizz@Williams-MacBook-Pro.local> * Fix broken citation URL in README.md (cvxpy#2490) * adding space after test class, mainly to retrigger CI * removing empty line change: --------- Co-authored-by: William Zijie Zhang <willizz@Williams-MacBook-Pro.local> Co-authored-by: William Zijie Zhang <willizz@Williams-MBP.attlocal.net> Co-authored-by: Robert Luce <2168992+rluce@users.noreply.github.com> Co-authored-by: Philipp Schiele <44360364+phschiele@users.noreply.github.com> Co-authored-by: Alexander C <48217309+alexandercarruthers@users.noreply.github.com>
… seems to work out nicely
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.