Skip to content

Releases: cvxgrp/scs

v3.2.3

05 Apr 08:21
f0c2334
Compare
Choose a tag to compare
  1. Exponential cone projection now about 50x faster!
  2. GPU version working again!
  3. More testing.

v3.2.0

21 Feb 10:58
Compare
Choose a tag to compare

Return ability to reuse workspace and update problem parameters.

v3.1.0

16 Jan 21:03
Compare
Choose a tag to compare

Mostly under the hood refactoring and cleanup.

v3.0.0

05 Oct 12:05
Compare
Choose a tag to compare

SCS 3.0 release. Some features:

  1. Add support for quadratic objectives.
  2. Add support for the box cone.
  3. Improve reliability and robustness of acceleration.
  4. Improve PSD cone projection.
  5. Adapt the scale parameter on the fly.
  6. Many under the hood stability and speed improvements.

v2.1.4

07 Sep 11:52
Compare
Choose a tag to compare

Release 2.1.4.

v2.1.3

12 Apr 08:56
Compare
Choose a tag to compare

Improved GPU indirect solver.

v2.1.2

21 Jul 16:56
4ed6c2a
Compare
Choose a tag to compare

Bump to version 2.1.2.

2.1.1

08 Jul 19:12
Compare
Choose a tag to compare
bump to 2.1.1

v2.0.2

30 Nov 23:04
Compare
Choose a tag to compare

Adds SCS() macro which adds scs_ prefix by default to all public functions. Various Windows fixes.

v2.0.0

27 Nov 10:57
Compare
Choose a tag to compare

Release SCS 2.0.0. This includes several changes, most notably:

  • Add an acceleration outer loop, this dramatically improves performance on most problems (that we tested).
  • Acceleration requires LAPACK, so this is now linked against by default (instead of optionally as before).
  • Since acceleration improves performance we have tightened to default tolerance from 1e-3 -> 1e-5, and also increased the default max number of iterations from 2500 -> 5000.
  • Break out the interfaces for other languages to different repos.
  • Add some C testing capabilities.
  • Some internal renaming of functions and variables