diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 29 |
1 files changed, 17 insertions, 12 deletions
@@ -1,5 +1,10 @@ | |||
1 | 0.13.0.0 | ||
2 | -------- | ||
3 | |||
4 | - tests moved to new package hmatrix-tests | ||
5 | |||
1 | 0.11.2.0 | 6 | 0.11.2.0 |
2 | ======== | 7 | -------- |
3 | 8 | ||
4 | - geigSH' (symmetric generalized eigensystem) | 9 | - geigSH' (symmetric generalized eigensystem) |
5 | 10 | ||
@@ -7,14 +12,14 @@ | |||
7 | 12 | ||
8 | 13 | ||
9 | 0.11.1.0 | 14 | 0.11.1.0 |
10 | ======== | 15 | -------- |
11 | 16 | ||
12 | - exported Mul | 17 | - exported Mul |
13 | 18 | ||
14 | - mapMatrixWithIndex{,M,M_} | 19 | - mapMatrixWithIndex{,M,M_} |
15 | 20 | ||
16 | 0.11.0.0 | 21 | 0.11.0.0 |
17 | ======== | 22 | -------- |
18 | 23 | ||
19 | - flag -fvector default = True | 24 | - flag -fvector default = True |
20 | 25 | ||
@@ -27,7 +32,7 @@ | |||
27 | - assoc, accum | 32 | - assoc, accum |
28 | 33 | ||
29 | 0.10.0.0 | 34 | 0.10.0.0 |
30 | ======== | 35 | -------- |
31 | 36 | ||
32 | - Module reorganization | 37 | - Module reorganization |
33 | 38 | ||
@@ -45,7 +50,7 @@ | |||
45 | - different signatures in some functions | 50 | - different signatures in some functions |
46 | 51 | ||
47 | 0.9.3.0 | 52 | 0.9.3.0 |
48 | ======= | 53 | -------- |
49 | 54 | ||
50 | - flag -fvector to optionally use Data.Vector.Storable.Vector | 55 | - flag -fvector to optionally use Data.Vector.Storable.Vector |
51 | without any conversion. | 56 | without any conversion. |
@@ -67,7 +72,7 @@ | |||
67 | - Removed Data.Packed.Convert, see examples/vector.hs | 72 | - Removed Data.Packed.Convert, see examples/vector.hs |
68 | 73 | ||
69 | 0.8.3.0 | 74 | 0.8.3.0 |
70 | ======= | 75 | -------- |
71 | 76 | ||
72 | - odeSolve | 77 | - odeSolve |
73 | 78 | ||
@@ -76,7 +81,7 @@ | |||
76 | - latexFormat, dispcf | 81 | - latexFormat, dispcf |
77 | 82 | ||
78 | 0.8.2.0 | 83 | 0.8.2.0 |
79 | ======= | 84 | -------- |
80 | 85 | ||
81 | - fromRows/fromColumns now automatically expand vectors of dim 1 | 86 | - fromRows/fromColumns now automatically expand vectors of dim 1 |
82 | to match the common dimension. | 87 | to match the common dimension. |
@@ -90,12 +95,12 @@ | |||
90 | - minimizeV, minimizeVD, using Vector instead of lists. | 95 | - minimizeV, minimizeVD, using Vector instead of lists. |
91 | 96 | ||
92 | 0.8.1.0 | 97 | 0.8.1.0 |
93 | ======= | 98 | -------- |
94 | 99 | ||
95 | - runBenchmarks | 100 | - runBenchmarks |
96 | 101 | ||
97 | 0.8.0.0 | 102 | 0.8.0.0 |
98 | ======= | 103 | -------- |
99 | 104 | ||
100 | - singularValues, fullSVD, thinSVD, compactSVD, leftSV, rightSV | 105 | - singularValues, fullSVD, thinSVD, compactSVD, leftSV, rightSV |
101 | and complete interface to [d|z]gesdd. | 106 | and complete interface to [d|z]gesdd. |
@@ -107,19 +112,19 @@ | |||
107 | - linearSolveLS, rq | 112 | - linearSolveLS, rq |
108 | 113 | ||
109 | 0.7.2.0 | 114 | 0.7.2.0 |
110 | ======= | 115 | -------- |
111 | 116 | ||
112 | - ranksv | 117 | - ranksv |
113 | 118 | ||
114 | 0.7.1.0 | 119 | 0.7.1.0 |
115 | ======= | 120 | -------- |
116 | 121 | ||
117 | - buildVector/buildMatrix | 122 | - buildVector/buildMatrix |
118 | 123 | ||
119 | - removed NFData instances | 124 | - removed NFData instances |
120 | 125 | ||
121 | 0.6.0.0 | 126 | 0.6.0.0 |
122 | ======= | 127 | -------- |
123 | 128 | ||
124 | - added randomVector, gaussianSample, uniformSample, meanCov | 129 | - added randomVector, gaussianSample, uniformSample, meanCov |
125 | 130 | ||