Releases: qoco-org/qoco-python
Releases · qoco-org/qoco-python
v0.2.1
Made qoco + cuda backend run fully on the GPU: qoco-org/qoco#39
v0.2.0
Added cuda backend for linear system solve: qoco-org/qoco#31
v0.1.6
Fixed inefficiency in regularization that dramatically increased setup time for large QPs: qoco-org/qoco#7
v0.1.5
- Fix unused variable warning
- Fix update data functions
- Fix edge case in exact linesearch
v0.1.4
Added Windows support qoco-org/qoco#4 and #1
v0.1.3
- Fixed the way relative gap error was computed
v0.1.2
Does linesearch on s and z directly in iterate update rather than on lambda.
This saves two NT multiply computations.
v0.1.1
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