[numexpr] branch master updated (5f11ac8 -> cbbbf1c)
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Sep 16 14:41:41 UTC 2017
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 5f11ac8 Set distribution to unstable
adds 388246d New upstream version 2.6.4
new 50dd9e4 Updated version 2.6.4 from 'upstream/2.6.4'
new cbbbf1c New upstream release
The 2 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:
.hgignore => .gitignore | 3 +
ANNOUNCE.rst | 61 +++++--
AUTHORS.txt | 3 +
README.rst | 268 +++++-------------------------
RELEASE_NOTES.rst | 108 +++++++-----
appveyor.yml | 8 +-
appveyor/requirements.txt | 13 +-
debian/changelog | 7 +
debian/control | 2 +-
doc/Makefile | 225 +++++++++++++++++++++++++
doc/api.rst | 24 +++
doc/conf.py | 356 ++++++++++++++++++++++++++++++++++++++++
doc/index.rst | 28 ++++
doc/intro.rst | 95 +++++++++++
doc/make.bat | 281 +++++++++++++++++++++++++++++++
doc/mkl.rst | 167 +++++++++++++++++++
doc/release_notes.rst | 4 +
doc/requirements.txt | 3 +
doc/user_guide.rst | 298 +++++++++++++++++++++++++++++++++
doc/vm2.rst | 128 +++++++++++++++
numexpr/expressions.py | 2 +
numexpr/functions.hpp | 4 +
numexpr/interpreter.cpp | 12 +-
numexpr/msvc_function_stubs.hpp | 9 +
numexpr/necompiler.py | 30 +++-
numexpr/tests/test_numexpr.py | 18 +-
numexpr/version.py | 2 +-
requirements.txt | 2 +-
site.cfg.example | 9 +-
29 files changed, 1849 insertions(+), 321 deletions(-)
rename .hgignore => .gitignore (77%)
create mode 100644 doc/Makefile
create mode 100644 doc/api.rst
create mode 100644 doc/conf.py
create mode 100644 doc/index.rst
create mode 100644 doc/intro.rst
create mode 100644 doc/make.bat
create mode 100644 doc/mkl.rst
create mode 100644 doc/release_notes.rst
create mode 100644 doc/requirements.txt
create mode 100644 doc/user_guide.rst
create mode 100644 doc/vm2.rst
--
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