From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: gsl-announce@sources.redhat.com Cc: gsl-discuss@sources.redhat.com Subject: GNU Scientific Library (GSL) 0.9.1 is released - 2nd Beta Test Release Date: Sat, 18 Aug 2001 10:59:00 -0000 Message-id: X-SW-Source: 2001/msg00004.html Dear GSL enthusiasts, I have just placed a new release snapshot of GSL (0.9.1) up for anonymous ftp access. It is available from the following locations, USA: ftp://mirrors.rcn.net/pub/sourceware/gsl/ Australia: ftp://planetmirror.com/pub/sourceware/gsl/ Germany: ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/gsl/ UK: ftp://ftp.mirror.ac.uk/sites/sourceware.cygnus.com/pub/gsl/ This is the second beta-test release, and should fix all previously reported bugs. Please continue testing and report any problems to gsl-discuss@sources.redhat.com. Installation: GSL uses the standard GNU installation procedure. The release tarball (gsl-0.9.1.tar.gz) comes with an INSTALL file. There is a zip file (gsl-0_9.zip) which includes project files for compiling GSL with Microsoft Visual C++ (see the file msvc/README.txt for details). Packaging: There is an RPM file for gsl-0.9.1 on the ftp site. Debian also provides GSL packages. Documentation: GSL has an extensive 400 page texinfo manual. The info files are installed in the usual way. The ftp site has the reference manual in postscript format, and the web site has the reference manual in HTML format. The project home page is at http://sources.redhat.com/gsl/ Here are the recent entries in the NEWS file. * What is new in gsl-0.9.1: ** The single precision ffts now uses float throughout, rather than mixing float and double. ** The random number distributions now include the Landau distribution. ** The fft function interface has been reorganized, with workspaces separate from wavetables to eliminate unnecessary recomputation of trigonometric factors. ** The gsl_interval type has been eliminated and replaced by two double arguments for simplicity. ** The order of the arguments to the minimization routines is now more logical, with function values assocatied with x-values. ** Modified initialization of vector and matrix views to work with the SunPro compiler. ** Renamed gsl_Efunc_t to gsl_siman_Efunc_t, in accordance with namespace conventions. ** Improved accuracy and fixed bugs in gsl_sf_hyperg_1F1, gsl_sf_bessel_I0_scaled, gsl_sf_erfc, gsl_sf_log_erfc, gsl_sf_legendre_Q0 and gsl_sf_legendre_Q1, and gsl_sf_zeta. ** Improved IEEE compliance of special functions, overflows now return Inf and domain errors return NaN. ** Improved checking for underflows in special functions when using extended precision registers