summaryrefslogtreecommitdiff
path: root/packages/base
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2017-08-13 15:33:43 +0200
committerAlberto Ruiz <aruiz@um.es>2017-08-13 15:33:43 +0200
commit86f539fe5edf0377b40146c7c0feaa43c9780720 (patch)
tree44fbc4179d488a2151ec652201bc32388fc0fc63 /packages/base
parent24fa00edb95f61db49f74c09157b898a60fc3d19 (diff)
bump version and thanks
Diffstat (limited to 'packages/base')
-rw-r--r--packages/base/THANKS.md12
-rw-r--r--packages/base/hmatrix.cabal2
2 files changed, 9 insertions, 5 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 7e82d40..45ded81 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. 163 added Cholesky to Static. He also added support for tridiagonal matrix solver.
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.
@@ -170,7 +170,8 @@ module reorganization, monadic mapVectorM, and many other improvements.
170 170
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. 173- Niklas Hambüchen improved the documentation and fixed compilation with GHC-8.2
174 adding type signatures.
174 175
175- "erdeszt" optimized "conv" using a direct vector reverse. 176- "erdeszt" optimized "conv" using a direct vector reverse.
176 177
@@ -203,7 +204,8 @@ module reorganization, monadic mapVectorM, and many other improvements.
203- Ilan Godik and Douglas McClean helped with Windows support. 204- Ilan Godik and Douglas McClean helped with Windows support.
204 205
205- Vassil Keremidchiev fixed the cabal options for OpenBlas, fixed several installation 206- Vassil Keremidchiev fixed the cabal options for OpenBlas, fixed several installation
206 issues, and added support for stack-based build. 207 issues, and added support for stack-based build. He also added support for LTS 8.15
208 under Windows.
207 209
208- Greg Nwosu fixed arm compilation 210- Greg Nwosu fixed arm compilation
209 211
@@ -224,7 +226,9 @@ fixed the CPP issue in cabal files, and made many other contributions.
224 Andras Slemmer fixed the bug. Thank you all. 226 Andras Slemmer fixed the bug. Thank you all.
225 227
226- Kevin Slagle implemented thinQR and thinRQ, much faster than the original qr, 228- Kevin Slagle implemented thinQR and thinRQ, much faster than the original qr,
227 and added compactSVDTol. 229 and added compactSVDTol. He also added an optimized reorderVector for hTensor.
228 230
229- "fedeinthemix" suggested a better name and a more general type for unitary. 231- "fedeinthemix" suggested a better name and a more general type for unitary.
230 232
233- Huw Campbell fixed a bug in equal.
234
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index 7015695..682432a 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.18.0.1 2Version: 0.18.1.0
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz