Skip to content

Releases: cvxgrp/scs

v2.1.2

21 Jul 16:56
4ed6c2a

Choose a tag to compare

Bump to version 2.1.2.

2.1.1

08 Jul 19:12

Choose a tag to compare

bump to 2.1.1

v2.0.2

30 Nov 23:04

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

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

Choose a tag to compare

bump version to 1.2.6 for pip release

v1.2.2

18 Feb 20:26

Choose a tag to compare

bump to 1.2.2 for pip update

v1.2.0

03 Jan 09:43

Choose a tag to compare

bump to v 1.2.0

v1.1.9

01 Jan 21:03

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

Choose a tag to compare

v1.1.8

bumpversion to 1.1.8 due to gpu addition

v1.1.7

14 Oct 20:00

Choose a tag to compare

Merge pull request #46 from rmcgibbo/zip_safe

[python] set zip safe flag to false