We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3009f00 + 7ab0fca commit b145d78Copy full SHA for b145d78
CHANGELOG.md
@@ -1,13 +1,15 @@
1
-Unreleased
2
------------------------------
+Version 0.1.3 (11 September 2018)
+----------------------------------
3
* Julia implementation supports logical factorisation.
4
+* Changed `QDLDL_bool` to be unsigned char everywhere, except for the Julia examples where it is now treated as `Uint8`.
5
6
7
Version 0.1.2 (23 July 2018)
8
-----------------------------
9
* Various cmake improvements.
10
* Added pure Julia implementation.
11
12
+
13
Version 0.1.1 (19 July 2018)
14
15
* Fixed behaviour when data in A does not appear
0 commit comments