Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
osqp-v0.6.3-macOS.tar.gz | 2023-05-25 | 121.6 kB | |
osqp-v0.6.3-src.tar.gz | 2023-05-25 | 1.1 MB | |
osqp-v0.6.3-Linux.tar.gz | 2023-05-25 | 128.6 kB | |
osqp-v0.6.3-Windows.tar.gz | 2023-05-25 | 149.8 kB | |
0.6.3 source code.tar.gz | 2023-05-25 | 3.3 MB | |
0.6.3 source code.zip | 2023-05-25 | 3.4 MB | |
README.md | 2023-05-25 | 501 Bytes | |
Totals: 7 Items | 8.2 MB | 0 |
- Fix MKL function prototypes (required for CRAN compilation) (PR https://github.com/osqp/osqp/pull/487)
- Use a constant interval for adaptive rho when in embedded=2 mode (PR https://github.com/osqp/osqp/pull/347)
- Include version.h in the OSQP installed headers (Fixes https://github.com/osqp/osqp/issues/323)
- Switch unit testing to use Catch2
- Switch to GitHub actions CI system
- Switched binary distribution from bintray to GitHub releases
- Various documentation fixes and improvements