diff options
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,11 @@ | |||
1 | I thank Don Stewart, Henning Thielemann, Bulat Ziganshin, Heinrich Apfelmus, | 1 | I thank Don Stewart, Henning Thielemann, Bulat Ziganshin, Heinrich Apfelmus, |
2 | and all the people in the Haskell mailing lists for their help. | 2 | and all the people in the Haskell mailing lists for their help. |
3 | 3 | ||
4 | I am particularly grateful to Vivian McPhail for his excellent | ||
5 | contributions: improved configure.hs, Binary instances for | ||
6 | Vector and Matrix, support for Float and Complex Float elements, | ||
7 | Vectors typeclass, monadic vectorMapM, and many other improvements. | ||
8 | |||
4 | - Nico Mahlo discovered a bug in the eigendecomposition wrapper. | 9 | - Nico Mahlo discovered a bug in the eigendecomposition wrapper. |
5 | 10 | ||
6 | - Frederik Eaton discovered a bug in the design of the wrappers. | 11 | - Frederik Eaton discovered a bug in the design of the wrappers. |
@@ -72,8 +77,5 @@ and all the people in the Haskell mailing lists for their help. | |||
72 | 77 | ||
73 | - Max Suica simplified the installation on Windows and improved the instructions. | 78 | - Max Suica simplified the installation on Windows and improved the instructions. |
74 | 79 | ||
75 | - Vivian McPhail fixed configure.hs to allow non-root user installation in | 80 | - John Billings reported an incompatibility with QuickCheck>=2.1.1 |
76 | case that /tmp is not writable. He also contributed Binary instances for | ||
77 | Vector and Matrix. | ||
78 | 81 | ||
79 | - Vivian McPhail added support for Float and Complex Float elements. | ||