Skip to content

Releases: osqp/qdldl

v0.1.7

04 Apr 22:06
df48100
Compare
Choose a tag to compare
  • Use the correct CMake variable for longs during compilation.
  • Use the correct CMake variable for longs during CI Testing.

v0.1.6

20 Jun 18:21
29d1404
Compare
Choose a tag to compare
  • Export the version number in CMake and in preprocessor macros #33 .
  • Add CMake options to enable/disable building the shared/static libraries and demo executable #38 .
  • Add symbol visibility information to the public API and build a Windows import library #36 .
  • Rename all CMake options to have a QDLDL_ prefix #45, e.g.
    • DFLOAT -> QDLDL_FLOAT
    • DLONG -> QDLDL_LONG
    • UNITTESTS -> QDLDL_UNITTESTS

v0.1.5

07 Aug 04:45
7d16b70
Compare
Choose a tag to compare

Reduce memory access in solver loops: #30

v0.1.4

06 Sep 22:11
12d56ee
Compare
Choose a tag to compare
  • Fix to cmake when building qdldl::qdldlstatic
  • Fix to overflow issue when factoring very large matrices

0.1.3

08 Nov 15:28
b145d78
Compare
Choose a tag to compare
  • Julia implementation supports logical factorisation.
  • Changed QDLDL_bool to be unsigned char everywhere, except for the Julia examples where it is now treated as Uint8.

0.1.2

23 Jul 16:22
Compare
Choose a tag to compare
  • Various cmake improvements.
  • Added pure Julia implementation.

0.1.1

23 Jul 16:23
2f1447f
Compare
Choose a tag to compare
  • Fixed behaviour when data in A does not appear
    sequentially within each column.
  • Additional unit tests for non-sequential columns.
  • Types can be defined through cmake.

0.1.0

16 Jul 19:33
Compare
Choose a tag to compare

First release