From 8cb879a4ad83656bc70652957a08113e2b784886 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 18 Jan 2018 12:33:00 +0100 Subject: bump version and thanks --- packages/base/THANKS.md | 6 ++++-- packages/base/hmatrix.cabal | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'packages/base') 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. - Denis Laxalde separated the gsl tests from the base ones. - Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and - added Cholesky to Static. He also added support for tridiagonal matrix solver. + added Cholesky to Static. He also added support for tridiagonal matrix solver and fixed several bugs. - Dylan Thurston reported an error in the glpk documentation and ambiguity in the description of linearSolve. @@ -171,7 +171,7 @@ module reorganization, monadic mapVectorM, and many other improvements. - Ian Ross reported the max/minIndex bug. - Niklas Hambüchen improved the documentation and fixed compilation with GHC-8.2 - adding type signatures. + adding type signatures. Added disable-default-paths flag. - "erdeszt" optimized "conv" using a direct vector reverse. @@ -232,3 +232,5 @@ fixed the CPP issue in cabal files, and made many other contributions. - Huw Campbell fixed a bug in equal. +- Hiromi Ishii fixed compilation problems for ghc-8.4 + 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 @@ Name: hmatrix -Version: 0.18.1.1 +Version: 0.18.2.0 License: BSD3 License-file: LICENSE Author: Alberto Ruiz @@ -16,7 +16,7 @@ Description: Linear systems, matrix decompositions, and other numerical c Code examples: Category: Math -tested-with: GHC==8.0 +tested-with: GHC==8.2, GHC==8.4 cabal-version: >=1.8 -- cgit v1.2.3