Skip to content

build(deps): bump cvxpy from 1.6.6 to 1.7.1 in /requirements #1253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps cvxpy from 1.6.6 to 1.7.1.

Release notes

Sourced from cvxpy's releases.

v1.7.1

Patch notes 1.7.1

This is a micro patch release which fixes two bugs from the 1.7.0 release.

Link Type 1.7.x Comment
#2862 Bug Fix
#2864 Bug Fix

Bug fixes

  • Update SciPy dependency to >= 1.13.0
  • Fix issue with scalar boolean variables

v1.7.0

CVXPY 1.7

This release is consistent with our semantic versioning guarantee. It comes packed with many new features, bug fixes, and performance improvements.

This version of CVXPY supports Python 3.9 through 3.13. While working on the next release, we continue to officially support CVXPY 1.6.

New GPU solvers

CVXPY begins supporting GPU solvers in this release. The following solvers are supported:

MPAX runs on a GPU device specified by the JAX environment. MPAX, cuOpt, and CuClarabel are new solver interfaces that can be used with CVXPY. SCS has a new backend based on cuDSS that can be used through the existing SCS interface.

Sparse array support

SciPy is deprecating the sparse matrix API in favor of sparse arrays. See the migration guide here.

CVXPY 1.7 supports the new sparse array API but continues to support the sparse matrix API for backwards compatibility.

Update on reshape order

In CVXPY 1.6, we began raising warnings for the default reshape order being Fortran ('F'), which differs from NumPy's default order ('C'). We also mentioned that we would raise an error if the order was not specified in CVXPY 1.7, and switch the default order to 'C' in CVXPY 1.8. However, we have decided to postpone these changes to CVXPY 2.0, the next major release. We believe that raising errors could break existing code and cause confusion among users. We encourage users to continue explicitly specifying the order when using reshape, vec, and flatten atoms.

New features

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.6.6 to 1.7.1.
- [Release notes](https://github.com/cvxpy/cvxpy/releases)
- [Commits](cvxpy/cvxpy@v1.6.6...v1.7.1)

---
updated-dependencies:
- dependency-name: cvxpy
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 29, 2025
@AtsushiSakai AtsushiSakai merged commit 7e8fbfb into master Jul 30, 2025
8 checks passed
@AtsushiSakai AtsushiSakai deleted the dependabot/pip/requirements/cvxpy-1.7.1 branch July 30, 2025 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant