[DRE-commits] [ruby-nmatrix] branch master updated (0fe59a5 -> a9d4576)
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 change to branch master
in repository ruby-nmatrix.
from 0fe59a5 prepare changelog
adds 8354db7 Imported Upstream version 0.1.0~rc2
new 6342e33 Merge tag 'upstream/0.1.0_rc2'
new 26cdd91 refresh link_lapack_atlas.patch
new a9d4576 prepare changelog
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 5 +-
Gemfile | 5 +-
History.txt | 66 +++++-
Manifest.txt | 10 +-
README.rdoc | 13 +-
Rakefile | 2 -
checksums.yaml.gz | Bin 270 -> 269 bytes
debian/changelog | 6 +
debian/patches/link_lapack_atlas.patch | 2 +-
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 ++
40 files changed, 1361 insertions(+), 694 deletions(-)
create mode 100644 lib/nmatrix/io/point_cloud.rb
create mode 100644 spec/test.pcd
--
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