Skip to content

Releases: osqp/osqp-r

Patch release fixing findR.cmake in cmake builds

20 Oct 16:21
4e8ef64
Compare
Choose a tag to compare

findR.cmake should really use the R_HOME to find R-related stuff and that variable should be passed on to cmake via a -D option. The original version tries to find the R executable using findProgram which will not locate R if it is installed in a non-standard location, not on default path.

Version 0.6.3.1

04 Oct 18:56
0867b78
Compare
Choose a tag to compare
  • This release still matches version 0.6.3 of osqp sources
  • Fixes a typo that caused a bug in sparse coercion (dgCMatrix in place of dtCMatrix in ensure_dtc_matrix())
  • Adds tests to check sparse coercion to be sure

Version 0.6.3

03 Oct 16:37
b5fdc02
Compare
Choose a tag to compare

v0.6.0.2

28 Oct 14:19
aeba730
Compare
Choose a tag to compare

R interface to version 0.6.0 of OSQP.

v0.6.0.3

02 Nov 23:01
8a39a40
Compare
Choose a tag to compare

R interface to version 0.6.0 of OSQP.

Fixes a minor bug related to infinite bounds when calling osqp via the R interface.

v0.6.0

04 Sep 18:51
35ccaef
Compare
Choose a tag to compare

Update to support OSQP v0.6.0