From 97e7156b59811bd51d0a9d6060e868eafedfcc75 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 7 Jan 2012 18:15:18 +0100 Subject: new version and thanks --- THANKS.md | 2 ++ hmatrix.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/THANKS.md b/THANKS.md index 3182cad..e2eaa97 100644 --- a/THANKS.md +++ b/THANKS.md @@ -41,6 +41,8 @@ module reorganization, monadic mapVectorM, and many other improvements. avoid the wrong NaNs produced by foreign functions. - Reiner Pope added support for luSolve, based on (d|z)getrs. + Made Matrix a product type and added changes to improve the code generated + by hmatrix-syntax. - Simon Beaumont reported the need of QuickCheck<2 and the invalid asm("finit") on ppc. He also contributed the configuration options diff --git a/hmatrix.cabal b/hmatrix.cabal index e16a428..8d1e541 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.13.0.0 +Version: 0.13.1.0 License: GPL License-file: LICENSE Author: Alberto Ruiz -- cgit v1.2.3