[DRE-commits] [ruby-gsl] 01/10: Merge tag 'upstream/1.15.3'

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 16 16:10:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-gsl.

commit 0919b2c0e07c5867fbb17a888dabf7695de4906f
Merge: ad82b24 e9dc8e7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 24 11:02:52 2013 +0200

    Merge tag 'upstream/1.15.3'
    
    Upstream version 1.15.3
    
    # gpg: Signature faite le mar. 24 sept. 2013 11:02:46 CEST
    # gpg:                avec la clef RSA 0xDA4958F611E149E9
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9

 Rakefile                            |    7 +-
 VERSION                             |    2 +-
 ext/MANIFEST                        |  119 ------
 ext/array.c                         |   24 --
 ext/array_complex.c                 |   21 +-
 ext/blas1.c                         |   15 +-
 ext/block_source.c                  |    7 +-
 ext/dirac.c                         |    6 -
 ext/error.c                         |    3 +-
 ext/extconf.rb                      |   13 +-
 ext/fft.c                           |   34 +-
 ext/function.c                      |    4 +-
 ext/graph.c                         |    2 +
 ext/gsl_narray.c                    |    8 +-
 ext/histogram.c                     |    8 -
 ext/ieee.c                          |    4 +-
 ext/integration.c                   |    8 +-
 ext/linalg.c                        |   27 +-
 ext/linalg_complex.c                |    4 +-
 ext/matrix_complex.c                |   15 +-
 ext/matrix_int.c                    |   20 +-
 ext/matrix_source.c                 |    5 +-
 ext/multifit.c                      |   50 +--
 ext/multimin.c                      |    4 +-
 ext/odeiv.c                         |   15 +-
 ext/poly_source.c                   |  134 +++---
 ext/sf_bessel.c                     |   12 +-
 ext/sf_coulomb.c                    |   16 +-
 ext/sf_coupling.c                   |   15 +-
 ext/sf_dilog.c                      |    5 +-
 ext/sf_elementary.c                 |   10 +-
 ext/sf_elljac.c                     |    5 +-
 ext/sf_exp.c                        |   25 +-
 ext/sf_gamma.c                      |   15 +-
 ext/sf_gegenbauer.c                 |    5 +-
 ext/sf_hyperg.c                     |   30 +-
 ext/sf_laguerre.c                   |    5 +-
 ext/sf_legendre.c                   |    5 +-
 ext/sf_log.c                        |    5 +-
 ext/sf_power.c                      |    5 +-
 ext/sf_trigonometric.c              |   15 +-
 ext/signal.c                        |    4 +-
 ext/siman.c                         |    3 +-
 ext/stats.c                         |    1 +
 ext/vector_complex.c                |    7 +-
 ext/vector_double.c                 |   21 +-
 ext/vector_source.c                 |   11 +-
 ext/wavelet.c                       |   24 +-
 include/rb_gsl_common.h             |   11 +-
 include/rb_gsl_config.h             |   62 +++
 include/rb_gsl_with_narray.h        |    7 +-
 lib/gsl.rb                          |    3 +
 lib/rbgsl.rb                        |    3 +
 metadata.yml                        |  809 +++++++++++++++++++++++++++++++++++
 rdoc/fit.rdoc                       |   10 +-
 rdoc/ndlinear.rdoc                  |    7 +-
 tests/gsl_test2.rb                  |    3 +
 tests/matrix/matrix_complex_test.rb |   36 ++
 tests/narray/blas_dnrm2.rb          |   20 +
 tests/poly/poly.rb                  |   48 +++
 tests/sf/test_mode.rb               |   19 +
 tests/stats_mt.rb                   |   16 +
 62 files changed, 1408 insertions(+), 449 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