[Python-modules-commits] [python-feather-format] branch upstream updated (cd9b82c -> 04e6c06)
ChangZhuo Chen
czchen at moszumanska.debian.org
Thu Oct 13 10:55:06 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 cd9b82c Import python-feather-format_0.2.0.orig.tar.gz
adds 4d69d81 Import python-feather-format_0.3.0.orig.tar.gz
adds 04e6c06 Import python-feather-format_0.3.0+dfsg1.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
PKG-INFO | 20 +-
README.md | 19 +-
feather/api.py | 24 +-
feather/compat.py | 18 +
feather/ext.cpp | 3636 ++++++++++++--------
feather/ext.pyx | 87 +-
feather/interop.h | 6 +-
feather/libfeather.pxd | 14 +-
feather/tests/test_reader.py | 28 +-
feather/version.py | 2 +-
feather_format.egg-info/PKG-INFO | 20 +-
feather_format.egg-info/SOURCES.txt | 9 +
setup.py | 7 +-
src/feather/CMakeLists.txt | 22 +
src/feather/api.h | 5 +
src/feather/buffer.cc | 2 +-
src/feather/buffer.h | 3 +-
src/feather/common.h | 18 +-
.../{tests/test_main.cc => compatibility.h} | 29 +-
src/feather/feather-c.cc | 3 +
src/feather/io.cc | 474 ++-
src/feather/io.h | 82 +-
src/feather/metadata.cc | 35 +-
src/feather/metadata.h | 5 +-
src/feather/reader.cc | 30 +-
src/feather/reader.h | 2 +
src/feather/status.cc | 4 +-
src/feather/tests/c-api-test.cc | 6 +-
src/feather/tests/io-test.cc | 48 +-
src/feather/tests/metadata-test.cc | 3 +-
src/feather/tests/test-common.h | 4 +-
src/feather/tests/writer-test.cc | 12 +-
src/feather/writer.cc | 36 +-
33 files changed, 3015 insertions(+), 1698 deletions(-)
copy src/feather/{tests/test_main.cc => compatibility.h} (50%)
--
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