Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 21:41
0a09ea3

What's Changed

Breaking:

  • Some functions and #defines with to general names have been renamed with a prefix daqp to avoid conflicts.
  • The field problem_type has been added in the DAQPProblem struct to add extra information about the problem (for example, if the problem should be interpreted as an AVI, or if the passed matrix H already contains a packed Cholesky factorization.) Old code that does not set this field to the default type (problem_type=0), might result in errors.

New Contributors

Full Changelog: v0.7.2...v0.8.0