summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fc089e0..190c0f4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
10.9.2.0
2=======
3
4Added GSL Nonlinear Least-Squares fitting using Levenberg-Marquardt.
5
10.9.1.0 60.9.1.0
2======= 7=======
3 8
@@ -6,7 +11,7 @@
6- Added offset of Vector, allowing fast, noncopy subVector (slice). 11- Added offset of Vector, allowing fast, noncopy subVector (slice).
7 Vector is now identical to Roman Leshchinskiy's Data.Vector.Storable.Vector, 12 Vector is now identical to Roman Leshchinskiy's Data.Vector.Storable.Vector,
8 so we can convert from/to them in O(1). 13 so we can convert from/to them in O(1).
9 14
10- Removed Data.Packed.Convert, see examples/vector.hs 15- Removed Data.Packed.Convert, see examples/vector.hs
11 16
120.8.3.0 170.8.3.0