From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4080 invoked by alias); 19 Mar 2008 22:33:31 -0000 Received: (qmail 4069 invoked by uid 22791); 19 Mar 2008 22:33:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail.network-theory.co.uk (HELO mail.network-theory.co.uk) (66.199.228.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Mar 2008 22:33:03 +0000 Date: Wed, 19 Mar 2008 22:33:00 -0000 Message-ID: <8763vixs2r.wl%bjg@network-theory.co.uk> From: Brian Gough To: gsl-discuss@sourceware.org Subject: test release 1.10.90 User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Message-Mac: 82742274da142d950588ce7b31f1dcc1 Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00042.txt.bz2 There is a new test release for gsl-1.10 available ftp://alpha.gnu.org/gnu/gsl/gsl-1.10.90.tar.gz ftp://alpha.gnu.org/gnu/gsl/gsl-1.10.90.tar.gz.sig Please try it out and report any problems here. Thanks. I've upgraded libtool, autoconf and automake to the very latest versions so there may be some breakage. This includes the recent libtool-2.2 release (previous released used libtool-1.5). -- Brian Gough ** Improved the handling of the asymptotic regime in gsl_sf_bessel_jl. ** Improved the handling of large arguments in cumulative distribution functions using the incomplete beta function, such as gsl_cdf_fdist_P. ** Fixed overflow bug in gsl_cdf_hypergeometric_{P,Q} for large arguments. ** gsl_ran_gaussian_ziggurat now handles generators with different ranges explicitly, to minimise the number of function calls required. ** Added missing error terms in gsl_sf_exp_mult_e10_e to prevent the error being underestimated. ** Updated some constants to the CODATA 2006 values. ** The hypergeometric function gsl_sf_hyperg_2F1 now handles the case where x==1. ** Fixed a bug in the brent minimiser which prevented optimal convergence. ** Added functions for evaluating complex polynomials ** The convergence condition for gsl_multiroots_test_delta now accepts dxi == 0. ** Improved functions gsl_ldexp and gsl_frexp to handle the full range of double precision numbers in all cases. ** Added new quasi random generators gsl_qrng_halton and gsl_qrng_reversehalton which support dimensions up to 1229. ** Added function gsl_multifit_linear_residuals for computing the residuals of the fit