diff options
Diffstat (limited to 'packages/base/THANKS.md')
-rw-r--r-- | packages/base/THANKS.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index fdbbe14..a4188eb 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -92,7 +92,7 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
92 | 92 | ||
93 | - Carter Schonwald helped with the configuration for Homebrew OS X and | 93 | - Carter Schonwald helped with the configuration for Homebrew OS X and |
94 | found a tolerance problem in test "1E5 rots". He also discovered | 94 | found a tolerance problem in test "1E5 rots". He also discovered |
95 | a bug in the signature of cmap. | 95 | a bug in the signature of cmap and fixed the cabal file. |
96 | 96 | ||
97 | - Duncan Coutts reported a problem with configure.hs and contributed | 97 | - Duncan Coutts reported a problem with configure.hs and contributed |
98 | a solution and a simplified Setup.lhs. | 98 | a solution and a simplified Setup.lhs. |
@@ -159,7 +159,8 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
159 | 159 | ||
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. | 162 | - Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and |
163 | added Cholesky to Static. | ||
163 | 164 | ||
164 | - 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 |
165 | the description of linearSolve. | 166 | the description of linearSolve. |
@@ -179,3 +180,13 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
179 | 180 | ||
180 | - Kiwamu Ishikura improved randomVector for OSX | 181 | - Kiwamu Ishikura improved randomVector for OSX |
181 | 182 | ||
183 | - C.J. East fixed the examples for simplex. | ||
184 | |||
185 | - Ben Gamari contributed fixes for ghc 7.10 | ||
186 | |||
187 | - Piotr Mardziel added general sparse constraints to simplex and the interface to glp_exact | ||
188 | |||
189 | - Maxim Baz fixed an instance declaration for ghc 7.11 | ||
190 | |||
191 | - Thomas M. DuBuisson fixed a C include file. | ||
192 | |||