Skip to content

Releases: SergioRAgostinho/cvxpnpl

v1.1.0

19 May 09:39
v1.1.0
e20cca8
Compare
Choose a tag to compare

This release:

  • Adds support to SCS 3.x.x
  • Add type annotations to the public interface

v.1.0.3

10 May 08:58
v1.0.3
eaa5685
Compare
Choose a tag to compare

Fixed issue with requirements file parsing specific to pypi

v1.0.2

10 May 08:38
v1.0.2
3f2551a
Compare
Choose a tag to compare

Fix version parsing issue in setup.py

v1.0.1

27 Mar 12:42
907c22e
Compare
Choose a tag to compare
  • Optimized the pose composition after solution candidates are returned.
  • Add check for duality gap to validate the global optimality of the solution.

Auxiliary Code:

  • Massively refactored the benchmarks.
  • Added real data benchmarks.
  • For more info check the benchmarks page.

v1.0.0

22 Nov 16:07
521649a
Compare
Choose a tag to compare

Stripped the intermediate layer previously mediated by CVXPY and now we're directly invoking SCS. Also bumped minimum version of SCS to 2.0.0, which witnessed an increase in convergence performance.