Skip to content

Releases: qoco-org/qoco-python

v0.2.1

24 Dec 00:02

Choose a tag to compare

Made qoco + cuda backend run fully on the GPU: qoco-org/qoco#39

v0.2.0

09 Dec 01:29
94aa69e

Choose a tag to compare

Added cuda backend for linear system solve: qoco-org/qoco#31

v0.1.6

04 Aug 00:44

Choose a tag to compare

Fixed inefficiency in regularization that dramatically increased setup time for large QPs: qoco-org/qoco#7

v0.1.5

08 Apr 23:32
533613a

Choose a tag to compare

  • Fix unused variable warning
  • Fix update data functions
  • Fix edge case in exact linesearch

v0.1.4

19 Mar 22:32

Choose a tag to compare

Added Windows support qoco-org/qoco#4 and #1

v0.1.3

14 Feb 01:58

Choose a tag to compare

  • Fixed the way relative gap error was computed

v0.1.2

10 Feb 03:45

Choose a tag to compare

Does linesearch on s and z directly in iterate update rather than on lambda.
This saves two NT multiply computations.

v0.1.1

19 Jan 04:03
4697b22

Choose a tag to compare

Second release of qoco-python. Split off code generation tool into qocogen.

Full Changelog: https://github.com/qoco-org/qoco-python/commits/v0.1.1