summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2018-01-18 12:33:00 +0100
committerAlberto Ruiz <aruiz@um.es>2018-01-18 12:33:00 +0100
commit8cb879a4ad83656bc70652957a08113e2b784886 (patch)
treeca94c165118e45a6c76f667a75916c8c74bd41ba
parent0d4018b09f1d38bbc05fdc0d8197d0f8a6ce5571 (diff)
bump version and thanks
-rw-r--r--packages/base/THANKS.md6
-rw-r--r--packages/base/hmatrix.cabal4
2 files changed, 6 insertions, 4 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 45ded81..3ba43b1 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -160,7 +160,7 @@ module reorganization, monadic mapVectorM, and many other improvements.
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 and 162- Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and
163 added Cholesky to Static. He also added support for tridiagonal matrix solver. 163 added Cholesky to Static. He also added support for tridiagonal matrix solver and fixed several bugs.
164 164
165- 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
166 the description of linearSolve. 166 the description of linearSolve.
@@ -171,7 +171,7 @@ module reorganization, monadic mapVectorM, and many other improvements.
171- Ian Ross reported the max/minIndex bug. 171- Ian Ross reported the max/minIndex bug.
172 172
173- Niklas Hambüchen improved the documentation and fixed compilation with GHC-8.2 173- Niklas Hambüchen improved the documentation and fixed compilation with GHC-8.2
174 adding type signatures. 174 adding type signatures. Added disable-default-paths flag.
175 175
176- "erdeszt" optimized "conv" using a direct vector reverse. 176- "erdeszt" optimized "conv" using a direct vector reverse.
177 177
@@ -232,3 +232,5 @@ fixed the CPP issue in cabal files, and made many other contributions.
232 232
233- Huw Campbell fixed a bug in equal. 233- Huw Campbell fixed a bug in equal.
234 234
235- Hiromi Ishii fixed compilation problems for ghc-8.4
236
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index ab3fff8..39a2b71 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.18.1.1 2Version: 0.18.2.0
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -16,7 +16,7 @@ Description: Linear systems, matrix decompositions, and other numerical c
16 Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> 16 Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html>
17 17
18Category: Math 18Category: Math
19tested-with: GHC==8.0 19tested-with: GHC==8.2, GHC==8.4
20 20
21cabal-version: >=1.8 21cabal-version: >=1.8
22 22