v1.0.0
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
andwarm_starting
as setting parameters in wrapper, even tough the oldpolish
andwarm_start
are also supported for now. - Added some more examples in the
examples/
folder.