diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-02-05 20:06:04 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-02-05 20:06:04 +0100 |
commit | 0686d07e2d575b9ff2021853b7dc20eeab8e1555 (patch) | |
tree | b7c9d0a1e0c4bd4e8236c63a5c7de13b0ccef6c1 /THANKS.md | |
parent | 9af4ee9011438dea9ad962cfee4a2adaf24b26d4 (diff) |
bump version and thanks
Diffstat (limited to 'THANKS.md')
-rw-r--r-- | THANKS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -141,3 +141,9 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
141 | 141 | ||
142 | - Henning Thielemann reported the pinv inefficient implementation. | 142 | - Henning Thielemann reported the pinv inefficient implementation. |
143 | 143 | ||
144 | - bdoering reported the problem of zero absolute tolerance in the integration functions. | ||
145 | |||
146 | - Alexei Uimanov replaced fromList by Vector.fromList. | ||
147 | |||
148 | - Adam Vogt updated the code for ghc-7.7 | ||
149 | |||