[numexpr] 03/07: Merge tag 'upstream/2.4'

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 commit to branch master
in repository numexpr.

commit 31d340167e7c0c149c63ef898a5b1cff1c99ca1b
Merge: 473d8da 7207a46
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Apr 20 14:51:19 2014 +0000

    Merge tag 'upstream/2.4'
    
    Upstream version 2.4

 .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 ++++
 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 +++++++++++++-------------
 39 files changed, 1885 insertions(+), 547 deletions(-)

-- 
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