newsGNU Scientific Library - News: GNU Scientific Library 2.1 released

 
 
Latest News
GNU Scientific Library 2.7 released posted by psa, Sat 05 Jun 2021 03:02:45 PM UTC
GNU Scientific Library 2.6 released posted by psa, Tue 20 Aug 2019 07:52:30 PM UTC
GNU Scientific Library 2.5 released posted by psa, Thu 14 Jun 2018 07:02:25 PM UTC
GNU Scientific Library 2.4 released posted by psa, Mon 19 Jun 2017 02:07:19 PM UTC
GNU Scientific Library 2.3 released posted by psa, Fri 09 Dec 2016 05:07:50 PM UTC

GNU Scientific Library 2.1 released

Item posted by Patrick Alken <psa> on Thu 12 Nov 2015 12:51:14 AM UTC.

Version 2.1 of the GNU Scientific Library (GSL) is now available. GSL
provides a large collection of routines for numerical computing in C.

This release is primarily for fixing a few bugs present in the recent
2.0 release, but also provides a brand new module for solving large
linear least squares problems.

The full NEWS file entry is appended below.

The file details for this release are:

ftp://ftp.gnu.org/gnu/gsl/gsl-2.1.tar.gz
ftp://ftp.gnu.org/gnu/gsl/gsl-2.1.tar.gz.sig

The GSL project homepage is http://www.gnu.org/software/gsl/

GSL is free software distributed under the GNU General Public License.

Thanks to everyone who reported bugs and contributed improvements.

Patrick Alken

=======

  • What is new in gsl-2.1:


** added test suite for example programs

** bug fix when compiling with #undef GSL_DISABLE_DEPRECATED

** bug fix in setting libtool age versioning

** bug fix in gsl_multifit_wlinear()

** added gsl_multifit_linear_rcond() to compute reciprocal
   condition number of least squares matrix

** added gsl_multilarge module for large linear least squares
   systems

 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code