summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-05-12 08:56:15 +0000
committerAlberto Ruiz <aruiz@um.es>2010-05-12 08:56:15 +0000
commitaffab141893034b7c3e41ca14667fa9263e7d985 (patch)
tree1c437ef627574edd78c61f608df53d945d8759fe /CHANGES
parentecb38d98f853d969864e586a445a1432445fdab2 (diff)
updated changes file
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index d37d271..1044788 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,17 @@
10.9.2.0 10.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
100.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).