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.2 is released - 3rd Beta Test Release Date: Mon, 03 Sep 2001 15:31:00 -0000 Message-id: X-SW-Source: 2001/msg00006.html Dear GSL enthusiasts, I have placed a new release snapshot of GSL (0.9.2) up for anonymous ftp access. The source code 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/ The project home page is at http://sources.redhat.com/gsl/ The major change in this release is a redefinition of vector and matrix views to be compatible with the ANSI/ISO C standard. The library should now compile cleanly on all platforms. Please continue testing and report any problems to gsl-discuss@sources.redhat.com. Here are the recent entries in the NEWS file. * What is new in gsl-0.9.2: * Vector and matrix views are now compliant with the ANSI standard. * Added Lambert functions gsl_sf_lambert_W0, gsl_sf_lambert_Wm1. * The reference manual now uses the GNU Free Documentation License. * Fixed a couple of bugs in the SVD routines. * Macros for Infinity and Nan now work correctly with Microsoft Visual C++, and a bug in the config.h file for the finite() function has been fixed. * Redundant entries in the test suite for the complex math functions have been removed, making the distribution size smaller. * Installed programs gsl-randist and gsl-histogram now use shared libraries.