Skip to content

v1.0.0

Compare
Choose a tag to compare
@vineetbansal vineetbansal released this 23 Mar 16:45
· 8 commits to master since this release

This version of osqp-python is built from tag 1.0.0 of osqp.

Source distributions and binary wheels for builtin algebra are available at PyPI. MKL, CUDA and Wasm32 wheels are available here on Github.

Some minor changes over 1.0.0beta4 include:

  • Not storing P/q/A/l/u matrices/vectors in the wrapper object, but passing them straight through to the underlying wrapped C code.
  • Not allowing any kwargs on update_settings that we don't recognize.
  • Using polishing and warm_starting as setting parameters in wrapper, even tough the old polish and warm_start are also supported for now.
  • Added some more examples in the examples/ folder.