-*-text-*-

-----------------------------
Release Notes for version 0.10
-----------------------------

* GSL version 2.5 or later is required.
* New modules:
   gslinteg: Wrappers for the GSL integration routines

-----------------------------
Release Notes for version 0.9
-----------------------------

* New modules:
   gsldwt: Wrappers for the GSL 1 and 2d wavelet functions

-----------------------------
Release Notes for version 0.8
-----------------------------

* New functions added to the fft module: correlate and convolve.
  These functions act on 1 or 2-d arrays.

* GSL version 1.10 or later is required.

-----------------------------
Release Notes for version 0.7
-----------------------------

* New modules: 
   gslmatrix: Wraps a number of the linear-algebra and eigenvalue/vector
   routines.

* Strictly speaking, only a single module is created: gsl-module.so.
  Entities such a gslmatrix and gslsf are implemented as submodules.
  This was necessary to work-around the dynamic-linking limitations of
  CYGWIN.


