[Python-modules-commits] [python-feather-format] branch upstream updated (fc565f4 -> a14984b)

ChangZhuo Chen czchen at moszumanska.debian.org
Mon Apr 11 15:17:11 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  fc565f4   Import python-feather-format_0.1.1.orig.tar.gz
       new  a14984b   Import python-feather-format_0.1.2.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/ext.cpp                     |   6 +-
 feather/ext.pyx                     |   2 +-
 feather/interop.h                   |  25 +++--
 feather/libfeather.pxd              |   2 +-
 feather/tests/test_reader.py        |  16 ++-
 feather/version.py                  |   2 +-
 feather_format.egg-info/PKG-INFO    |   2 +-
 feather_format.egg-info/SOURCES.txt |   3 +
 setup.py                            |   2 +-
 src/feather/CMakeLists.txt          |   3 +
 src/feather/feather-c.cc            | 216 ++++++++++++++++++++++++++++++++++++
 src/feather/feather-c.h             | 199 +++++++++++++++++++++++++++++++++
 src/feather/metadata.cc             |   2 +
 src/feather/reader.cc               |  26 +++--
 src/feather/reader.h                |  27 +++--
 src/feather/status.h                |   1 +
 src/feather/tests/c-api-test.cc     | 194 ++++++++++++++++++++++++++++++++
 src/feather/tests/writer-test.cc    |  12 +-
 19 files changed, 694 insertions(+), 48 deletions(-)
 create mode 100644 src/feather/feather-c.cc
 create mode 100644 src/feather/feather-c.h
 create mode 100644 src/feather/tests/c-api-test.cc

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