diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | hmatrix.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -117,3 +117,7 @@ in the Haskell mailing lists for their help. | |||
117 | safely used on lists that are too long (or infinite). | 117 | safely used on lists that are too long (or infinite). |
118 | 118 | ||
119 | - Chris Waterson improved the configure.hs program for OS/X. | 119 | - Chris Waterson improved the configure.hs program for OS/X. |
120 | |||
121 | - Erik de Castro Lopo added buildVector and buildMatrix, which take a | ||
122 | size parameter(s) and a function that maps vector/matrix indices | ||
123 | to the values at that position. | ||
diff --git a/hmatrix.cabal b/hmatrix.cabal index 8ed131a..8d46944 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.7.0.0 | 2 | Version: 0.7.1.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |