Skip to content

Releases: cvxpy/cvxpy

v1.3.4

19 Apr 16:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.4.3

16 Apr 21:15
Compare
Choose a tag to compare

This is a patch release for 1.4. The patch includes a variety of fixes:

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

19 Jan 04:14
Compare
Choose a tag to compare

This is a patch release for 1.4. The patch includes a variety of fixes:

SCIP return solution if [total]nodelimit hit (#2279)
Update swig autogenerated files to swig 4.1.1 (#2273)
Update contributing docs to reflect usage of ruff over flake8/isort (#2302)
Change some O(n) lookups in scip_conif.py to O(1) (#2313)
Avoid sparse matrix multiply for identity matrix (#2315)
Restore Mosek 9 compatibility (#2325)
Reformatting the installation page (#2268)
Updating NAG website links in doc (#2299)
Fix Gurobi interface issues (#2300)
Use new NumPy API (#2319)
Fixing links to cvx_short_course (#2264)

v1.4.1

12 Oct 20:38
Compare
Choose a tag to compare

This is a patch release for 1.4. The patch includes fixes from several contributors:

@goulart-paul Change conic solver preference order (#2259)
@maxschaller Include use_quad_obj in cache (#2262)

v1.4.0

10 Oct 00:15
Compare
Choose a tag to compare

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.8 through 3.12, and is our first release that supports Python 3.12. While working on the next release, we continue to officially support CVXPY 1.3 and 1.4.

New features

  • New atom: convolve
  • New atom: mean
  • New atom: outer
  • New atom: ptp
  • New atom: std
  • New atom: var
  • New atom: vec_to_upper_tri
  • Adds methods to CVXPY expressions that are found on NumPy ndarrays such as .sum(), .max(), and .mean()
  • New solver interface: PIQP
  • Adds SDP support to the Clarabel interface
  • Added support for OR-Tools 9.7
  • Removed support for OR-Tools 9.4
  • PowerConeND now supports extracting its dual variables
  • reshape now supports using -1 as a dimension, with the same meaning it has in NumPy
  • Indexing CVXPY expressions with floats now raises an appropriate error
  • Clearer error messages for a number of common errors
  • The perspective atom now supports s=0
  • Performance improvements in the SCIPY backend
  • Performance improvements in canonicalizing parameterized QPs
  • Performance improvements for quadratic forms with sparse matrices
  • Greater support for static typing

ECOS deprecation

CVXPY has used ECOS as the default solver for many years; however, it has known issues with performance and numerical stability in edge cases. Recently, a new solver, Clarabel, that improves the algorithm and implementation of ECOS has been under development.

In 1.5, CVXPY plans to start using Clarabel instead of ECOS by default for some categories of problems. In 1.6, we plan to no longer install ECOS as a CVXPY dependency. We have no plans to remove support for calling ECOS as a solver. As part of this transition, in 1.4 CVXPY will raise a warning whenever ECOS is called by default. We encourage you to try and use Clarabel instead, but if you're dependent on ECOS's exact behavior please explicitly specify it as a solver.

conv deprecation

The CVXPY atom conv is inconsistent with NumPy's convolve functions. We are deprecating it, but have no plans to remove it in the short term. We encourage all users to use the CVXPY atom convolve instead.

NonPos deprecation

The NonPos cone uses the opposite dual variable sign convention as the rest of the CVXPY cones and a constraint of NonPos(expr) is the same as a constraint on NonNeg(-expr). We are deprecating NonPos, but have no plans to remove it in the short term. We encourage users to switch to using NonNeg.

Contributors

This release would not have been possible without the contributions of many CVXPY users and developers. Across 29 contributors and 116 PRs, we would like to thank the following people for their contributions to this release (in alphabetical order):

Special shoutout to our Google Summer of Code interns @aryamanjeendgar and @Transurgeon!

v1.2.5

08 Aug 22:06
Compare
Choose a tag to compare

This is a patch release for 1.2. The patch includes fixes from many contributors:

v1.1.24

09 Aug 06:54
Compare
Choose a tag to compare

This is a patch release for 1.1. The patch includes fixes from many contributors:

v1.3.2

27 Jun 08:22
Compare
Choose a tag to compare

This is a patch release for 1.3. The patch includes fixes from many contributors:

v1.2.4

23 Mar 20:48
Compare
Choose a tag to compare

This is a patch release for 1.2. The patch includes fixes from many contributors:

@SteveDiamond Fix cvxpy base deployment #2071
@Transurgeon Typo fix in documentation #2044
@SteveDiamond Fix Mosek power cone #2043
@aszekMosek Clean up Mosek parameter settings #2029
@jlchen0 Fix p-norm issue with DGP problems #2028
@SteveDiamond Unpin setuptools #2022
@samuel-adekunle Update atomic functions docs #2016
@phschiele Build wheels on push #2008
@SteveDiamond Fix issue with matrix multiplication involving quad #2067
@PTNobel Adds error on floats as indices #2058
@rileyjmurray Remove ill-posed xexp test case #2001
@h-vetinari Fixes for 1.3.0 #1998

v1.1.23

23 Mar 22:33
Compare
Choose a tag to compare

This is a patch release for 1.1. The patch includes fixes from many contributors:

@SteveDiamond Fix cvxpy base deployment #2071
@Transurgeon Typo fix in documentation #2044
@SteveDiamond Fix Mosek power cone #2043
@aszekMosek Clean up Mosek parameter settings #2029
@jlchen0 Fix p-norm issue with DGP problems #2028
@SteveDiamond Unpin setuptools #2022
@samuel-adekunle Update atomic functions docs #2016
@phschiele Build wheels on push #2008
@SteveDiamond Fix issue with matrix multiplication involving quad #2067
@PTNobel Adds error on floats as indices #2058
@h-vetinari Fixes for 1.3.0 #1998