Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@vineetbansal vineetbansal released this 08 May 16:16
· 3 commits to master since this release
a8b8eae

This version fixes a bug and adds a feature.

  • When using numpy>=2 along with <solver>.setup() without specifying either P or A (i.e. letting the solver infer values for P or A), users would have encountered an AttributeError in numpy. This is now fixed. (Issue 177)

  • Certificates of infeasibility prim_inf_cert and dual_inf_cert are now returned as additional attributes of the <solver>.solve() invocation (all previously returned attributes are preserved). This functionality existed in pre-1.0 versions of the osqp python wrappers. (Issue 174)

Thanks @stephane-caron