diff options
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r-- | packages/base/CHANGELOG | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index c3e118c..0336a28 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG | |||
@@ -1,21 +1,25 @@ | |||
1 | 0.17.0.0 | 1 | 0.17.0.0 |
2 | -------- | 2 | -------- |
3 | 3 | ||
4 | * improved matrix extraction using vectors of indexes (??) | 4 | * improved matrix extraction (??) and rectangular matrix slices without data copy |
5 | 5 | ||
6 | * basic support of Int32 and Int64 elements | 6 | * basic support of Int32 and Int64 elements |
7 | 7 | ||
8 | * remap, more general cond | 8 | * remap, more general cond, sortIndex |
9 | 9 | ||
10 | * experimental support of type safe modular arithmetic, including linear | 10 | * experimental support of type safe modular arithmetic, including linear |
11 | systems and lu factorization | 11 | systems and lu factorization |
12 | 12 | ||
13 | * elementary row operations in ST monad | 13 | * elementary row operations and inplace matrix slice products in the ST monad |
14 | 14 | ||
15 | * old compatibility modules removed | 15 | * Improved development tools. |
16 | |||
17 | * old compatibility modules removed, simpler organization of internal modules | ||
16 | 18 | ||
17 | * unitary, pairwiseD2, tr' | 19 | * unitary, pairwiseD2, tr' |
18 | 20 | ||
21 | * ldlPacked, ldlSolve | ||
22 | |||
19 | 0.16.1.0 | 23 | 0.16.1.0 |
20 | -------- | 24 | -------- |
21 | 25 | ||