[DRE-commits] [ruby-numo-narray] branch master updated (1ec31cd -> 33a4a04)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Aug 30 19:48:51 UTC 2017


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

uwabami-guest pushed a change to branch master
in repository ruby-numo-narray.

      from  1ec31cd   Add ITP number
       new  7d81a8e   New upstream version 0.9.0.8
       new  b2ec825   Updated version 0.9.0.8 from 'upstream/0.9.0.8'
       new  b5826ba   Refresh patches
       new  33a4a04   Bump version

The 4 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:
 debian/changelog                                   |   2 +-
 .../0001-Remove-git-ls-files-from-gemspec.patch    |  20 +
 debian/patches/0002-load-numo-extra-in-rspec.patch |  20 -
 .../0003-modify-loop-for-SIMD-optimization.patch   |  99 -----
 .../0004-not_nan-macro-for-fast-NaN-check.patch    | 325 ---------------
 debian/patches/0005-reduce-alloc-times.patch       | 101 -----
 ...ignment.-modify-loop-for-simd-optimizatio.patch | 446 ---------------------
 .../0007-fix-bug-in-methods-min-max_index.patch    |  30 --
 .../patches/0008-fix-cheking-negative-index.patch  |  52 ---
 .../0009-new-error-Numo-NArray-ValueError.patch    | 238 -----------
 debian/patches/0010-add-nary_eValueError.patch     |  20 -
 ...ort_index-avoid-zero-division-when-n-1-38.patch |  33 --
 .../0012-Remove-git-ls-files-from-gemspec.patch    |  22 -
 ...num-of-inputs-should-be-lp-nin-not-nf-nin.patch |  21 -
 debian/patches/series                              |  13 +-
 ext/numo/narray/gen/def/bit.rb                     |   1 +
 ext/numo/narray/gen/def/dcomplex.rb                |   1 +
 ext/numo/narray/gen/def/dfloat.rb                  |   1 +
 ext/numo/narray/gen/def/int16.rb                   |   1 +
 ext/numo/narray/gen/def/int32.rb                   |   1 +
 ext/numo/narray/gen/def/int64.rb                   |   1 +
 ext/numo/narray/gen/def/int8.rb                    |   1 +
 ext/numo/narray/gen/def/robject.rb                 |   1 +
 ext/numo/narray/gen/def/scomplex.rb                |   1 +
 ext/numo/narray/gen/def/sfloat.rb                  |   1 +
 ext/numo/narray/gen/def/uint16.rb                  |   1 +
 ext/numo/narray/gen/def/uint32.rb                  |   1 +
 ext/numo/narray/gen/def/uint64.rb                  |   1 +
 ext/numo/narray/gen/def/uint8.rb                   |   1 +
 ext/numo/narray/gen/tmpl/accum_binary.c            |  34 +-
 ext/numo/narray/gen/tmpl/binary.c                  |  60 ++-
 ext/numo/narray/gen/tmpl/sort_index.c              |   7 +-
 ext/numo/narray/gen/tmpl/unary.c                   |  35 +-
 ext/numo/narray/index.c                            |  25 +-
 ext/numo/narray/narray.c                           |   2 +
 ext/numo/narray/ndloop.c                           |  43 +-
 ext/numo/narray/numo/narray.h                      |   5 +-
 ext/numo/narray/numo/template.h                    |  15 +-
 ext/numo/narray/numo/types/complex_macro.h         |  40 +-
 ext/numo/narray/numo/types/int16.h                 |   7 +-
 ext/numo/narray/numo/types/int32.h                 |   7 +-
 ext/numo/narray/numo/types/int64.h                 |   7 +-
 ext/numo/narray/numo/types/int8.h                  |   7 +-
 ext/numo/narray/numo/types/int_macro.h             |   8 +-
 ext/numo/narray/numo/types/real_accum.h            |  73 ++--
 ext/numo/narray/numo/types/uint16.h                |   7 +-
 ext/numo/narray/numo/types/uint32.h                |   7 +-
 ext/numo/narray/numo/types/uint64.h                |   7 +-
 ext/numo/narray/numo/types/uint8.h                 |   7 +-
 spec/narray_spec.rb                                |   4 +-
 50 files changed, 302 insertions(+), 1561 deletions(-)
 create mode 100644 debian/patches/0001-Remove-git-ls-files-from-gemspec.patch
 delete mode 100644 debian/patches/0002-load-numo-extra-in-rspec.patch
 delete mode 100644 debian/patches/0003-modify-loop-for-SIMD-optimization.patch
 delete mode 100644 debian/patches/0004-not_nan-macro-for-fast-NaN-check.patch
 delete mode 100644 debian/patches/0005-reduce-alloc-times.patch
 delete mode 100644 debian/patches/0006-consider-alignment.-modify-loop-for-simd-optimizatio.patch
 delete mode 100644 debian/patches/0007-fix-bug-in-methods-min-max_index.patch
 delete mode 100644 debian/patches/0008-fix-cheking-negative-index.patch
 delete mode 100644 debian/patches/0009-new-error-Numo-NArray-ValueError.patch
 delete mode 100644 debian/patches/0010-add-nary_eValueError.patch
 delete mode 100644 debian/patches/0011-fix-sort_index-avoid-zero-division-when-n-1-38.patch
 delete mode 100644 debian/patches/0012-Remove-git-ls-files-from-gemspec.patch
 delete mode 100644 debian/patches/0012-fix-bug-num-of-inputs-should-be-lp-nin-not-nf-nin.patch

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



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