Cvxpnpl Versions Save

A Perspective-n-Points-and-Lines method.

v1.1.0

1 year ago

This release:

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

v1.0.3

3 years ago

Fixed issue with requirements file parsing specific to pypi

v1.0.2

3 years ago

Fix version parsing issue in setup.py

v1.0.1

4 years ago
  • 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

4 years ago

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.