[pdal-commits] [PDAL/PDAL] 11d55b: Enable streaming for filters.colorinterp where pos...

GitHub noreply at github.com
Fri Oct 13 09:48:07 PDT 2017


  Branch: refs/tags/docker-master
  Home:   https://github.com/PDAL/PDAL
  Commit: 11d55bec978089a79b41435312ffcad1cf37ecb0
      https://github.com/PDAL/PDAL/commit/11d55bec978089a79b41435312ffcad1cf37ecb0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
    M filters/ColorinterpFilter.cpp
    M filters/ColorinterpFilter.hpp
    M pdal/Stage.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/ColorinterpFilterTest.cpp

  Log Message:
  -----------
  Enable streaming for filters.colorinterp where possible.
Add tests for filters.colorinterp
Close #1609


  Commit: 73676be924a1a63ef57537d47c8860092a0d21ef
      https://github.com/PDAL/PDAL/commit/73676be924a1a63ef57537d47c8860092a0d21ef
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-09-19 (Tue, 19 Sep 2017)

  Changed paths:
    M filters/ColorinterpFilter.cpp
    M filters/ColorinterpFilter.hpp
    M pdal/Stage.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/ColorinterpFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'post1.6' of github.com:PDAL/PDAL


  Commit: b6e613820477a6077d8713e30bcfb3747ccf328b
      https://github.com/PDAL/PDAL/commit/b6e613820477a6077d8713e30bcfb3747ccf328b
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 43d3c540d5ca2a1169e31a2da00535f7cda17fef
      https://github.com/PDAL/PDAL/commit/43d3c540d5ca2a1169e31a2da00535f7cda17fef
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-09-21 (Thu, 21 Sep 2017)

  Changed paths:
    M apps/pdal.cpp
    M doc/apps/delta.rst
    M kernels/DeltaKernel.cpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    M kernels/TranslateKernel.cpp
    R pdal/KernelFactory.cpp
    R pdal/KernelFactory.hpp
    M pdal/StageFactory.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: c5058f90610d7102484dcf2bc82a409cf5461fef
      https://github.com/PDAL/PDAL/commit/c5058f90610d7102484dcf2bc82a409cf5461fef
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M doc/stages/filters.cpd.rst
    M doc/stages/readers.text.rst
    M filters/AssignFilter.cpp
    M filters/ColorizationFilter.cpp
    M filters/private/DimRange.cpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/PlyReader.cpp
    M kernels/SortKernel.cpp
    M pdal/Kernel.cpp
    M pdal/Metadata.hpp
    M pdal/PDALUtils.hpp
    M pdal/StageFactory.cpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M plugins/cpd/filters/CpdFilter.cpp
    M plugins/pcl/filters/IcpFilter.cpp
    M scripts/ci/script.sh
    A scripts/docker/1.4-maintenance/alpine/10-backtrace-guards.patch
    A scripts/docker/1.4-maintenance/alpine/Dockerfile
    A scripts/docker/1.4-maintenance/ubuntu/Dockerfile
    A scripts/docker/1.5-maintenance/alpine/10-backtrace-guards.patch
    A scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.5-maintenance/ubuntu/Dockerfile
    A scripts/docker/master/alpine/Dockerfile
    A scripts/docker/master/ubuntu/Dockerfile
    M test/unit/MetadataTest.cpp
    M test/unit/UtilsTest.cpp
    M tools/lasdump/Dumper.cpp
    M tools/lasdump/Dumper.hpp
    M vendor/eigen/Eigen/CMakeLists.txt
    M vendor/eigen/Eigen/Cholesky
    M vendor/eigen/Eigen/CholmodSupport
    M vendor/eigen/Eigen/Core
    M vendor/eigen/Eigen/Eigen
    M vendor/eigen/Eigen/Eigenvalues
    M vendor/eigen/Eigen/Geometry
    M vendor/eigen/Eigen/Householder
    M vendor/eigen/Eigen/IterativeLinearSolvers
    M vendor/eigen/Eigen/Jacobi
    M vendor/eigen/Eigen/LU
    M vendor/eigen/Eigen/MetisSupport
    M vendor/eigen/Eigen/OrderingMethods
    M vendor/eigen/Eigen/PaStiXSupport
    M vendor/eigen/Eigen/PardisoSupport
    M vendor/eigen/Eigen/QR
    M vendor/eigen/Eigen/QtAlignedMalloc
    M vendor/eigen/Eigen/SPQRSupport
    M vendor/eigen/Eigen/SVD
    M vendor/eigen/Eigen/Sparse
    M vendor/eigen/Eigen/SparseCholesky
    M vendor/eigen/Eigen/SparseCore
    M vendor/eigen/Eigen/SparseLU
    M vendor/eigen/Eigen/SparseQR
    M vendor/eigen/Eigen/StdDeque
    M vendor/eigen/Eigen/StdList
    M vendor/eigen/Eigen/StdVector
    M vendor/eigen/Eigen/SuperLUSupport
    M vendor/eigen/Eigen/UmfPackSupport
    M vendor/eigen/Eigen/src/Cholesky/LDLT.h
    M vendor/eigen/Eigen/src/Cholesky/LLT.h
    A vendor/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h
    M vendor/eigen/Eigen/src/CholmodSupport/CholmodSupport.h
    M vendor/eigen/Eigen/src/Core/Array.h
    M vendor/eigen/Eigen/src/Core/ArrayBase.h
    M vendor/eigen/Eigen/src/Core/ArrayWrapper.h
    M vendor/eigen/Eigen/src/Core/Assign.h
    A vendor/eigen/Eigen/src/Core/AssignEvaluator.h
    M vendor/eigen/Eigen/src/Core/Assign_MKL.h
    M vendor/eigen/Eigen/src/Core/BandMatrix.h
    M vendor/eigen/Eigen/src/Core/Block.h
    M vendor/eigen/Eigen/src/Core/BooleanRedux.h
    M vendor/eigen/Eigen/src/Core/CommaInitializer.h
    A vendor/eigen/Eigen/src/Core/ConditionEstimator.h
    A vendor/eigen/Eigen/src/Core/CoreEvaluators.h
    M vendor/eigen/Eigen/src/Core/CoreIterators.h
    M vendor/eigen/Eigen/src/Core/CwiseBinaryOp.h
    M vendor/eigen/Eigen/src/Core/CwiseNullaryOp.h
    A vendor/eigen/Eigen/src/Core/CwiseTernaryOp.h
    M vendor/eigen/Eigen/src/Core/CwiseUnaryOp.h
    M vendor/eigen/Eigen/src/Core/CwiseUnaryView.h
    M vendor/eigen/Eigen/src/Core/DenseBase.h
    M vendor/eigen/Eigen/src/Core/DenseCoeffsBase.h
    M vendor/eigen/Eigen/src/Core/DenseStorage.h
    M vendor/eigen/Eigen/src/Core/Diagonal.h
    M vendor/eigen/Eigen/src/Core/DiagonalMatrix.h
    M vendor/eigen/Eigen/src/Core/DiagonalProduct.h
    M vendor/eigen/Eigen/src/Core/Dot.h
    M vendor/eigen/Eigen/src/Core/EigenBase.h
    M vendor/eigen/Eigen/src/Core/ForceAlignedAccess.h
    M vendor/eigen/Eigen/src/Core/Fuzzy.h
    M vendor/eigen/Eigen/src/Core/GeneralProduct.h
    M vendor/eigen/Eigen/src/Core/GenericPacketMath.h
    M vendor/eigen/Eigen/src/Core/GlobalFunctions.h
    M vendor/eigen/Eigen/src/Core/IO.h
    A vendor/eigen/Eigen/src/Core/Inverse.h
    M vendor/eigen/Eigen/src/Core/Map.h
    M vendor/eigen/Eigen/src/Core/MapBase.h
    M vendor/eigen/Eigen/src/Core/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/MathFunctionsImpl.h
    M vendor/eigen/Eigen/src/Core/Matrix.h
    M vendor/eigen/Eigen/src/Core/MatrixBase.h
    M vendor/eigen/Eigen/src/Core/NestByValue.h
    M vendor/eigen/Eigen/src/Core/NoAlias.h
    M vendor/eigen/Eigen/src/Core/NumTraits.h
    M vendor/eigen/Eigen/src/Core/PermutationMatrix.h
    M vendor/eigen/Eigen/src/Core/PlainObjectBase.h
    A vendor/eigen/Eigen/src/Core/Product.h
    A vendor/eigen/Eigen/src/Core/ProductEvaluators.h
    M vendor/eigen/Eigen/src/Core/Random.h
    M vendor/eigen/Eigen/src/Core/Redux.h
    M vendor/eigen/Eigen/src/Core/Ref.h
    M vendor/eigen/Eigen/src/Core/Replicate.h
    M vendor/eigen/Eigen/src/Core/ReturnByValue.h
    M vendor/eigen/Eigen/src/Core/Reverse.h
    M vendor/eigen/Eigen/src/Core/Select.h
    M vendor/eigen/Eigen/src/Core/SelfAdjointView.h
    M vendor/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
    A vendor/eigen/Eigen/src/Core/Solve.h
    M vendor/eigen/Eigen/src/Core/SolveTriangular.h
    A vendor/eigen/Eigen/src/Core/SolverBase.h
    M vendor/eigen/Eigen/src/Core/StableNorm.h
    M vendor/eigen/Eigen/src/Core/Stride.h
    M vendor/eigen/Eigen/src/Core/Swap.h
    M vendor/eigen/Eigen/src/Core/Transpose.h
    M vendor/eigen/Eigen/src/Core/Transpositions.h
    M vendor/eigen/Eigen/src/Core/TriangularMatrix.h
    M vendor/eigen/Eigen/src/Core/VectorBlock.h
    M vendor/eigen/Eigen/src/Core/VectorwiseOp.h
    M vendor/eigen/Eigen/src/Core/Visitor.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h
    A vendor/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
    M vendor/eigen/Eigen/src/Core/arch/AltiVec/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h
    M vendor/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/Half.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h
    M vendor/eigen/Eigen/src/Core/arch/NEON/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h
    M vendor/eigen/Eigen/src/Core/arch/NEON/PacketMath.h
    M vendor/eigen/Eigen/src/Core/arch/SSE/Complex.h
    M vendor/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
    M vendor/eigen/Eigen/src/Core/arch/SSE/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h
    A vendor/eigen/Eigen/src/Core/arch/ZVector/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h
    A vendor/eigen/Eigen/src/Core/functors/AssignmentFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/BinaryFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/NullaryFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/StlFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/TernaryFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/UnaryFunctors.h
    M vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
    M vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
    M vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
    A vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
    A vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/GeneralMatrixVector.h
    A vendor/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/Parallelizer.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
    A vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
    A vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointProduct.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
    M vendor/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
    A vendor/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/TriangularMatrixVector.h
    A vendor/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
    A vendor/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/TriangularSolverVector.h
    M vendor/eigen/Eigen/src/Core/util/BlasUtil.h
    M vendor/eigen/Eigen/src/Core/util/Constants.h
    M vendor/eigen/Eigen/src/Core/util/DisableStupidWarnings.h
    M vendor/eigen/Eigen/src/Core/util/ForwardDeclarations.h
    M vendor/eigen/Eigen/src/Core/util/MKL_support.h
    M vendor/eigen/Eigen/src/Core/util/Macros.h
    M vendor/eigen/Eigen/src/Core/util/Memory.h
    M vendor/eigen/Eigen/src/Core/util/Meta.h
    M vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
    M vendor/eigen/Eigen/src/Core/util/StaticAssert.h
    M vendor/eigen/Eigen/src/Core/util/XprHelper.h
    M vendor/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/ComplexSchur.h
    A vendor/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
    M vendor/eigen/Eigen/src/Eigenvalues/EigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
    M vendor/eigen/Eigen/src/Eigenvalues/RealQZ.h
    M vendor/eigen/Eigen/src/Eigenvalues/RealSchur.h
    A vendor/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
    M vendor/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
    A vendor/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
    M vendor/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
    M vendor/eigen/Eigen/src/Geometry/AlignedBox.h
    M vendor/eigen/Eigen/src/Geometry/AngleAxis.h
    M vendor/eigen/Eigen/src/Geometry/EulerAngles.h
    M vendor/eigen/Eigen/src/Geometry/Homogeneous.h
    M vendor/eigen/Eigen/src/Geometry/Hyperplane.h
    M vendor/eigen/Eigen/src/Geometry/OrthoMethods.h
    M vendor/eigen/Eigen/src/Geometry/ParametrizedLine.h
    M vendor/eigen/Eigen/src/Geometry/Quaternion.h
    M vendor/eigen/Eigen/src/Geometry/Rotation2D.h
    M vendor/eigen/Eigen/src/Geometry/RotationBase.h
    M vendor/eigen/Eigen/src/Geometry/Scaling.h
    M vendor/eigen/Eigen/src/Geometry/Transform.h
    M vendor/eigen/Eigen/src/Geometry/Translation.h
    M vendor/eigen/Eigen/src/Geometry/Umeyama.h
    M vendor/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h
    M vendor/eigen/Eigen/src/Householder/BlockHouseholder.h
    M vendor/eigen/Eigen/src/Householder/Householder.h
    M vendor/eigen/Eigen/src/Householder/HouseholderSequence.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
    A vendor/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
    A vendor/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
    A vendor/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
    M vendor/eigen/Eigen/src/Jacobi/Jacobi.h
    M vendor/eigen/Eigen/src/LU/Determinant.h
    M vendor/eigen/Eigen/src/LU/FullPivLU.h
    A vendor/eigen/Eigen/src/LU/InverseImpl.h
    M vendor/eigen/Eigen/src/LU/PartialPivLU.h
    A vendor/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h
    M vendor/eigen/Eigen/src/LU/arch/Inverse_SSE.h
    M vendor/eigen/Eigen/src/MetisSupport/MetisSupport.h
    M vendor/eigen/Eigen/src/OrderingMethods/Amd.h
    M vendor/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h
    M vendor/eigen/Eigen/src/OrderingMethods/Ordering.h
    M vendor/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
    M vendor/eigen/Eigen/src/PardisoSupport/PardisoSupport.h
    M vendor/eigen/Eigen/src/QR/ColPivHouseholderQR.h
    A vendor/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
    A vendor/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h
    M vendor/eigen/Eigen/src/QR/FullPivHouseholderQR.h
    M vendor/eigen/Eigen/src/QR/HouseholderQR.h
    A vendor/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h
    M vendor/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
    A vendor/eigen/Eigen/src/SVD/BDCSVD.h
    M vendor/eigen/Eigen/src/SVD/JacobiSVD.h
    A vendor/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h
    A vendor/eigen/Eigen/src/SVD/SVDBase.h
    M vendor/eigen/Eigen/src/SVD/UpperBidiagonalization.h
    M vendor/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
    M vendor/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
    M vendor/eigen/Eigen/src/SparseCore/AmbiVector.h
    M vendor/eigen/Eigen/src/SparseCore/CompressedStorage.h
    M vendor/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
    M vendor/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h
    A vendor/eigen/Eigen/src/SparseCore/SparseAssign.h
    M vendor/eigen/Eigen/src/SparseCore/SparseBlock.h
    M vendor/eigen/Eigen/src/SparseCore/SparseColEtree.h
    A vendor/eigen/Eigen/src/SparseCore/SparseCompressedBase.h
    M vendor/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
    M vendor/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
    M vendor/eigen/Eigen/src/SparseCore/SparseDenseProduct.h
    M vendor/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
    M vendor/eigen/Eigen/src/SparseCore/SparseDot.h
    M vendor/eigen/Eigen/src/SparseCore/SparseFuzzy.h
    A vendor/eigen/Eigen/src/SparseCore/SparseMap.h
    M vendor/eigen/Eigen/src/SparseCore/SparseMatrix.h
    M vendor/eigen/Eigen/src/SparseCore/SparseMatrixBase.h
    M vendor/eigen/Eigen/src/SparseCore/SparsePermutation.h
    M vendor/eigen/Eigen/src/SparseCore/SparseProduct.h
    M vendor/eigen/Eigen/src/SparseCore/SparseRedux.h
    A vendor/eigen/Eigen/src/SparseCore/SparseRef.h
    M vendor/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
    A vendor/eigen/Eigen/src/SparseCore/SparseSolverBase.h
    M vendor/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
    M vendor/eigen/Eigen/src/SparseCore/SparseTranspose.h
    M vendor/eigen/Eigen/src/SparseCore/SparseTriangularView.h
    M vendor/eigen/Eigen/src/SparseCore/SparseUtil.h
    M vendor/eigen/Eigen/src/SparseCore/SparseVector.h
    M vendor/eigen/Eigen/src/SparseCore/SparseView.h
    M vendor/eigen/Eigen/src/SparseCore/TriangularSolver.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLUImpl.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_Memory.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_Structs.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_Utils.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h
    M vendor/eigen/Eigen/src/SparseQR/SparseQR.h
    M vendor/eigen/Eigen/src/StlSupport/StdDeque.h
    M vendor/eigen/Eigen/src/StlSupport/StdList.h
    M vendor/eigen/Eigen/src/StlSupport/StdVector.h
    M vendor/eigen/Eigen/src/StlSupport/details.h
    M vendor/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
    M vendor/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
    M vendor/eigen/Eigen/src/misc/Image.h
    M vendor/eigen/Eigen/src/misc/Kernel.h
    A vendor/eigen/Eigen/src/misc/RealSvd2x2.h
    M vendor/eigen/Eigen/src/misc/blas.h
    A vendor/eigen/Eigen/src/misc/lapack.h
    A vendor/eigen/Eigen/src/misc/lapacke.h
    A vendor/eigen/Eigen/src/misc/lapacke_mangling.h
    M vendor/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h
    M vendor/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h
    M vendor/eigen/Eigen/src/plugins/BlockMethods.h
    M vendor/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h
    M vendor/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h
    M vendor/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h
    M vendor/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: c3f2a5c10d06d0c8d7b987c1cf93e03c90addd9d
      https://github.com/PDAL/PDAL/commit/c3f2a5c10d06d0c8d7b987c1cf93e03c90addd9d
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M doc/stages/filters.assign.rst
    M filters/ColorinterpFilter.cpp
    M pdal/GDALUtils.hpp
    M test/unit/filters/ColorinterpFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 336f2dda45746674cd18573c6f77c0e9f43e397d
      https://github.com/PDAL/PDAL/commit/336f2dda45746674cd18573c6f77c0e9f43e397d
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 4d5581ade019c509ecc9ccd7c641b79df6cd3edf
      https://github.com/PDAL/PDAL/commit/4d5581ade019c509ecc9ccd7c641b79df6cd3edf
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M pdal/Stage.cpp
    M pdal/Stage.hpp

  Log Message:
  -----------
  Set debug based on log level.


  Commit: 2d464ffd640cbb339c48b189f46edf064ab266c4
      https://github.com/PDAL/PDAL/commit/2d464ffd640cbb339c48b189f46edf064ab266c4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M pdal/Stage.cpp
    M pdal/Stage.hpp

  Log Message:
  -----------
  Centralize logging changes.


  Commit: 875673efddfe44e59957989599354235f1e1e40f
      https://github.com/PDAL/PDAL/commit/875673efddfe44e59957989599354235f1e1e40f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M filters/AssignFilter.cpp

  Log Message:
  -----------
  Set failbit on bad DimRange parse.


  Commit: 31ca4b9c97f5998368566c577373689a66662bb9
      https://github.com/PDAL/PDAL/commit/31ca4b9c97f5998368566c577373689a66662bb9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M filters/SampleFilter.cpp
    M scripts/docker/master/alpine/Dockerfile
    M scripts/docker/master/ubuntu/Dockerfile

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 1bc5058d45fe9f1af3d1f9560aa21223c383bb57
      https://github.com/PDAL/PDAL/commit/1bc5058d45fe9f1af3d1f9560aa21223c383bb57
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M pdal/Stage.cpp
    M pdal/Stage.hpp

  Log Message:
  -----------
  Merge pull request #1698 from PDAL/logfix

Get stage debug information from log level


  Commit: 8b220022bbf9007ef5c0b56feedddc75154fd4d7
      https://github.com/PDAL/PDAL/commit/8b220022bbf9007ef5c0b56feedddc75154fd4d7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M filters/CropFilter.cpp

  Log Message:
  -----------
  Get absolute distance to minimize math.


  Commit: feafb68c014b040564065d288b23deb4aacb470c
      https://github.com/PDAL/PDAL/commit/feafb68c014b040564065d288b23deb4aacb470c
  Author: Piero Toffanin <pt at masseranolabs.com>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M doc/stages/filters.smrf.rst

  Log Message:
  -----------
  Updated smrf's out directory parameter reference (#1699)


  Commit: 591f10500b8601f4f8589cb173a337cd0516ad3e
      https://github.com/PDAL/PDAL/commit/591f10500b8601f4f8589cb173a337cd0516ad3e
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M CMakeLists.txt
    M doc/stages/filters.ferry.rst
    M doc/stages/filters.smrf.rst
    M filters/AssignFilter.cpp
    M filters/FerryFilter.cpp
    M filters/FerryFilter.hpp
    M filters/SampleFilter.cpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M pdal/Dimension.json
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M scripts/docker/master/alpine/Dockerfile
    M scripts/docker/master/ubuntu/Dockerfile
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: e2690685079583414938d5c802e9e8928b3db5a8
      https://github.com/PDAL/PDAL/commit/e2690685079583414938d5c802e9e8928b3db5a8
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M cmake/modules/FindMatlab.cmake
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/matlab/filters/Script.cpp
    M plugins/matlab/filters/Script.hpp
    M plugins/matlab/io/MatlabWriter.cpp
    M plugins/matlab/test/MatlabFilterTest.cpp

  Log Message:
  -----------
  Fix #1689 and support PDAL.metadata.pdalargs option as per docs (#1700)

* metadata and srs support for Matlab stages

* support 2017b

* update for 2017b matlab

* pdalargs option placed on PDAL.metadata.pdalargs member


  Commit: 976821dd5180d7ab471e3d4a8663147e42e5b9ff
      https://github.com/PDAL/PDAL/commit/976821dd5180d7ab471e3d4a8663147e42e5b9ff
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M cmake/modules/FindMatlab.cmake
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/matlab/filters/Script.cpp
    M plugins/matlab/filters/Script.hpp
    M plugins/matlab/io/MatlabWriter.cpp
    M plugins/matlab/test/MatlabFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 2c8c67d05bb3074fbc417961459870e67b595c85
      https://github.com/PDAL/PDAL/commit/2c8c67d05bb3074fbc417961459870e67b595c85
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  use LASzip 3.1.1 for pdal/dependencies docker image


  Commit: 70c913c4514c9841d730c7bc0c030089bbbeec3f
      https://github.com/PDAL/PDAL/commit/70c913c4514c9841d730c7bc0c030089bbbeec3f
  Author: Connor Manning <connor at hobu.co>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M plugins/greyhound/io/GreyhoundReader.cpp

  Log Message:
  -----------
  Fix dimension-name lookup in GreyhoundReader to work for proprietary dims.


  Commit: 6a875ca1f8fadef465128a741d98c2a3bdc31fbf
      https://github.com/PDAL/PDAL/commit/6a875ca1f8fadef465128a741d98c2a3bdc31fbf
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
    M CMakeLists.txt
    M doc/quickstart.rst
    M python/VERSION.txt
    M python/pdal/__init__.py

  Log Message:
  -----------
  increment versions in preparation for 1.6.0 release


  Commit: bf6516bc0bfd5ead90dae770c49eac628fe2f8af
      https://github.com/PDAL/PDAL/commit/bf6516bc0bfd5ead90dae770c49eac628fe2f8af
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/development/docker.rst
    M doc/development/index.rst
    A doc/development/liblas_to_pdal.rst
    A doc/development/using.rst
    A doc/development/writing-filter.rst
    A doc/development/writing-kernel.rst
    A doc/development/writing-reader.rst
    A doc/development/writing-writer.rst
    A doc/development/writing.rst
    M doc/tutorial/index.rst
    R doc/tutorial/liblas_to_pdal.rst
    R doc/tutorial/using.rst
    R doc/tutorial/writing-filter.rst
    R doc/tutorial/writing-kernel.rst
    R doc/tutorial/writing-reader.rst
    R doc/tutorial/writing-writer.rst
    R doc/tutorial/writing.rst

  Log Message:
  -----------
  Move any docs related to writing code from tutorials to development


  Commit: 21e66c2900f8dac32a0d2186e04cda8242c8d956
      https://github.com/PDAL/PDAL/commit/21e66c2900f8dac32a0d2186e04cda8242c8d956
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/api/index.rst
    A doc/api/transition/index.rst
    M doc/development/contributors.rst
    M doc/development/index.rst
    R doc/development/liblas_to_pdal.rst

  Log Message:
  -----------
  libLAS migration guide may be more applicable to API

(Also, RadiantBlue should now be DigitalGlobe.)


  Commit: 92064bcfed4825befb3ee0462d1480d8da4f3c68
      https://github.com/PDAL/PDAL/commit/92064bcfed4825befb3ee0462d1480d8da4f3c68
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    R doc/tutorial/after-front1.png
    R doc/tutorial/after-front2.png
    R doc/tutorial/after-front3.png
    R doc/tutorial/after-top1.png
    R doc/tutorial/after-top2.png
    R doc/tutorial/after-top3.png
    M doc/tutorial/index.rst
    R doc/tutorial/original.png
    R doc/tutorial/pcl_ground.rst
    A doc/tutorial/pcl_ground/after-front1.png
    A doc/tutorial/pcl_ground/after-front2.png
    A doc/tutorial/pcl_ground/after-front3.png
    A doc/tutorial/pcl_ground/after-top1.png
    A doc/tutorial/pcl_ground/after-top2.png
    A doc/tutorial/pcl_ground/after-top3.png
    A doc/tutorial/pcl_ground/index.rst
    A doc/tutorial/pcl_ground/original.png

  Log Message:
  -----------
  Group ground tutorial and all iamges in a folder


  Commit: adf773b287e2825967222b33b1d279c49aa675b0
      https://github.com/PDAL/PDAL/commit/adf773b287e2825967222b33b1d279c49aa675b0
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    R doc/tutorial/autzen-elevation.png
    R doc/tutorial/autzen-height.png
    R doc/tutorial/calculating-normalized-heights.rst
    M doc/tutorial/index.rst
    A doc/tutorial/normalized_heights/autzen-elevation.png
    A doc/tutorial/normalized_heights/autzen-height.png
    A doc/tutorial/normalized_heights/index.rst

  Log Message:
  -----------
  Group normalized heights files


  Commit: a49b334435a987fbdf2645c34885102adc0b23da
      https://github.com/PDAL/PDAL/commit/a49b334435a987fbdf2645c34885102adc0b23da
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    R doc/tutorial/autzen-shapes-clipped.png
    R doc/tutorial/autzen-shapes-point-cloud.png
    R doc/tutorial/autzen-shapes-to-clip.png
    R doc/tutorial/clipping-with-shapefile.rst
    A doc/tutorial/clipping/autzen-shapes-clipped.png
    A doc/tutorial/clipping/autzen-shapes-point-cloud.png
    A doc/tutorial/clipping/autzen-shapes-to-clip.png
    A doc/tutorial/clipping/index.rst
    M doc/tutorial/index.rst

  Log Message:
  -----------
  Group clipping files


  Commit: 78a23b041fbc5959a93d9619c889e2d336ebb843
      https://github.com/PDAL/PDAL/commit/78a23b041fbc5959a93d9619c889e2d336ebb843
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    R doc/tutorial/dart-throwing.rst
    M doc/tutorial/index.rst
    A doc/tutorial/pcl_ground/sor_pmf.json
    A doc/tutorial/pcl_ground/sor_pmf2.json
    A doc/tutorial/sampling/index.rst
    A doc/tutorial/sampling/subsample-ex1.png
    A doc/tutorial/sampling/subsample-ex2.png
    A doc/tutorial/sampling/subsample-ex3.png
    A doc/tutorial/sampling/subsample-ex4.png
    A doc/tutorial/sampling/subsample-ex5.png
    R doc/tutorial/sor_pmf.json
    R doc/tutorial/sor_pmf2.json
    R doc/tutorial/subsample-ex1.png
    R doc/tutorial/subsample-ex2.png
    R doc/tutorial/subsample-ex3.png
    R doc/tutorial/subsample-ex4.png
    R doc/tutorial/subsample-ex5.png

  Log Message:
  -----------
  Grouping sampling files (and missed ground pipelines)


  Commit: 6e3ea295ca979e0789ae9383c9e635dce19c79df
      https://github.com/PDAL/PDAL/commit/6e3ea295ca979e0789ae9383c9e635dce19c79df
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/tutorial/index.rst

  Log Message:
  -----------
  Clarify what the tutorials section is all about, and redirect other users via Note


  Commit: 313ad9f5a6f5aed4318eabd245ae9f9f8b6e1117
      https://github.com/PDAL/PDAL/commit/313ad9f5a6f5aed4318eabd245ae9f9f8b6e1117
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/api/index.rst
    M doc/development/index.rst

  Log Message:
  -----------
  Point users to other types of documentation depending on where they've landed


  Commit: 7a96b08d65e3d70a4625c95cd80c490bb89c25d6
      https://github.com/PDAL/PDAL/commit/7a96b08d65e3d70a4625c95cd80c490bb89c25d6
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/development/docker.rst
    M doc/development/integration.rst

  Log Message:
  -----------
  Light formatting and eliminate pdal/dependencies from the Travis dicussion, instead citing Alpine


  Commit: 084841660559a8fa12ce38634275d940c8c11bc6
      https://github.com/PDAL/PDAL/commit/084841660559a8fa12ce38634275d940c8c11bc6
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/stages/writers.ogr.rst

  Log Message:
  -----------
  Fix typo in OGR writer docs


  Commit: 942f24d4ee898d07e6df4009798f41d792e5974f
      https://github.com/PDAL/PDAL/commit/942f24d4ee898d07e6df4009798f41d792e5974f
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/development/index.rst
    A doc/development/normalized_heights/autzen-elevation.png
    A doc/development/normalized_heights/autzen-height.png
    A doc/development/normalized_heights/index.rst
    M doc/tutorial/index.rst
    R doc/tutorial/normalized_heights/autzen-elevation.png
    R doc/tutorial/normalized_heights/autzen-height.png
    R doc/tutorial/normalized_heights/index.rst

  Log Message:
  -----------
  Normalized heights tutorial (as written anyway) is more of a development topic


  Commit: 822176059feb09862f1d45b0f8c97267a0118a07
      https://github.com/PDAL/PDAL/commit/822176059feb09862f1d45b0f8c97267a0118a07
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/development/normalized_heights/index.rst

  Log Message:
  -----------
  remove pcl note


  Commit: 9a9ea02685c4f05fcd71c8937e2ba9768058936d
      https://github.com/PDAL/PDAL/commit/9a9ea02685c4f05fcd71c8937e2ba9768058936d
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/development/index.rst
    R doc/development/normalized_heights/autzen-elevation.png
    R doc/development/normalized_heights/autzen-height.png
    R doc/development/normalized_heights/index.rst
    M doc/tutorial/index.rst
    A doc/tutorial/normalized_heights/autzen-elevation.png
    A doc/tutorial/normalized_heights/autzen-height.png
    A doc/tutorial/normalized_heights/index.rst

  Log Message:
  -----------
  Convert back to tutorials, we'll just remove the coding part of it


  Commit: d2ef4088b887acbe4895419498d58dd47a1e4207
      https://github.com/PDAL/PDAL/commit/d2ef4088b887acbe4895419498d58dd47a1e4207
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/tutorial/normalized_heights/index.rst

  Log Message:
  -----------
  Refining the HAG text, but also thinking it could just be part of filters.hag stage documentation


  Commit: 359a98f2a4b2255fb8c44227c191751d3c41cf60
      https://github.com/PDAL/PDAL/commit/359a98f2a4b2255fb8c44227c191751d3c41cf60
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/stages/filters.hag.rst
    A doc/stages/images/autzen-elevation.png
    A doc/stages/images/autzen-height.png
    M doc/tutorial/index.rst
    R doc/tutorial/normalized_heights/autzen-elevation.png
    R doc/tutorial/normalized_heights/autzen-height.png
    R doc/tutorial/normalized_heights/index.rst

  Log Message:
  -----------
  Move the HAG tutorial to the filters.hag stage docs


  Commit: a4fe5b3e12e26ddc2476734ddda750a47c1b3078
      https://github.com/PDAL/PDAL/commit/a4fe5b3e12e26ddc2476734ddda750a47c1b3078
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/community.rst
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/pipeline.rst
    M doc/stages/readers.rst

  Log Message:
  -----------
  doc tweaks in preparation for 1.6


  Commit: e7e608be3f98dfa6c977550b39a5ee76a2079316
      https://github.com/PDAL/PDAL/commit/e7e608be3f98dfa6c977550b39a5ee76a2079316
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  point to 1.6-maintenance branch for website publish


  Commit: dbfd47a138f7ae8e6e68ea7e06a5c0e512511336
      https://github.com/PDAL/PDAL/commit/dbfd47a138f7ae8e6e68ea7e06a5c0e512511336
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M doc/api/index.rst
    A doc/api/transition/index.rst
    M doc/development/contributors.rst
    M doc/development/docker.rst
    M doc/development/index.rst
    M doc/development/integration.rst
    A doc/development/using.rst
    A doc/development/writing-filter.rst
    A doc/development/writing-kernel.rst
    A doc/development/writing-reader.rst
    A doc/development/writing-writer.rst
    A doc/development/writing.rst
    M doc/stages/filters.hag.rst
    A doc/stages/images/autzen-elevation.png
    A doc/stages/images/autzen-height.png
    M doc/stages/writers.ogr.rst
    R doc/tutorial/after-front1.png
    R doc/tutorial/after-front2.png
    R doc/tutorial/after-front3.png
    R doc/tutorial/after-top1.png
    R doc/tutorial/after-top2.png
    R doc/tutorial/after-top3.png
    R doc/tutorial/autzen-elevation.png
    R doc/tutorial/autzen-height.png
    R doc/tutorial/autzen-shapes-clipped.png
    R doc/tutorial/autzen-shapes-point-cloud.png
    R doc/tutorial/autzen-shapes-to-clip.png
    R doc/tutorial/calculating-normalized-heights.rst
    R doc/tutorial/clipping-with-shapefile.rst
    A doc/tutorial/clipping/autzen-shapes-clipped.png
    A doc/tutorial/clipping/autzen-shapes-point-cloud.png
    A doc/tutorial/clipping/autzen-shapes-to-clip.png
    A doc/tutorial/clipping/index.rst
    R doc/tutorial/dart-throwing.rst
    M doc/tutorial/index.rst
    R doc/tutorial/liblas_to_pdal.rst
    R doc/tutorial/original.png
    R doc/tutorial/pcl_ground.rst
    A doc/tutorial/pcl_ground/after-front1.png
    A doc/tutorial/pcl_ground/after-front2.png
    A doc/tutorial/pcl_ground/after-front3.png
    A doc/tutorial/pcl_ground/after-top1.png
    A doc/tutorial/pcl_ground/after-top2.png
    A doc/tutorial/pcl_ground/after-top3.png
    A doc/tutorial/pcl_ground/index.rst
    A doc/tutorial/pcl_ground/original.png
    A doc/tutorial/pcl_ground/sor_pmf.json
    A doc/tutorial/pcl_ground/sor_pmf2.json
    A doc/tutorial/sampling/index.rst
    A doc/tutorial/sampling/subsample-ex1.png
    A doc/tutorial/sampling/subsample-ex2.png
    A doc/tutorial/sampling/subsample-ex3.png
    A doc/tutorial/sampling/subsample-ex4.png
    A doc/tutorial/sampling/subsample-ex5.png
    R doc/tutorial/sor_pmf.json
    R doc/tutorial/sor_pmf2.json
    R doc/tutorial/subsample-ex1.png
    R doc/tutorial/subsample-ex2.png
    R doc/tutorial/subsample-ex3.png
    R doc/tutorial/subsample-ex4.png
    R doc/tutorial/subsample-ex5.png
    R doc/tutorial/using.rst
    R doc/tutorial/writing-filter.rst
    R doc/tutorial/writing-kernel.rst
    R doc/tutorial/writing-reader.rst
    R doc/tutorial/writing-writer.rst
    R doc/tutorial/writing.rst

  Log Message:
  -----------
  Merge pull request #1702 from PDAL/1.6-docs-chambbj

Rearrange docs prior to 1.6 release


  Commit: dde8261d86127ff0c0ffca864d6f0463d789f617
      https://github.com/PDAL/PDAL/commit/dde8261d86127ff0c0ffca864d6f0463d789f617
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M cmake/laszip.cmake

  Log Message:
  -----------
  require LASzip 3.1.1+ for PDAL 1.6+


  Commit: b99ab7f26222d331828aa38b082449869ed4968d
      https://github.com/PDAL/PDAL/commit/b99ab7f26222d331828aa38b082449869ed4968d
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog update


  Commit: b90dd4833ff2c283c6b899060824b4ea9e48c3e8
      https://github.com/PDAL/PDAL/commit/b90dd4833ff2c283c6b899060824b4ea9e48c3e8
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M RELEASENOTES.txt
    A doc/development/release-notes/1.3.0.md
    A doc/development/release-notes/1.4.0.md
    A doc/development/release-notes/1.5.0.md
    A doc/development/release-notes/1.6.0.md

  Log Message:
  -----------
  release notes


  Commit: b469ab7f14d57ac8b85ac2f54c271f1cdd4fbcb8
      https://github.com/PDAL/PDAL/commit/b469ab7f14d57ac8b85ac2f54c271f1cdd4fbcb8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M io/TextWriter.hpp
    M test/unit/io/TextWriterTest.cpp

  Log Message:
  -----------
  Simplify includes for TextWriter.


  Commit: ac17d3dd8601cffd966c2faa8a04330520505191
      https://github.com/PDAL/PDAL/commit/ac17d3dd8601cffd966c2faa8a04330520505191
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M ChangeLog
    M RELEASENOTES.txt
    M cmake/examples/hobu-config.sh
    M cmake/laszip.cmake
    M cmake/modules/FindMatlab.cmake
    M doc/api/index.rst
    A doc/api/transition/index.rst
    M doc/community.rst
    M doc/development/contributors.rst
    M doc/development/docker.rst
    M doc/development/index.rst
    M doc/development/integration.rst
    A doc/development/release-notes/1.3.0.md
    A doc/development/release-notes/1.4.0.md
    A doc/development/release-notes/1.5.0.md
    A doc/development/release-notes/1.6.0.md
    A doc/development/using.rst
    A doc/development/writing-filter.rst
    A doc/development/writing-kernel.rst
    A doc/development/writing-reader.rst
    A doc/development/writing-writer.rst
    A doc/development/writing.rst
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/pipeline.rst
    M doc/quickstart.rst
    M doc/stages/filters.ferry.rst
    M doc/stages/filters.hag.rst
    M doc/stages/filters.smrf.rst
    A doc/stages/images/autzen-elevation.png
    A doc/stages/images/autzen-height.png
    M doc/stages/readers.rst
    M doc/stages/writers.ogr.rst
    R doc/tutorial/after-front1.png
    R doc/tutorial/after-front2.png
    R doc/tutorial/after-front3.png
    R doc/tutorial/after-top1.png
    R doc/tutorial/after-top2.png
    R doc/tutorial/after-top3.png
    R doc/tutorial/autzen-elevation.png
    R doc/tutorial/autzen-height.png
    R doc/tutorial/autzen-shapes-clipped.png
    R doc/tutorial/autzen-shapes-point-cloud.png
    R doc/tutorial/autzen-shapes-to-clip.png
    R doc/tutorial/calculating-normalized-heights.rst
    R doc/tutorial/clipping-with-shapefile.rst
    A doc/tutorial/clipping/autzen-shapes-clipped.png
    A doc/tutorial/clipping/autzen-shapes-point-cloud.png
    A doc/tutorial/clipping/autzen-shapes-to-clip.png
    A doc/tutorial/clipping/index.rst
    R doc/tutorial/dart-throwing.rst
    M doc/tutorial/index.rst
    R doc/tutorial/liblas_to_pdal.rst
    R doc/tutorial/original.png
    R doc/tutorial/pcl_ground.rst
    A doc/tutorial/pcl_ground/after-front1.png
    A doc/tutorial/pcl_ground/after-front2.png
    A doc/tutorial/pcl_ground/after-front3.png
    A doc/tutorial/pcl_ground/after-top1.png
    A doc/tutorial/pcl_ground/after-top2.png
    A doc/tutorial/pcl_ground/after-top3.png
    A doc/tutorial/pcl_ground/index.rst
    A doc/tutorial/pcl_ground/original.png
    A doc/tutorial/pcl_ground/sor_pmf.json
    A doc/tutorial/pcl_ground/sor_pmf2.json
    A doc/tutorial/sampling/index.rst
    A doc/tutorial/sampling/subsample-ex1.png
    A doc/tutorial/sampling/subsample-ex2.png
    A doc/tutorial/sampling/subsample-ex3.png
    A doc/tutorial/sampling/subsample-ex4.png
    A doc/tutorial/sampling/subsample-ex5.png
    R doc/tutorial/sor_pmf.json
    R doc/tutorial/sor_pmf2.json
    R doc/tutorial/subsample-ex1.png
    R doc/tutorial/subsample-ex2.png
    R doc/tutorial/subsample-ex3.png
    R doc/tutorial/subsample-ex4.png
    R doc/tutorial/subsample-ex5.png
    R doc/tutorial/using.rst
    R doc/tutorial/writing-filter.rst
    R doc/tutorial/writing-kernel.rst
    R doc/tutorial/writing-reader.rst
    R doc/tutorial/writing-writer.rst
    R doc/tutorial/writing.rst
    M filters/AssignFilter.cpp
    M filters/FerryFilter.cpp
    M filters/FerryFilter.hpp
    M filters/SampleFilter.cpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/matlab/filters/Script.cpp
    M plugins/matlab/filters/Script.hpp
    M plugins/matlab/io/MatlabWriter.cpp
    M plugins/matlab/test/MatlabFilterTest.cpp
    M python/VERSION.txt
    M python/pdal/__init__.py
    M scripts/docker/dependencies/Dockerfile
    M scripts/docker/master/alpine/Dockerfile
    M scripts/docker/master/ubuntu/Dockerfile
    M test/unit/filters/FerryFilterTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 7f35d09cbe39fd48bc4dce5862a9be0def3de4c3
      https://github.com/PDAL/PDAL/commit/7f35d09cbe39fd48bc4dce5862a9be0def3de4c3
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-13 (Fri, 13 Oct 2017)

  Changed paths:
    M scripts/docker/1.4-maintenance/alpine/Dockerfile
    M scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/alpine/Dockerfile
    A scripts/docker/1.6-maintenance/ubuntu/Dockerfile
    M scripts/docker/master/alpine/Dockerfile

  Log Message:
  -----------
  Base all Alpine Docker images on Alpine v3.6 instead of edge; add 1.6-maintenance images


Compare: https://github.com/PDAL/PDAL/compare/17f7f2e8a786...7f35d09cbe39


More information about the pdal-commits mailing list