[Python-modules-commits] [python-feather-format] branch upstream updated (04e6c06 -> 152e66e)

ChangZhuo Chen czchen at moszumanska.debian.org
Wed Nov 30 03:46:15 UTC 2016


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

czchen pushed a change to branch upstream
in repository python-feather-format.

      from  04e6c06   Import python-feather-format_0.3.0+dfsg1.orig.tar.gz
       new  152e66e   Import python-feather-format_0.3.1+dfsg1.orig.tar.gz

The 1 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:
 PKG-INFO                         |    2 +-
 feather/__init__.py              |    1 +
 feather/api.py                   |   23 +
 feather/compat.py                |    7 +
 feather/ext.cpp                  | 1251 ++++++++++++++++++++++++--------------
 feather/ext.pyx                  |   46 +-
 feather/interop.h                |   52 +-
 feather/tests/test_reader.py     |  114 +++-
 feather/version.py               |    2 +-
 feather_format.egg-info/PKG-INFO |    2 +-
 setup.py                         |    2 +-
 src/feather/common.h             |    4 +-
 src/feather/io.cc                |    4 +-
 src/feather/status.h             |    2 +-
 src/feather/types.h              |    2 +-
 15 files changed, 1047 insertions(+), 467 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-feather-format.git



More information about the Python-modules-commits mailing list