newsGNU Scientific Library - News: GNU Scientific Library 2.3 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.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

=======

  • What is new in gsl-2.3:


** 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-f8d8.
Corresponding source code