summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2013-08-20 18:07:05 +0200
committerAlberto Ruiz <aruiz@um.es>2013-08-20 18:07:05 +0200
commite38215432bae8a27a4c7eef734baea9f306f6ddc (patch)
tree48db40ef42505097c00ce8942e84e119e64e2b51
parent2cf10b2de9cc3ad2d217e9d41bd3140362d5c13f (diff)
thanks, changes, bump version
-rw-r--r--CHANGES.md7
-rw-r--r--THANKS.md5
-rw-r--r--hmatrix.cabal2
3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 173db05..3d23e01 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
10.15.1.0
2--------
3
4- One-dimensional minimization
5
6- Doubly-adaptive quadrature for difficult integrands
7
10.15.0.0 80.15.0.0
2-------- 9--------
3 10
diff --git a/THANKS.md b/THANKS.md
index 7bd1dac..534778f 100644
--- a/THANKS.md
+++ b/THANKS.md
@@ -128,3 +128,8 @@ module reorganization, monadic mapVectorM, and many other improvements.
128 128
129- Greg Horn fixed the bus error on ghci 64-bit. 129- Greg Horn fixed the bus error on ghci 64-bit.
130 130
131- Kristof Bastiaensen added bindings for one-dimensional minimization.
132
133- Matthew Peddie added bindings for gsl_integrate_cquad doubly-adaptive quadrature
134 for difficult integrands.
135
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 50a821a..9c7aa37 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.15.0.1 2Version: 0.15.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz