[DRE-commits] [ruby-gsl] 01/01: Merge tag 'upstream/2.1.0+dfsg1'

Cédric Boutillier boutil at moszumanska.debian.org
Fri May 13 11:41:11 UTC 2016


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

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

commit 7f2f7f02c18543d9dbac8446f7b866d505711daf
Merge: b6c3ce2 b91ebbf
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Mar 12 01:02:36 2016 +0100

    Merge tag 'upstream/2.1.0+dfsg1'
    
    Upstream version 2.1.0+dfsg1
    
    # gpg: Signature faite le sam. 12 mars 2016 01:02:36 CET
    # gpg:                avec la clef RSA 0x89AF82B739CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> » [ultime]
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> » [ultime]
    # Empreinte de clef principale : 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #    Empreinte de la sous-clef : 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 .travis.yml                                    |  18 +-
 ChangeLog                                      |   6 +
 Gemfile                                        |   1 +
 README.md                                      |  78 ++-
 Rakefile                                       |   8 +-
 examples/linalg/QR_solve_narray.rb             |   3 +-
 examples/linalg/SV_narray.rb                   |  10 +
 examples/linalg/chol_narray.rb                 |   3 +
 examples/wavelet/wavelet1.rb                   |   6 +-
 ext/gsl_native/array.c                         |  10 +
 ext/gsl_native/bspline.c                       |  17 +-
 ext/gsl_native/cheb.c                          |  86 ++-
 ext/gsl_native/common.c                        |  33 ++
 ext/gsl_native/dht.c                           |  26 +
 ext/gsl_native/eigen.c                         | 129 +++++
 ext/gsl_native/extconf.rb                      |  66 ++-
 ext/gsl_native/fft.c                           |  42 ++
 ext/gsl_native/function.c                      |  18 +
 ext/gsl_native/gsl.c                           |   5 +
 ext/gsl_native/gsl_nmatrix.c                   | 204 +++++++
 ext/gsl_native/histogram.c                     |  42 ++
 ext/gsl_native/include/rb_gsl.h                |   4 +
 ext/gsl_native/include/rb_gsl_array.h          |   4 +
 ext/gsl_native/include/rb_gsl_common.h         |   5 +
 ext/gsl_native/include/rb_gsl_interp.h         |   4 +
 ext/gsl_native/include/rb_gsl_with_nmatrix.h   |  28 +
 ext/gsl_native/interp.c                        |  14 +
 ext/gsl_native/linalg.c                        | 436 +++++++++++++-
 ext/gsl_native/math.c                          |  64 +++
 ext/gsl_native/multifit.c                      |  61 ++
 ext/gsl_native/randist.c                       |  42 ++
 ext/gsl_native/sf.c                            |   6 +
 ext/gsl_native/sf_ellint.c                     |   8 +-
 ext/gsl_native/sf_mathieu.c                    |  48 ++
 ext/gsl_native/spline.c                        |  30 +
 ext/gsl_native/tamu_anova.c                    |   2 +-
 gsl.gemspec                                    |   9 +-
 lib/gsl.rb                                     |   5 +
 lib/gsl/version.rb                             |   2 +-
 metadata.yml                                   | 768 -------------------------
 test.sh                                        |  21 +
 test/gsl/bspline_test.rb                       |  29 +-
 test/gsl/combination_test.rb                   |  23 +-
 test/gsl/dht_test.rb                           |  75 +--
 test/gsl/nmatrix_tests/nmatrix_cheb_test.rb    |  34 ++
 test/gsl/nmatrix_tests/nmatrix_eigen_test.rb   |  28 +
 test/gsl/nmatrix_tests/nmatrix_gsl_test.rb     |  65 +++
 test/gsl/nmatrix_tests/nmatrix_interp_test.rb  |  45 ++
 test/gsl/nmatrix_tests/nmatrix_linalg_test.rb  | 100 ++++
 test/gsl/nmatrix_tests/nmatrix_stats_test.rb   |  88 +++
 test/gsl/nmatrix_tests/nmatrix_wavelet_test.rb |   5 +
 test/gsl/randist_test.rb                       |  66 ++-
 test/test_helper.rb                            |  32 +-
 53 files changed, 2051 insertions(+), 911 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