diff options
-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). |