diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-12 15:06:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-12 15:06:34 +0000 |
commit | e62b390f532e99eaddbf61df2e4c0878efc6f1e7 (patch) | |
tree | b67c9b6ab3c4f1b0302356f26ee6a1a6719ccf2a /math | |
parent | b877a3ef1ab9d90769c86e1973eacf8bc45240c5 (diff) | |
download | pkgsrc-e62b390f532e99eaddbf61df2e4c0878efc6f1e7.tar.gz |
Updated gsl to 2.3.
* 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
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 290d9885a65..163bcfca672 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/09/04 09:27:18 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/12/12 15:06:34 wiz Exp $ -DISTNAME= gsl-2.2.1 +DISTNAME= gsl-2.3 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 91809f9eb1c..b78e1e8da50 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2016/09/04 09:27:18 wiz Exp $ +$NetBSD: distinfo,v 1.34 2016/12/12 15:06:34 wiz Exp $ -SHA1 (gsl-2.2.1.tar.gz) = 2612a898aada49e90aa3069c712f172530f8d38f -RMD160 (gsl-2.2.1.tar.gz) = ea1d0564aa8b738d29a305bcbd57d2aaa8abccd4 -SHA512 (gsl-2.2.1.tar.gz) = 834210d91db6bc4be1df0c0be8e66af16bdf607bfc9d9d33bc240c428e3452e60bdab92240b88dcb15f24171be541e1fafa18368c7a257a44241e568c1c11942 -Size (gsl-2.2.1.tar.gz) = 4473802 bytes +SHA1 (gsl-2.3.tar.gz) = 7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9 +RMD160 (gsl-2.3.tar.gz) = e53183d22c05785e1fe60f4dc7a7c1d1682f64c1 +SHA512 (gsl-2.3.tar.gz) = ada622079f4ac667d95f74b38aa368726fc1b18fd34555bcefe90920d3da93a9289ebff966be43325af806107001bc8973daf9f8418e6c97b866be2296b566ff +Size (gsl-2.3.tar.gz) = 4510731 bytes SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09 SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb |