pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/gsl
Module Name: pkgsrc
Committed By: adam
Date: Fri May 2 08:49:50 UTC 2008
Modified Files:
pkgsrc/math/gsl: Makefile distinfo
pkgsrc/math/gsl/patches: patch-aa patch-ac patch-af
Log Message:
Changes 1.11:
* Upgraded to latest libtool, autoconf and automake (libtool-2.2,
autoconf-2.61, automake-1.10.1)
* Fixed underflow in ODE adaptive step size controller that could
cause step size to decrease to zero.
* 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
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/math/gsl/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/math/gsl/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/math/gsl/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/math/gsl/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/math/gsl/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index