[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] GNU Scientific Library 2.3 released
From: |
Patrick Alken |
Subject: |
[Help-gsl] GNU Scientific Library 2.3 released |
Date: |
Fri, 9 Dec 2016 10:03:43 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 |
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.2.1.tar.gz>
ftp://ftp.gnu.org/gnu/gsl/gsl-2.3.tar.gz.sig
<ftp://ftp.gnu.org/gnu/gsl/gsl-2.2.1.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
- [Help-gsl] GNU Scientific Library 2.3 released,
Patrick Alken <=