summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-12-26 12:31:06 +0100
committerAlberto Ruiz <aruiz@um.es>2011-12-26 12:35:08 +0100
commitd8efb84d7ef05445cdb06d8051fc0ea52aaa2c9e (patch)
tree9f8c1190366d3a816b8d211491981945b7330496 /CHANGES.md
parent7cc6a61354962854fcac17868b7e02dbe8dbdad4 (diff)
changes for 0.13
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md29
1 files changed, 17 insertions, 12 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bb1045f..99b8e96 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,10 @@
10.13.0.0
2--------
3
4- tests moved to new package hmatrix-tests
5
10.11.2.0 60.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
90.11.1.0 140.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
160.11.0.0 210.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
290.10.0.0 340.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
470.9.3.0 520.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
690.8.3.0 740.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
780.8.2.0 830.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
920.8.1.0 970.8.1.0
93======= 98--------
94 99
95- runBenchmarks 100- runBenchmarks
96 101
970.8.0.0 1020.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
1090.7.2.0 1140.7.2.0
110======= 115--------
111 116
112- ranksv 117- ranksv
113 118
1140.7.1.0 1190.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
1210.6.0.0 1260.6.0.0
122======= 127--------
123 128
124- added randomVector, gaussianSample, uniformSample, meanCov 129- added randomVector, gaussianSample, uniformSample, meanCov
125 130