[numexpr] branch master updated (ab3798c -> 336cfe1)

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Apr 20 16:44:52 UTC 2014


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

a_valentino-guest pushed a change to branch master
in repository numexpr.

      from  ab3798c   Fixed a typo in the changelog
       new  a444782   Typo
       new  473d8da   The watch file has been updated
      adds  7207a46   Imported Upstream version 2.4
       new  31d3401   Merge tag 'upstream/2.4'
       new  8b4e184   New upstream release
       new  3be57fe   Updated copyright file
       new  68ad466   Drop all patches
       new  336cfe1   Fix debian/docs

The 7 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:
 .hgeol                                             |  11 +
 .hgignore                                          |   9 +
 .mailmap                                           |   6 +
 .travis.yml                                        |  24 ++
 ANNOUNCE.rst                                       |  77 ++++
 ANNOUNCE.txt                                       |  66 ----
 FindNumPy.cmake                                    | 102 +++++
 FindPythonLibsNew.cmake                            | 233 ++++++++++++
 INSTALL.rst                                        |  54 +++
 INSTALL.txt                                        |  49 ---
 LICENSES/cpuinfo.txt                               |  31 ++
 MANIFEST.in                                        |   3 +-
 PKG-INFO                                           |  10 -
 README.txt => README.rst                           |  88 +++--
 RELEASE_NOTES.txt => RELEASE_NOTES.rst             |  45 ++-
 RELEASING.txt                                      |  97 +++++
 bench/poly.c                                       | 106 ++++++
 bench/vml_timing2.py                               |  48 +++
 debian/changelog                                   |  17 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   8 +-
 debian/docs                                        |   6 +-
 debian/patches/0001-debian-changes-1.3.1-1.patch   |  21 --
 .../0002-skip-threading-tests-on-sparc.patch       |  72 ----
 debian/patches/series                              |   2 -
 debian/rules                                       |   2 +-
 debian/watch                                       |   3 +-
 numexpr.egg-info/PKG-INFO                          |  10 -
 numexpr.egg-info/SOURCES.txt                       |  49 ---
 numexpr.egg-info/dependency_links.txt              |   1 -
 numexpr.egg-info/not-zip-safe                      |   1 -
 numexpr.egg-info/top_level.txt                     |   1 -
 numexpr/__init__.py                                |   4 +-
 numexpr/complex_functions.hpp                      |  22 ++
 numexpr/expressions.py                             |  25 +-
 numexpr/functions.hpp                              |   7 +-
 numexpr/interp_body.cpp                            |   6 +
 numexpr/interpreter.cpp                            | 129 ++++++-
 numexpr/module.cpp                                 |   2 +-
 numexpr/msvc_function_stubs.hpp                    |   6 +
 numexpr/necompiler.py                              |   5 +-
 numexpr/opcodes.hpp                                | 184 ++++-----
 numexpr/str-two-way.hpp                            | 415 +++++++++++++++++++++
 numexpr/tests/test_numexpr.py                      | 165 ++++++--
 numexpr/version.py                                 |   2 +-
 requirements.txt                                   |   2 +
 setup.cfg                                          |   5 -
 setup.py                                           | 332 +++++++++--------
 48 files changed, 1916 insertions(+), 649 deletions(-)
 create mode 100644 .hgeol
 create mode 100644 .hgignore
 create mode 100644 .mailmap
 create mode 100644 .travis.yml
 create mode 100644 ANNOUNCE.rst
 delete mode 100644 ANNOUNCE.txt
 create mode 100644 FindNumPy.cmake
 create mode 100644 FindPythonLibsNew.cmake
 create mode 100644 INSTALL.rst
 delete mode 100644 INSTALL.txt
 create mode 100644 LICENSES/cpuinfo.txt
 delete mode 100644 PKG-INFO
 rename README.txt => README.rst (79%)
 rename RELEASE_NOTES.txt => RELEASE_NOTES.rst (89%)
 create mode 100644 RELEASING.txt
 create mode 100644 bench/poly.c
 create mode 100644 bench/vml_timing2.py
 delete mode 100644 debian/patches/0001-debian-changes-1.3.1-1.patch
 delete mode 100644 debian/patches/0002-skip-threading-tests-on-sparc.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 numexpr.egg-info/PKG-INFO
 delete mode 100644 numexpr.egg-info/SOURCES.txt
 delete mode 100644 numexpr.egg-info/dependency_links.txt
 delete mode 100644 numexpr.egg-info/not-zip-safe
 delete mode 100644 numexpr.egg-info/top_level.txt
 create mode 100644 numexpr/str-two-way.hpp
 create mode 100644 requirements.txt
 delete mode 100644 setup.cfg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git



More information about the debian-science-commits mailing list