[Python-modules-commits] [python-feather-format] branch master updated (2701638 -> beb1c43)
ChangZhuo Chen
czchen at moszumanska.debian.org
Mon Apr 11 15:17:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a change to branch master
in repository python-feather-format.
from 2701638 Update changelog
new a14984b Import python-feather-format_0.1.2.orig.tar.gz
new 0aaac5b record new upstream branch created by importing python-feather-format_0.1.2.orig.tar.gz and merge it
new beb1c43 Update changelog
The 3 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 +-
debian/.git-dpm | 14 +--
debian/changelog | 6 +
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 +-
21 files changed, 707 insertions(+), 55 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