GNU Scientific Library - News
GNU Scientific Library 2.2.1 released
Item posted by Patrick Alken <psa> on Wed 31 Aug 2016 03:14:10 PM UTC.
Version 2.2.1 of the GNU Scientific Library (GSL) is now available. GSL provides a large collection of routines for numerical computing in C.
This is a bug fix release to correct a backward compatibility issue with the Cholesky decomposition, introduced in the recent 2.2 version.
The full NEWS file entry is appended below.
The file details for this release are:
ftp://ftp.gnu.org/gnu/gsl/gsl-2.2.1.tar.gz
ftp://ftp.gnu.org/gnu/gsl/gsl-2.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.2.1:
** reverted gsl_linalg_cholesky_decomp to its previous behavior
so it is backward compatible; new cholesky routine is
gsl_linalg_cholesky_decomp1
Powered by Savane 3.14-8aba.
Corresponding source code