[DRE-commits] [ruby-nmatrix] 07/12: Merge tag 'upstream/0.0.9'

Cédric Boutillier boutil at alioth.debian.org
Sun Sep 22 07:59: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-nmatrix.

commit 753531c46627d5dd710c8c28d13698aa18463c15
Merge: f48bdfc 2ce0668
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Sep 21 09:18:03 2013 +0200

    Merge tag 'upstream/0.0.9'
    
    Upstream version 0.0.9
    
    # gpg: Signature faite le sam. 21 sept. 2013 09:17:57 CEST avec la clef RSA d'identifiant 8F9F8F09
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .gitignore                                         |   11 +-
 .rspec                                             |    2 +-
 .travis.yml                                        |   12 +
 CONTRIBUTING.md                                    |   39 +-
 Gemfile                                            |    1 +
 History.txt                                        |   38 +
 Manifest.txt                                       |   30 +-
 README.rdoc                                        |   13 +-
 Rakefile                                           |   45 +-
 checksums.yaml.gz                                  |  Bin 270 -> 268 bytes
 ext/nmatrix/data/data.cpp                          |   39 +-
 ext/nmatrix/data/data.h                            |  140 +-
 ext/nmatrix/data/meta.h                            |   70 +
 ext/nmatrix/extconf.rb                             |   52 +-
 ext/nmatrix/math/math.h                            |  116 +-
 ext/nmatrix/nmatrix.cpp                            | 2028 +----------------
 ext/nmatrix/nmatrix.h                              |   29 +-
 ext/nmatrix/ruby_constants.cpp                     |   13 +-
 ext/nmatrix/ruby_constants.h                       |    8 +-
 ext/nmatrix/{nmatrix.cpp => ruby_nmatrix.c}        |  793 +++----
 ext/nmatrix/storage/dense.cpp                      |  137 +-
 ext/nmatrix/storage/dense.h                        |   14 +-
 ext/nmatrix/storage/list.cpp                       |  313 ++-
 ext/nmatrix/storage/list.h                         |   15 +-
 ext/nmatrix/storage/storage.cpp                    |   98 +-
 ext/nmatrix/storage/storage.h                      |    4 +-
 ext/nmatrix/storage/yale.cpp                       | 2284 --------------------
 ext/nmatrix/storage/yale/class.h                   | 1070 +++++++++
 ext/nmatrix/storage/yale/iterators/base.h          |  142 ++
 ext/nmatrix/storage/yale/iterators/iterator.h      |  130 ++
 ext/nmatrix/storage/yale/iterators/row.h           |  449 ++++
 ext/nmatrix/storage/yale/iterators/row_stored.h    |  139 ++
 ext/nmatrix/storage/yale/iterators/row_stored_nd.h |  167 ++
 .../storage/yale/iterators/stored_diagonal.h       |  123 ++
 ext/nmatrix/storage/yale/math/transpose.h          |  110 +
 ext/nmatrix/storage/yale/yale.cpp                  | 1785 +++++++++++++++
 ext/nmatrix/storage/{ => yale}/yale.h              |   78 +-
 ext/nmatrix/types.h                                |    2 +
 ext/nmatrix/util/io.cpp                            |   72 +-
 ext/nmatrix/util/io.h                              |    2 -
 ext/nmatrix/util/sl_list.cpp                       |  197 +-
 ext/nmatrix/util/sl_list.h                         |   12 +-
 lib/nmatrix/blas.rb                                |   40 +-
 lib/nmatrix/enumerate.rb                           |    2 +-
 lib/nmatrix/io/mat5_reader.rb                      |   22 +-
 lib/nmatrix/lapack.rb                              |    6 +-
 lib/nmatrix/math.rb                                |    6 +-
 lib/nmatrix/nmatrix.rb                             |   24 +-
 lib/nmatrix/nvector.rb                             |    2 +
 lib/nmatrix/shortcuts.rb                           |  215 +-
 lib/nmatrix/version.rb                             |    2 +-
 metadata.yml                                       |  107 +-
 nmatrix.gemspec                                    |   15 +-
 spec/{nmatrix_spec.rb => 00_nmatrix_spec.rb}       |  253 +--
 spec/01_enum_spec.rb                               |  184 ++
 spec/{slice_spec.rb => 02_slice_spec.rb}           |   94 +-
 spec/blas_spec.rb                                  |   76 +-
 spec/elementwise_spec.rb                           |   17 +-
 spec/io_spec.rb                                    |   10 +-
 spec/lapack_spec.rb                                |   52 +-
 spec/math_spec.rb                                  |   14 +-
 spec/nmatrix_list_spec.rb                          |  113 -
 spec/nmatrix_yale_spec.rb                          |   90 +-
 spec/nvector_spec.rb                               |  112 -
 spec/shortcuts_spec.rb                             |   56 +-
 spec/slice_set_spec.rb                             |  157 ++
 spec/spec_helper.rb                                |   44 +-
 spec/stat_spec.rb                                  |  192 ++
 68 files changed, 6455 insertions(+), 6272 deletions(-)

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



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