Skip to content

Commit

Permalink
Merge c79876a into bc09f4c
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jun 20, 2022
2 parents bc09f4c + c79876a commit 3e28cf6
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
Version 0.1.6 (20 June 2022)
---------------------------------
* Export the version number in CMake and in preprocessor macros.
* Add CMake options to enable/disable building the shared/static libraries and demo executable.
* Add symbol visibility information to the public API and build a Windows import library.
* Rename all CMake options to have a `QDLDL_` prefix, e.g.
* `DFLOAT` -> `QDLDL_FLOAT`
* `DLONG` -> `QDLDL_LONG`
* `UNITTESTS` -> `QDLDL_UNITTESTS`


Version 0.1.5 (7 August 2020)
---------------------------------
* Reduce the amount of memory access in each iteration of the solver loops.


Version 0.1.4 (6 September 2019)
---------------------------------
* Fix to cmake when building `qdldl::qdldlstatic`
* Fix to overflow issue when factoring very large matrices
* Fix to cmake when building `qdldl::qdldlstatic`.
* Fix to overflow issue when factoring very large matrices.


Version 0.1.3 (11 September 2018)
----------------------------------
Expand Down

0 comments on commit 3e28cf6

Please sign in to comment.