diff options
author | Alberto Ruiz <aruiz@um.es> | 2018-01-18 12:33:00 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2018-01-18 12:33:00 +0100 |
commit | 8cb879a4ad83656bc70652957a08113e2b784886 (patch) | |
tree | ca94c165118e45a6c76f667a75916c8c74bd41ba /packages/base/THANKS.md | |
parent | 0d4018b09f1d38bbc05fdc0d8197d0f8a6ce5571 (diff) |
bump version and thanks
Diffstat (limited to 'packages/base/THANKS.md')
-rw-r--r-- | packages/base/THANKS.md | 6 |
1 files changed, 4 insertions, 2 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 | |||