maml
maml copied to clipboard
Bump cvxpy from 1.4.1 to 1.4.2
Bumps cvxpy from 1.4.1 to 1.4.2.
Release notes
Sourced from cvxpy's releases.
v1.4.2
This is a patch release for 1.4. The patch includes a variety of fixes:
SCIP return solution if [total]nodelimit hit (cvxpy/cvxpy#2279) Update swig autogenerated files to swig 4.1.1 (cvxpy/cvxpy#2273) Update contributing docs to reflect usage of ruff over flake8/isort (cvxpy/cvxpy#2302) Change some O(n) lookups in scip_conif.py to O(1) (cvxpy/cvxpy#2313) Avoid sparse matrix multiply for identity matrix (cvxpy/cvxpy#2315) Restore Mosek 9 compatibility (cvxpy/cvxpy#2325) Reformatting the installation page (cvxpy/cvxpy#2268) Updating NAG website links in doc (cvxpy/cvxpy#2299) Fix Gurobi interface issues (cvxpy/cvxpy#2300) Use new NumPy API (cvxpy/cvxpy#2319) Fixing links to cvx_short_course (cvxpy/cvxpy#2264)
Commits
5d1416b
release 1.4.2209eff3
Merge branch 'release/1.4.x' of github.com:cvxpy/cvxpy into release/1.4.x8333289
Patch 1.4.2 (#2327)ef3cb43
Restore Mosek 9 compatibility (#2325)bb1631b
avoid sparse matrix multiply for identity matrix (#2315)92926f4
change some O(n) lookups in scip_conif.py to O(1) (#2313)bdbdfec
update contributing docs to reflect usage of ruff over flake8/isort (#2302)a0bfdb6
Update swig autogenerated files to swig 4.1.1 (#2273)95f008c
SCIP return solution if [total]nodelimit hit (#2279)2ed5c6d
Fixing links to cvx_short_course (#2264)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
753518e
) 66.92% compared to head (baa027a
) 66.86%.
Additional details and impacted files
@@ Coverage Diff @@
## master #595 +/- ##
==========================================
- Coverage 66.92% 66.86% -0.06%
==========================================
Files 68 68
Lines 5209 5209
==========================================
- Hits 3486 3483 -3
- Misses 1723 1726 +3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.