Skip to content

Releases: cvxgrp/scs

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

v1.2.6

28 Apr 17:42
Compare
Choose a tag to compare
bump version to 1.2.6 for pip release

v1.2.2

18 Feb 20:26
Compare
Choose a tag to compare
bump to 1.2.2 for pip update

v1.2.0

03 Jan 09:43
Compare
Choose a tag to compare
bump to v 1.2.0

v1.1.9

01 Jan 21:03
Compare
Choose a tag to compare

No longer use nvcc to compile GPU code.
Remove static timers for muti-threading.

Now with GPU support

17 Oct 14:52
Compare
Choose a tag to compare
v1.1.8

bumpversion to 1.1.8 due to gpu addition

v1.1.7

14 Oct 20:00
Compare
Choose a tag to compare
Merge pull request #46 from rmcgibbo/zip_safe

[python] set zip safe flag to false

v1.1.5

24 Jun 16:03
Compare
Choose a tag to compare
bump to v1.1.5

v1.1.3

09 Jun 23:29
Compare
Choose a tag to compare
update bumpversion cfg