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](https://pypi.org/project/osqp/1.0.0/#files). 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.