[DRE-commits] [ruby-narray] 02/03: Merge tag 'upstream/0.6.0.8'

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Apr 14 21:10:12 UTC 2014


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

zeha pushed a commit to branch master
in repository ruby-narray.

commit f9a99ce022c23f625e558a2988ec8d3a19dde120
Merge: 2fd9e0a 9b3316a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Apr 14 23:08:22 2014 +0200

    Merge tag 'upstream/0.6.0.8'
    
    Upstream version 0.6.0.8

 .gitignore                           |  14 ------
 ChangeLog                            |  52 ++++++++++++++++++++
 SPEC.en                              |  21 ++++++++-
 SPEC.ja                              |  21 ++++++++-
 bench/all.rb                         |  88 ----------------------------------
 bench/bench.m                        |  61 ------------------------
 bench/bench.py                       |  89 -----------------------------------
 bench/bench.rb                       |  59 -----------------------
 bench/dummy.m                        |   0
 bench/dummy.py                       |  13 -----
 bench/dummy.rb                       |   0
 checksums.yaml.gz                    | Bin 0 -> 270 bytes
 Rakefile => metadata.yml             |  82 +++++++++++++++-----------------
 depend => src/depend                 |   2 +-
 extconf.rb => src/extconf.rb         |   0
 {lib => src/lib}/narray_ext.rb       |  81 +++++++++++++++++++++++++++++--
 {lib => src/lib}/nmatrix.rb          |   0
 mkmath.rb => src/mkmath.rb           |  14 ++++--
 mknafunc.rb => src/mknafunc.rb       |   2 +
 mkop.rb => src/mkop.rb               |  14 +++---
 na_array.c => src/na_array.c         |   6 +++
 na_func.c => src/na_func.c           |   0
 na_index.c => src/na_index.c         |  25 ++++++++++
 na_linalg.c => src/na_linalg.c       |  18 +++++--
 na_random.c => src/na_random.c       |  19 ++++----
 narray.c => src/narray.c             |  41 +++++++---------
 narray.def => src/narray.def         |   0
 narray.h => src/narray.h             |   4 +-
 narray_local.h => src/narray_local.h |   0
 test/statistics.rb                   |  22 ---------
 test/testarray.rb                    |  20 --------
 test/testbit.rb                      |  27 -----------
 test/testcast.rb                     |  14 ------
 test/testcomplex.rb                  |  35 --------------
 test/testfftw.rb                     |  16 -------
 test/testindex.rb                    |  11 -----
 test/testindexary.rb                 |  26 ----------
 test/testindexset.rb                 |  55 ----------------------
 test/testmask.rb                     |  40 ----------------
 test/testmath.rb                     |  48 -------------------
 test/testmath2.rb                    |  46 ------------------
 test/testmatrix.rb                   |  13 -----
 test/testmatrix2.rb                  |  42 -----------------
 test/testmatrix3.rb                  |  19 --------
 test/testminmax.rb                   |  46 ------------------
 test/testobject.rb                   |  29 ------------
 test/testpow.rb                      |  19 --------
 test/testrandom.rb                   |  23 ---------
 test/testround.rb                    |  11 -----
 test/testsort.rb                     |  37 ---------------
 test/teststr.rb                      |  13 -----
 test/testtrans.rb                    |  18 -------
 test/testwhere.rb                    |  27 -----------
 53 files changed, 300 insertions(+), 1083 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-narray.git



More information about the Pkg-ruby-extras-commits mailing list