summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/base/THANKS.md5
-rw-r--r--packages/base/hmatrix.cabal2
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 571f370..bd034e3 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -120,7 +120,8 @@ module reorganization, monadic mapVectorM, and many other improvements.
120 120
121- Takano Akio fixed off-by-one errors in gsl-aux.c producing segfaults. 121- Takano Akio fixed off-by-one errors in gsl-aux.c producing segfaults.
122 122
123- Alex Lang implemented uniRoot and uniRootJ for one-dimensional root-finding. 123- Alex Lang implemented uniRoot and uniRootJ for one-dimensional root-finding, and
124 fixed asRow and asColumn for empty vectors.
124 125
125- Mike Ledger contributed alternative FFI helpers for matrix interoperation with C 126- Mike Ledger contributed alternative FFI helpers for matrix interoperation with C
126 127
@@ -168,3 +169,5 @@ module reorganization, monadic mapVectorM, and many other improvements.
168 169
169- Ian Ross reported the max/minIndex bug. 170- Ian Ross reported the max/minIndex bug.
170 171
172- Niklas Hambüchen improved the documentation.
173
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index c2efadc..42a76a4 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.16.0.5 2Version: 0.16.0.6
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz