diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-05-12 08:56:15 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-05-12 08:56:15 +0000 |
commit | affab141893034b7c3e41ca14667fa9263e7d985 (patch) | |
tree | 1c437ef627574edd78c61f608df53d945d8759fe | |
parent | ecb38d98f853d969864e586a445a1432445fdab2 (diff) |
updated changes file
-rw-r--r-- | CHANGES | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,15 +1,17 @@ | |||
1 | 0.9.2.0 | 1 | 0.9.3.0 |
2 | ======= | 2 | ======= |
3 | 3 | ||
4 | - flag -fvector to optionally use Data.Vector.Storable.Vector | ||
5 | without any conversion. | ||
6 | |||
7 | - Simpler module structure. | ||
8 | |||
4 | - toBlocks, toBlocksEvery | 9 | - toBlocks, toBlocksEvery |
5 | 10 | ||
6 | - cholSolve, mbCholSH | 11 | - cholSolve, mbCholSH |
7 | 12 | ||
8 | - GSL Nonlinear Least-Squares fitting using Levenberg-Marquardt. | 13 | - GSL Nonlinear Least-Squares fitting using Levenberg-Marquardt. |
9 | 14 | ||
10 | 0.9.1.0 | ||
11 | ======= | ||
12 | |||
13 | - GSL special functions moved to separate package hmatrix-special. | 15 | - GSL special functions moved to separate package hmatrix-special. |
14 | 16 | ||
15 | - Added offset of Vector, allowing fast, noncopy subVector (slice). | 17 | - Added offset of Vector, allowing fast, noncopy subVector (slice). |