diff options
-rw-r--r-- | THANKS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -115,3 +115,9 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
115 | 115 | ||
116 | - Jian Zhang reported the Windows installation problem due to new ODE interface. | 116 | - Jian Zhang reported the Windows installation problem due to new ODE interface. |
117 | 117 | ||
118 | - Mihaly Barasz and Ben Gamari fixed mapMatrix* and mapMatrixWithIndex | ||
119 | |||
120 | - Takano Akio fixed off-by-one errors in gsl-aux.c producing segfaults. | ||
121 | |||
122 | - Alex Lang implemented uniRoot and uniRootJ for one-dimensional root-finding. | ||
123 | |||