[DRE-commits] [ruby-gsl] 05/11: Merge tag 'upstream/1.16.0.4+dfsg1'
Balint Reczey
rbalint at moszumanska.debian.org
Mon Jun 8 15:31:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
rbalint pushed a commit to branch master
in repository ruby-gsl.
commit 0c0787a29bc4204e404fcc566583b78f635a0ca1
Merge: 74971a0 d84200d
Author: Balint Reczey <balint at balintreczey.hu>
Date: Mon Jun 8 16:57:18 2015 +0200
Merge tag 'upstream/1.16.0.4+dfsg1'
Upstream version 1.16.0.4+dfsg1
# gpg: Signature made Mon 08 Jun 2015 04:57:08 PM CEST using RSA key ID B4691A7D
# gpg: Good signature from "Balint Reczey <balint.reczey at interri.com>"
# gpg: aka "Balint Reczey <balint at balintreczey.hu>"
# gpg: aka "Balint Reczey <rbalint at debian.org>"
# gpg: aka "Balint Reczey <balint at cursorinsight.com>"
AUTHORS | 4 +-
ChangeLog | 241 +--
README | 26 +-
Rakefile | 136 +-
VERSION | 1 -
ext/extconf.rb | 295 ---
ext/{ => gsl}/alf.c | 2 +-
ext/{ => gsl}/array.c | 14 +-
ext/{ => gsl}/array_complex.c | 5 +-
ext/{ => gsl}/blas.c | 5 +-
ext/{ => gsl}/blas1.c | 7 +-
ext/{ => gsl}/blas2.c | 7 +-
ext/{ => gsl}/blas3.c | 7 +-
ext/{ => gsl}/block.c | 23 +-
ext/{ => gsl}/block_source.c | 2 +-
ext/{ => gsl}/bspline.c | 2 +-
ext/{ => gsl}/bundle.c | 0
ext/{ => gsl}/cdf.c | 8 +-
ext/{ => gsl}/cheb.c | 8 +-
ext/{ => gsl}/combination.c | 5 +-
ext/{ => gsl}/common.c | 18 +-
ext/{ => gsl}/complex.c | 6 +-
ext/{ => gsl}/const.c | 5 +-
ext/{ => gsl}/const_additional.c | 4 +-
ext/{ => gsl}/cqp.c | 2 +-
ext/{ => gsl}/deriv.c | 6 +-
ext/{ => gsl}/dht.c | 6 +-
ext/{ => gsl}/diff.c | 6 +-
ext/{ => gsl}/dirac.c | 4 +-
ext/{ => gsl}/eigen.c | 42 +-
ext/{ => gsl}/error.c | 10 +-
ext/gsl/extconf.rb | 126 ++
ext/{ => gsl}/fcmp.c | 2 -
ext/{ => gsl}/fft.c | 11 +-
ext/{ => gsl}/fit.c | 3 +-
ext/{ => gsl}/fresnel.c | 4 +-
ext/{ => gsl}/function.c | 16 +-
ext/{ => gsl}/geometry.c | 2 +-
ext/{ => gsl}/graph.c | 4 +-
ext/{ => gsl}/gsl.c | 12 +-
ext/{ => gsl}/gsl_narray.c | 17 +-
ext/{ => gsl}/histogram.c | 20 +-
ext/{ => gsl}/histogram2d.c | 15 +-
ext/{ => gsl}/histogram3d.c | 8 +-
ext/{ => gsl}/histogram3d_source.c | 2 +-
ext/{ => gsl}/histogram_find.c | 2 +-
ext/{ => gsl}/histogram_oper.c | 0
ext/{ => gsl}/ieee.c | 12 +-
{include => ext/gsl/include}/rb_gsl.h | 23 +-
{include => ext/gsl/include}/rb_gsl_array.h | 14 -
{include => ext/gsl/include}/rb_gsl_cheb.h | 2 -
{include => ext/gsl/include}/rb_gsl_common.h | 38 +-
{include => ext/gsl/include}/rb_gsl_complex.h | 2 +-
{include => ext/gsl/include}/rb_gsl_const.h | 3 +-
ext/gsl/include/rb_gsl_dirac.h | 6 +
{include => ext/gsl/include}/rb_gsl_eigen.h | 2 +-
{include => ext/gsl/include}/rb_gsl_fft.h | 10 -
{include => ext/gsl/include}/rb_gsl_fit.h | 2 -
{include => ext/gsl/include}/rb_gsl_function.h | 4 -
{include => ext/gsl/include}/rb_gsl_graph.h | 2 -
{include => ext/gsl/include}/rb_gsl_histogram.h | 0
{include => ext/gsl/include}/rb_gsl_histogram3d.h | 0
{include => ext/gsl/include}/rb_gsl_integration.h | 2 +-
{include => ext/gsl/include}/rb_gsl_interp.h | 5 -
{include => ext/gsl/include}/rb_gsl_linalg.h | 7 +-
{include => ext/gsl/include}/rb_gsl_math.h | 2 -
{include => ext/gsl/include}/rb_gsl_odeiv.h | 3 -
{include => ext/gsl/include}/rb_gsl_poly.h | 4 -
{include => ext/gsl/include}/rb_gsl_rational.h | 7 -
{include => ext/gsl/include}/rb_gsl_rng.h | 1 -
{include => ext/gsl/include}/rb_gsl_root.h | 2 +-
{include => ext/gsl/include}/rb_gsl_sf.h | 5 -
{include => ext/gsl/include}/rb_gsl_statistics.h | 2 +-
{include => ext/gsl/include}/rb_gsl_tensor.h | 2 -
{include => ext/gsl/include}/rb_gsl_with_narray.h | 4 +-
{include => ext/gsl/include}/templates_off.h | 0
{include => ext/gsl/include}/templates_on.h | 0
ext/{ => gsl}/integration.c | 10 +-
ext/{ => gsl}/interp.c | 9 +-
ext/{ => gsl}/jacobi.c | 2 +-
ext/{ => gsl}/linalg.c | 31 +-
ext/{ => gsl}/linalg_complex.c | 21 +-
ext/{ => gsl}/math.c | 7 +-
ext/{ => gsl}/matrix.c | 19 +-
ext/{ => gsl}/matrix_complex.c | 17 +-
ext/{ => gsl}/matrix_double.c | 10 +-
ext/{ => gsl}/matrix_int.c | 8 +-
ext/{ => gsl}/matrix_source.c | 28 +-
ext/{ => gsl}/min.c | 4 +-
ext/{ => gsl}/monte.c | 10 +-
ext/{ => gsl}/multifit.c | 8 +-
ext/{ => gsl}/multimin.c | 18 +-
ext/{ => gsl}/multimin_fsdf.c | 2 +-
ext/{ => gsl}/multiroots.c | 28 +-
ext/{ => gsl}/multiset.c | 2 +-
ext/{ => gsl}/ndlinear.c | 2 +-
ext/{ => gsl}/nmf.c | 12 +-
ext/{ => gsl}/nmf_wrap.c | 0
ext/{ => gsl}/ntuple.c | 20 +-
ext/{ => gsl}/odeiv.c | 16 +-
ext/{ => gsl}/ool.c | 10 +-
ext/{ => gsl}/oper_complex_source.c | 6 +-
ext/{ => gsl}/permutation.c | 6 +-
ext/{ => gsl}/poly.c | 16 +-
ext/{ => gsl}/poly2.c | 20 +-
ext/{ => gsl}/poly_source.c | 33 +-
ext/{ => gsl}/qrng.c | 6 +-
ext/{ => gsl}/randist.c | 8 +-
ext/{ => gsl}/rational.c | 6 +-
ext/{ => gsl}/rng.c | 3 +-
ext/{ => gsl}/root.c | 9 +-
ext/{ => gsl}/sf.c | 80 +-
ext/{ => gsl}/sf_airy.c | 4 +-
ext/{ => gsl}/sf_bessel.c | 2 +-
ext/{ => gsl}/sf_clausen.c | 2 +-
ext/{ => gsl}/sf_coulomb.c | 2 +-
ext/{ => gsl}/sf_coupling.c | 2 +-
ext/{ => gsl}/sf_dawson.c | 2 +-
ext/{ => gsl}/sf_debye.c | 2 +-
ext/{ => gsl}/sf_dilog.c | 2 +-
ext/{ => gsl}/sf_elementary.c | 2 +-
ext/{ => gsl}/sf_ellint.c | 2 +-
ext/{ => gsl}/sf_elljac.c | 2 +-
ext/{ => gsl}/sf_erfc.c | 2 +-
ext/{ => gsl}/sf_exp.c | 2 +-
ext/{ => gsl}/sf_expint.c | 2 +-
ext/{ => gsl}/sf_fermi_dirac.c | 2 +-
ext/{ => gsl}/sf_gamma.c | 2 +-
ext/{ => gsl}/sf_gegenbauer.c | 2 +-
ext/{ => gsl}/sf_hyperg.c | 2 +-
ext/{ => gsl}/sf_laguerre.c | 2 +-
ext/{ => gsl}/sf_lambert.c | 2 +-
ext/{ => gsl}/sf_legendre.c | 2 +-
ext/{ => gsl}/sf_log.c | 2 +-
ext/{ => gsl}/sf_mathieu.c | 2 +-
ext/{ => gsl}/sf_power.c | 2 +-
ext/{ => gsl}/sf_psi.c | 2 +-
ext/{ => gsl}/sf_synchrotron.c | 2 +-
ext/{ => gsl}/sf_transport.c | 2 +-
ext/{ => gsl}/sf_trigonometric.c | 2 +-
ext/{ => gsl}/sf_zeta.c | 2 +-
ext/{ => gsl}/signal.c | 7 +-
ext/{ => gsl}/siman.c | 18 +-
ext/{ => gsl}/sort.c | 8 +-
ext/{ => gsl}/spline.c | 6 +-
ext/{ => gsl}/stats.c | 6 +-
ext/{ => gsl}/sum.c | 4 +-
ext/{ => gsl}/tamu_anova.c | 2 +-
ext/{ => gsl}/tensor.c | 13 +-
ext/{ => gsl}/tensor_source.c | 7 +-
ext/{ => gsl}/vector.c | 19 +-
ext/{ => gsl}/vector_complex.c | 27 +-
ext/{ => gsl}/vector_double.c | 22 +-
ext/{ => gsl}/vector_int.c | 8 +-
ext/{ => gsl}/vector_source.c | 61 +-
ext/{ => gsl}/wavelet.c | 19 +-
include/rb_gsl_config.h | 62 -
include/rb_gsl_dirac.h | 13 -
lib/gsl.rb | 17 +-
lib/gsl/gnuplot.rb | 2 +-
lib/gsl/oper.rb | 95 +-
lib/gsl/version.rb | 5 +
lib/rbgsl.rb | 4 +-
metadata.yml | 725 ++++---
setup.rb | 1585 ----------------
test/gsl/blas_test.rb | 79 +
test/gsl/bspline_test.rb | 63 +
test/gsl/cdf_test.rb | 1512 +++++++++++++++
test/gsl/cheb_test.rb | 80 +
test/gsl/combination_test.rb | 100 +
test/gsl/complex_test.rb | 20 +
test/gsl/const_test.rb | 29 +
test/gsl/deriv_test.rb | 62 +
test/gsl/dht_test.rb | 79 +
test/gsl/diff_test.rb | 53 +
test/gsl/eigen_test.rb | 563 ++++++
test/gsl/err_test.rb | 23 +
test/gsl/fit_test.rb | 101 +
test/gsl/histo_test.rb | 14 +
test/gsl/integration_test.rb | 274 +++
test/gsl/interp_test.rb | 27 +
test/gsl/linalg_test.rb | 463 +++++
test/gsl/matrix_nmf_test.rb | 37 +
test/gsl/matrix_test.rb | 77 +
test/gsl/min_test.rb | 89 +
test/gsl/monte_test.rb | 77 +
test/gsl/multifit_test.rb | 753 ++++++++
test/gsl/multimin_test.rb | 157 ++
test/gsl/multiroot_test.rb | 135 ++
test/gsl/multiset_test.rb | 52 +
test/gsl/odeiv_test.rb | 275 +++
test/gsl/oper_test.rb | 98 +
test/gsl/poly_test.rb | 338 ++++
test/gsl/qrng_test.rb | 94 +
test/gsl/quartic_test.rb | 28 +
test/gsl/randist_test.rb | 122 ++
test/gsl/rng_test.rb | 303 +++
test/gsl/roots_test.rb | 78 +
test/gsl/sf_test.rb | 2079 +++++++++++++++++++++
test/gsl/stats_test.rb | 122 ++
test/gsl/sum_test.rb | 69 +
test/gsl/tensor_test.rb | 396 ++++
test/gsl/vector_test.rb | 223 +++
test/gsl/wavelet_test.rb | 130 ++
test/gsl_test.rb | 321 ++++
test/test_helper.rb | 42 +
tests/blas/amax.rb | 14 -
tests/blas/asum.rb | 16 -
tests/blas/axpy.rb | 25 -
tests/blas/copy.rb | 23 -
tests/blas/dot.rb | 23 -
tests/bspline.rb | 53 -
tests/cdf.rb | 1388 --------------
tests/cheb.rb | 112 --
tests/combination.rb | 123 --
tests/complex.rb | 17 -
tests/const.rb | 24 -
tests/deriv.rb | 85 -
tests/dht/dht1.rb | 17 -
tests/dht/dht2.rb | 23 -
tests/dht/dht3.rb | 23 -
tests/dht/dht4.rb | 23 -
tests/diff.rb | 78 -
tests/eigen/eigen.rb | 220 ---
tests/eigen/gen.rb | 105 --
tests/eigen/genherm.rb | 66 -
tests/eigen/gensymm.rb | 68 -
tests/eigen/nonsymm.rb | 53 -
tests/eigen/nonsymmv.rb | 53 -
tests/eigen/symm-herm.rb | 74 -
tests/err.rb | 58 -
tests/fit.rb | 124 --
tests/gsl_test.rb | 118 --
tests/gsl_test2.rb | 110 --
tests/histo.rb | 12 -
tests/integration/integration1.rb | 72 -
tests/integration/integration2.rb | 71 -
tests/integration/integration3.rb | 71 -
tests/integration/integration4.rb | 71 -
tests/interp.rb | 45 -
tests/linalg/HH.rb | 64 -
tests/linalg/LU.rb | 47 -
tests/linalg/QR.rb | 77 -
tests/linalg/SV.rb | 24 -
tests/linalg/TDN.rb | 116 --
tests/linalg/TDS.rb | 122 --
tests/linalg/bidiag.rb | 73 -
tests/linalg/cholesky.rb | 20 -
tests/linalg/linalg.rb | 158 --
tests/matrix/matrix_complex_test.rb | 36 -
tests/matrix/matrix_nmf_test.rb | 39 -
tests/matrix/matrix_test.rb | 48 -
tests/min.rb | 99 -
tests/monte/miser.rb | 31 -
tests/monte/vegas.rb | 45 -
tests/multifit/test_2dgauss.rb | 112 --
tests/multifit/test_brown.rb | 90 -
tests/multifit/test_enso.rb | 246 ---
tests/multifit/test_filip.rb | 155 --
tests/multifit/test_gauss.rb | 97 -
tests/multifit/test_longley.rb | 110 --
tests/multifit/test_multifit.rb | 52 -
tests/multimin.rb | 139 --
tests/multiroot.rb | 131 --
tests/multiset.rb | 52 -
tests/narray/blas_dnrm2.rb | 20 -
tests/odeiv.rb | 353 ----
tests/poly/poly.rb | 290 ---
tests/poly/special.rb | 65 -
tests/qrng.rb | 131 --
tests/quartic.rb | 29 -
tests/randist.rb | 134 --
tests/rng.rb | 305 ---
tests/roots.rb | 76 -
tests/run-test.sh | 17 -
tests/sf/gsl_test_sf.rb | 249 ---
tests/sf/test_airy.rb | 83 -
tests/sf/test_bessel.rb | 306 ---
tests/sf/test_coulomb.rb | 17 -
tests/sf/test_dilog.rb | 25 -
tests/sf/test_gamma.rb | 209 ---
tests/sf/test_hyperg.rb | 356 ----
tests/sf/test_legendre.rb | 227 ---
tests/sf/test_mathieu.rb | 59 -
tests/sf/test_mode.rb | 19 -
tests/sf/test_sf.rb | 839 ---------
tests/stats.rb | 174 --
tests/stats_mt.rb | 16 -
tests/sum.rb | 98 -
tests/sys.rb | 323 ----
tests/tensor.rb | 419 -----
tests/vector/vector_complex_test.rb | 101 -
tests/vector/vector_test.rb | 141 --
tests/wavelet.rb | 142 --
294 files changed, 10927 insertions(+), 14173 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git
More information about the Pkg-ruby-extras-commits
mailing list