summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-03-01 11:15:22 +0000
committerAlberto Ruiz <aruiz@um.es>2010-03-01 11:15:22 +0000
commit283f3033f86fabde2290bb28a59e7d87fd0754f5 (patch)
treeac9000c976a805636b557b916af9e139922df70c /CHANGES
parent54bcc1fc1e0f9676cb10f627f412eeeea34b5d2c (diff)
compatible with vector
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 32d34c0..fc089e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
10.9.1.0
2=======
3
4- GSL special functions moved to separate package hmatrix-special.
5
6- Added offset of Vector, allowing fast, noncopy subVector (slice).
7 Vector is now identical to Roman Leshchinskiy's Data.Vector.Storable.Vector,
8 so we can convert from/to them in O(1).
9
10- Removed Data.Packed.Convert, see examples/vector.hs
11
10.8.3.0 120.8.3.0
2======= 13=======
3 14