pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gsl Updated gsl to 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f9de27d4a25
branches:  trunk
changeset: 355819:4f9de27d4a25
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 12 15:06:34 2016 +0000

description:
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:

 math/gsl/Makefile |   4 ++--
 math/gsl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r bb923b4e0472 -r 4f9de27d4a25 math/gsl/Makefile
--- a/math/gsl/Makefile Mon Dec 12 15:02:31 2016 +0000
+++ b/math/gsl/Makefile Mon Dec 12 15:06:34 2016 +0000
@@ -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 -r bb923b4e0472 -r 4f9de27d4a25 math/gsl/distinfo
--- a/math/gsl/distinfo Mon Dec 12 15:02:31 2016 +0000
+++ b/math/gsl/distinfo Mon Dec 12 15:06:34 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index