[pdal-commits] [PDAL/PDAL] c7d4a1: Python 1.1.0 extension fixups
GitHub
noreply at github.com
Mon Dec 28 18:04:07 PST 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: c7d4a163a2e969ef5f343ce7693edf4b080d9015
https://github.com/PDAL/PDAL/commit/c7d4a163a2e969ef5f343ce7693edf4b080d9015
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M python/VERSION.txt
M python/pdal/libpdalpython.pyx
Log Message:
-----------
Python 1.1.0 extension fixups
Commit: 76549ffff8ea9cbe1e2aa0ce3d9925d963f0e664
https://github.com/PDAL/PDAL/commit/76549ffff8ea9cbe1e2aa0ce3d9925d963f0e664
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M python/VERSION.txt
M python/pdal/__init__.py
Log Message:
-----------
version bump
Commit: 41b9647af6cf943a7308ae802877af5d43f8bbc0
https://github.com/PDAL/PDAL/commit/41b9647af6cf943a7308ae802877af5d43f8bbc0
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M python/MANIFEST.in
M python/setup.py
Log Message:
-----------
more python fixups for PyPI
Commit: 604c7e028acb7b262049d3b2c4d206bd74251877
https://github.com/PDAL/PDAL/commit/604c7e028acb7b262049d3b2c4d206bd74251877
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M .travis.yml
M apps/pdal.cpp
M appveyor.yml
M cmake/gdal.cmake
M cmake/geos.cmake
M cmake/modules/FindGDAL.cmake
M doc/apps.rst
M doc/compilation/index.rst
A doc/compilation/python.rst
A doc/docker.rst
M doc/index.rst
M doc/stages/filters.crop.rst
M doc/stages/filters.decimation.rst
M doc/stages/writers.las.rst
M filters/CMakeLists.txt
M filters/colorization/ColorizationFilter.cpp
M filters/colorization/ColorizationFilter.hpp
M filters/crop/CropFilter.cpp
M filters/crop/CropFilter.hpp
M filters/decimation/DecimationFilter.cpp
M filters/decimation/DecimationFilter.hpp
M filters/divider/DividerFilter.hpp
M filters/ferry/FerryFilter.cpp
M filters/ferry/FerryFilter.hpp
M filters/merge/MergeFilter.hpp
M filters/range/RangeFilter.cpp
M filters/range/RangeFilter.hpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M filters/sort/SortFilter.hpp
M filters/stats/StatsFilter.cpp
M filters/stats/StatsFilter.hpp
A filters/streamcallback/CMakeLists.txt
A filters/streamcallback/StreamCallbackFilter.cpp
A filters/streamcallback/StreamCallbackFilter.hpp
M filters/transformation/TransformationFilter.cpp
M filters/transformation/TransformationFilter.hpp
R include/pdal/BufferReader.hpp
M include/pdal/Compression.hpp
M include/pdal/Dimension.hpp
M include/pdal/FlexWriter.hpp
M include/pdal/GDALUtils.hpp
M include/pdal/Geometry.hpp
M include/pdal/KernelFactory.hpp
M include/pdal/PluginManager.hpp
A include/pdal/PointContainer.hpp
M include/pdal/PointLayout.hpp
A include/pdal/PointRef.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/PointViewIter.hpp
M include/pdal/Stage.hpp
M include/pdal/StageFactory.hpp
M include/pdal/pdal_types.hpp
M include/pdal/plugin.hpp
M include/pdal/util/Bounds.hpp
M include/pdal/util/IStream.hpp
M include/pdal/util/OStream.hpp
M io/CMakeLists.txt
M io/bpf/BpfReader.cpp
M io/bpf/BpfReader.hpp
A io/buffer/BufferReader.hpp
A io/buffer/CMakeLists.txt
M io/derivative/DerivativeWriter.cpp
M io/faux/FauxReader.cpp
M io/faux/FauxReader.hpp
M io/gdal/GDALReader.cpp
M io/gdal/GDALReader.hpp
M io/ilvis2/Ilvis2Reader.cpp
M io/ilvis2/Ilvis2Reader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetReader.hpp
M io/tindex/TIndexReader.cpp
M io/tindex/TIndexReader.hpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/split/SplitKernel.cpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/test/NitfWriterTest.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M scripts/ci/before_install.sh
M scripts/ci/common.sh
M scripts/ci/script.sh
A scripts/docker/Dockerfile
A scripts/docker/dependencies/Dockerfile
A scripts/docker/packaging/Dockerfile
M src/CMakeLists.txt
M src/GDALUtils.cpp
M src/Kernel.cpp
M src/KernelFactory.cpp
M src/PipelineReader.cpp
M src/PluginManager.cpp
M src/PointTable.cpp
M src/PointView.cpp
M src/SpatialReference.cpp
M src/Stage.cpp
M src/StageFactory.cpp
M src/pdal_config.cpp
M src/plang/Environment.cpp
A test/data/ilvis2/ILVIS2_TEST_FILE.TXT
A test/data/las/test1_4.las
R test/data/logs/logtest.txt
A test/data/png/autzen-height.png
R test/data/pointbuffer/metadata.txt
A test/data/sbet/autzen_trim.sbet
M test/unit/CMakeLists.txt
M test/unit/LogTest.cpp
M test/unit/PointTableTest.cpp
M test/unit/PointViewTest.cpp
M test/unit/SpatialReferenceTest.cpp
A test/unit/StreamingTest.cpp
A test/unit/apps/RandomTest.cpp
M test/unit/filters/ColorizationFilterTest.cpp
M test/unit/filters/CropFilterTest.cpp
M test/unit/filters/DecimationFilterTest.cpp
M test/unit/filters/FerryFilterTest.cpp
M test/unit/filters/RangeFilterTest.cpp
M test/unit/filters/ReprojectionFilterTest.cpp
M test/unit/filters/StatsFilterTest.cpp
M test/unit/io/bpf/BPFTest.cpp
M test/unit/io/buffer/BufferTest.cpp
A test/unit/io/gdal/GDALReaderTest.cpp
M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp
M test/unit/io/las/LasReaderTest.cpp
M test/unit/io/las/LasWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin' into python-extension-fixups
Commit: 1e6d077bf5b97c3d33e456ac694cc81e67ded35f
https://github.com/PDAL/PDAL/commit/1e6d077bf5b97c3d33e456ac694cc81e67ded35f
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-28 (Mon, 28 Dec 2015)
Changed paths:
M python/MANIFEST.in
M python/VERSION.txt
M python/pdal/__init__.py
M python/pdal/libpdalpython.pyx
M python/setup.py
Log Message:
-----------
Merge pull request #1059 from PDAL/python-extension-fixups
Python 1.1.0 extension fixups
Compare: https://github.com/PDAL/PDAL/compare/00ed45211eca...1e6d077bf5b9
More information about the pdal-commits
mailing list