newsGNU Scientific Library - News

 
 

GNU Scientific Library 2.3 released

Item posted by Patrick Alken <psa> on Fri 09 Dec 2016 05:07:50 PM UTC.

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

This release introduces some new features and fixes several bugs. The full NEWS file entry is appended below.

The file details for this release are:

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

The GSL project homepage ishttp://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

=======


** bug fix in documentation for gsl_linalg_LU_refine (bug #49728, Joey De Pauw)

** added gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd to give user more control over cutoff for truncated SVD

** added routines for Generalized Cross Validation for  regularized linear least squares

** improved rstat example program and added documentation for   gsl_rstat_sd_mean (Jonathan Leto)

** added function gsl_multifit_linear_rank

** bug fix in nonlinear least squares when using data weights with finite-difference Jacobian

** add 2D subspace method for large systems (multilarge_nlinear)

** bug fix in gsl_ran_beta for small parameters (bug #47646, Yu Liu)

** bug fix in gsl_complex_tan for negative imaginary arguments  (bug #47347, Yu Liu)

** doc bug fix: value of golden ratio

** fixed scaling issue in 2D subspace nonlinear least squares   method

** optimize dogleg methods to calculate Gauss-Newton point only when needed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code