[python-pdal] branch upstream updated (d93b8d1 -> dcc6b97)

Bas Couwenberg sebastic at debian.org
Thu Dec 15 21:35:34 UTC 2016


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

sebastic pushed a change to branch upstream
in repository python-pdal.

      from  d93b8d1   Imported Upstream version 1.3.0+ds
       new  dcc6b97   Imported Upstream version 1.4.0+ds

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               |   43 +-
 README.rst             |   41 +-
 VERSION.txt            |    2 +-
 pdal/Pipeline.cpp      |   59 -
 pdal/Pipeline.hpp      |   39 -
 pdal/PyPipeline.cpp    |  101 +
 pdal/PyPipeline.hpp    |  102 +
 pdal/__init__.py       |    4 +-
 pdal/libpdalpython.cpp | 6376 +++++++++++++++++++++++++++++++-----------------
 pdal/libpdalpython.pyx |   74 +-
 pdal/pipeline.py       |   46 +
 pdal/pipeline_xml.py   |   62 -
 setup.py               |   20 +-
 test/__init__.py       |    2 -
 test/test_libpdal.py   |   74 -
 test/test_pipeline.py  |  152 +-
 16 files changed, 4655 insertions(+), 2542 deletions(-)
 delete mode 100644 pdal/Pipeline.cpp
 delete mode 100644 pdal/Pipeline.hpp
 create mode 100644 pdal/PyPipeline.cpp
 create mode 100644 pdal/PyPipeline.hpp
 create mode 100644 pdal/pipeline.py
 delete mode 100644 pdal/pipeline_xml.py
 delete mode 100644 test/test_libpdal.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pdal.git



More information about the Pkg-grass-devel mailing list