diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ | |||
1 | 0.15.0.0 | ||
2 | -------- | ||
3 | |||
4 | - Data.Packed.Foreign (additional FFI helpers) | ||
5 | |||
6 | - NFData instance of Matrix | ||
7 | |||
8 | - Unidimensional root finding | ||
9 | |||
10 | - In Numeric.LinearAlgebra.Util: | ||
11 | pairwise2D, rowOuters, null1, null1sym, size, unitary, mt, (¦), (?), (¿) | ||
12 | |||
13 | - diagBlock | ||
14 | |||
15 | - meanCov moved to Container | ||
16 | |||
1 | 0.14.1.0 | 17 | 0.14.1.0 |
2 | -------- | 18 | -------- |
3 | 19 | ||