[DRE-commits] [ruby-nmatrix] 01/03: Merge tag 'upstream/0.1.0_rc2'
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Mar 14 13:55:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-nmatrix.
commit 6342e335ce886470c580479227df375631fff393
Merge: 0fe59a5 8354db7
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Mar 14 10:50:37 2014 +0100
Merge tag 'upstream/0.1.0_rc2'
Upstream version 0.1.0~rc2
# gpg: Signature faite le ven. 14 mars 2014 10:50:32 CET
# 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
.travis.yml | 5 +-
Gemfile | 5 +-
History.txt | 66 ++++++-
Manifest.txt | 10 +-
README.rdoc | 13 +-
Rakefile | 2 -
checksums.yaml.gz | Bin 270 -> 269 bytes
ext/nmatrix/data/data.cpp | 3 +-
ext/nmatrix/data/data.h | 5 +-
ext/nmatrix/extconf.rb | 13 +-
ext/nmatrix/math.cpp | 65 +++++++
ext/nmatrix/math/math.h | 1 +
ext/nmatrix/nmatrix.h | 4 +-
ext/nmatrix/ruby_constants.cpp | 4 +-
ext/nmatrix/ruby_constants.h | 4 +-
ext/nmatrix/ruby_nmatrix.c | 161 ++++++++++++++++-
ext/nmatrix/util/sl_list.cpp | 8 +-
lib/nmatrix/io/point_cloud.rb | 182 +++++++++++++++++++
lib/nmatrix/math.rb | 40 ++++-
lib/nmatrix/nmatrix.rb | 96 +++++++---
lib/nmatrix/shortcuts.rb | 19 +-
lib/nmatrix/version.rb | 2 +-
metadata.yml | 7 +-
nmatrix.gemspec | 4 +-
spec/00_nmatrix_spec.rb | 396 +++++++++++++++++++++++------------------
spec/01_enum_spec.rb | 58 +++---
spec/02_slice_spec.rb | 170 +++++++++---------
spec/blas_spec.rb | 36 ++--
spec/elementwise_spec.rb | 88 ++++-----
spec/io_spec.rb | 55 +++---
spec/lapack_spec.rb | 68 +++----
spec/math_spec.rb | 107 ++++++-----
spec/nmatrix_yale_spec.rb | 70 ++++----
spec/rspec_spec.rb | 4 +-
spec/shortcuts_spec.rb | 114 +++++++-----
spec/slice_set_spec.rb | 62 +++----
spec/stat_spec.rb | 80 ++++-----
spec/test.pcd | 20 +++
38 files changed, 1354 insertions(+), 693 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