diff options
author | Alberto Ruiz <aruiz@um.es> | 2012-02-08 18:35:03 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2012-02-08 18:35:03 +0100 |
commit | 1d29051bc2ee1838a326d2d73f4bcf5907d4ebfd (patch) | |
tree | 8b65a636bd4351e8b7d039c9ed1ecabf35e7450a | |
parent | 746427e5ec5d1f3fec2ec2ddec4f041f5563596a (diff) |
thanks, changes, version
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | THANKS.md | 2 | ||||
-rw-r--r-- | hmatrix.cabal | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,8 @@ | |||
1 | 0.13.2.0 | ||
2 | -------- | ||
3 | |||
4 | - integration over infinite intervals | ||
5 | |||
1 | 0.13.0.0 | 6 | 0.13.0.0 |
2 | -------- | 7 | -------- |
3 | 8 | ||
@@ -107,3 +107,5 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
107 | 107 | ||
108 | - Daniel Fischer reported some Haddock markup errors. | 108 | - Daniel Fischer reported some Haddock markup errors. |
109 | 109 | ||
110 | - Danny Chan added support for integration over infinite intervals. | ||
111 | |||
diff --git a/hmatrix.cabal b/hmatrix.cabal index de1d6f7..b169f26 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.13.1.0 | 2 | Version: 0.13.2.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |