Releases: SergioRAgostinho/cvxpnpl
Releases · SergioRAgostinho/cvxpnpl
v1.1.0
v.1.0.3
Fixed issue with requirements file parsing specific to pypi
v1.0.2
Fix version parsing issue in setup.py
v1.0.1
- 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
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.