From 6ac57838ce80a7fde7e56a53601dfa7bbb529c13 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 14 Jan 2015 09:00:20 +0100 Subject: thanks --- packages/base/THANKS.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/base/THANKS.md') diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index fdbbe14..0eaf8ce 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md @@ -179,3 +179,7 @@ module reorganization, monadic mapVectorM, and many other improvements. - Kiwamu Ishikura improved randomVector for OSX +- C.J. East fixed the examples for simplex. + +- Ben Gamari contributed fixes for ghc 7.10 + -- cgit v1.2.3 From 5a6bf1299d3bdad5289f559192d60fdaf33893e7 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 27 Jan 2015 08:44:02 +0100 Subject: bump version and thanks --- packages/base/THANKS.md | 2 +- packages/base/hmatrix.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/base/THANKS.md') diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index 0eaf8ce..e88b516 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md @@ -92,7 +92,7 @@ module reorganization, monadic mapVectorM, and many other improvements. - Carter Schonwald helped with the configuration for Homebrew OS X and found a tolerance problem in test "1E5 rots". He also discovered - a bug in the signature of cmap. + a bug in the signature of cmap and fixed the cabal file. - Duncan Coutts reported a problem with configure.hs and contributed a solution and a simplified Setup.lhs. diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 3a1335d..3563a2f 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.16.1.3 +Version: 0.16.1.4 License: BSD3 License-file: LICENSE Author: Alberto Ruiz -- cgit v1.2.3 From d58584149a281656f7ba19cc8ab1711de5692268 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 16 Mar 2015 10:46:02 +0100 Subject: bump versions and add thanks --- packages/base/THANKS.md | 9 ++++++++- packages/base/hmatrix.cabal | 2 +- packages/glpk/hmatrix-glpk.cabal | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'packages/base/THANKS.md') diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index e88b516..a4188eb 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md @@ -159,7 +159,8 @@ 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. +- Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and + added Cholesky to Static. - Dylan Thurston reported an error in the glpk documentation and ambiguity in the description of linearSolve. @@ -183,3 +184,9 @@ module reorganization, monadic mapVectorM, and many other improvements. - Ben Gamari contributed fixes for ghc 7.10 +- Piotr Mardziel added general sparse constraints to simplex and the interface to glp_exact + +- Maxim Baz fixed an instance declaration for ghc 7.11 + +- Thomas M. DuBuisson fixed a C include file. + diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 3563a2f..3895dc1 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.16.1.4 +Version: 0.16.1.5 License: BSD3 License-file: LICENSE Author: Alberto Ruiz diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index a9859f9..5a1b59c 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal @@ -1,5 +1,5 @@ Name: hmatrix-glpk -Version: 0.4.0.2 +Version: 0.4.1.0 License: GPL License-file: LICENSE Author: Alberto Ruiz -- cgit v1.2.3