diff options
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/THANKS.md | 6 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index 45ded81..3ba43b1 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -160,7 +160,7 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
160 | - Denis Laxalde separated the gsl tests from the base ones. | 160 | - Denis Laxalde separated the gsl tests from the base ones. |
161 | 161 | ||
162 | - Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and | 162 | - Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and |
163 | added Cholesky to Static. He also added support for tridiagonal matrix solver. | 163 | added Cholesky to Static. He also added support for tridiagonal matrix solver and fixed several bugs. |
164 | 164 | ||
165 | - Dylan Thurston reported an error in the glpk documentation and ambiguity in | 165 | - Dylan Thurston reported an error in the glpk documentation and ambiguity in |
166 | the description of linearSolve. | 166 | the description of linearSolve. |
@@ -171,7 +171,7 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
171 | - Ian Ross reported the max/minIndex bug. | 171 | - Ian Ross reported the max/minIndex bug. |
172 | 172 | ||
173 | - Niklas Hambüchen improved the documentation and fixed compilation with GHC-8.2 | 173 | - Niklas Hambüchen improved the documentation and fixed compilation with GHC-8.2 |
174 | adding type signatures. | 174 | adding type signatures. Added disable-default-paths flag. |
175 | 175 | ||
176 | - "erdeszt" optimized "conv" using a direct vector reverse. | 176 | - "erdeszt" optimized "conv" using a direct vector reverse. |
177 | 177 | ||
@@ -232,3 +232,5 @@ fixed the CPP issue in cabal files, and made many other contributions. | |||
232 | 232 | ||
233 | - Huw Campbell fixed a bug in equal. | 233 | - Huw Campbell fixed a bug in equal. |
234 | 234 | ||
235 | - Hiromi Ishii fixed compilation problems for ghc-8.4 | ||
236 | |||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index ab3fff8..39a2b71 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.18.1.1 | 2 | Version: 0.18.2.0 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -16,7 +16,7 @@ Description: Linear systems, matrix decompositions, and other numerical c | |||
16 | Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> | 16 | Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> |
17 | 17 | ||
18 | Category: Math | 18 | Category: Math |
19 | tested-with: GHC==8.0 | 19 | tested-with: GHC==8.2, GHC==8.4 |
20 | 20 | ||
21 | cabal-version: >=1.8 | 21 | cabal-version: >=1.8 |
22 | 22 | ||