From 0686d07e2d575b9ff2021853b7dc20eeab8e1555 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 5 Feb 2014 20:06:04 +0100 Subject: bump version and thanks --- THANKS.md | 6 ++++++ hmatrix.cabal | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/THANKS.md b/THANKS.md index e9736bc..863fcc1 100644 --- a/THANKS.md +++ b/THANKS.md @@ -141,3 +141,9 @@ module reorganization, monadic mapVectorM, and many other improvements. - Henning Thielemann reported the pinv inefficient implementation. +- bdoering reported the problem of zero absolute tolerance in the integration functions. + +- Alexei Uimanov replaced fromList by Vector.fromList. + +- Adam Vogt updated the code for ghc-7.7 + diff --git a/hmatrix.cabal b/hmatrix.cabal index 3a720ea..53597ae 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.15.2.0 +Version: 0.15.2.1 License: GPL License-file: LICENSE Author: Alberto Ruiz @@ -27,7 +27,7 @@ cabal-version: >=1.8 build-type: Custom -extra-source-files: Config.hs THANKS.md INSTALL.md CHANGES.md +extra-source-files: Config.hs THANKS.md INSTALL.md CHANGELOG extra-source-files: examples/deriv.hs examples/integrate.hs -- cgit v1.2.3