[pdal-commits] [PDAL/PDAL] 496edc: Python object reference counting is incorrect (#2400)
Andrew Bell
noreply at github.com
Tue Mar 12 09:57:18 PDT 2019
Branch: refs/heads/issue-2390
Home: https://github.com/PDAL/PDAL
Commit: 496edc9ff0e5fff9577e9d8f92e3356849e0e4ee
https://github.com/PDAL/PDAL/commit/496edc9ff0e5fff9577e9d8f92e3356849e0e4ee
Author: Howard Butler <howard at hobu.co>
Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths:
M plugins/python/filters/PythonFilter.cpp
M plugins/python/plang/Environment.cpp
M plugins/python/plang/Invocation.cpp
M plugins/python/test/PythonFilterTest.cpp
Log Message:
-----------
Python object reference counting is incorrect (#2400)
* factor out ref counting in Python Invocation
* tighten up reference counting in python embed
* whitespace normalization
Commit: fdff8b732db6c03ec1671346fb9ab42faa2f7b3a
https://github.com/PDAL/PDAL/commit/fdff8b732db6c03ec1671346fb9ab42faa2f7b3a
Author: Kyle Mann <39525199+kylemann16 at users.noreply.github.com>
Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths:
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/EsriReader.hpp
A test/data/i3s/plineSonoma3.json
Log Message:
-----------
readers.i3s bounds computation for query filtering was incorrect
* Log out-of-bounds points from OBB calcs.
* changed to cube creation
* wip
* wip debugging
* removing debug pieces, moved srs to initialize instead of ready
* fixed not getting points
* removed couts
* fixed autzen example
* name fix
* removed more couts
Commit: a7b70e15b25940f20ef9fba7f6d737ea498b803b
https://github.com/PDAL/PDAL/commit/a7b70e15b25940f20ef9fba7f6d737ea498b803b
Author: Connor Manning <connor at hobu.co>
Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths:
M pdal/compression/ZstdCompression.cpp
M pdal/compression/ZstdCompression.hpp
Log Message:
-----------
Allow Zstandard compression level to be configured. (#2398)
* Allow Zstandard compression level to be configured.
* Get rid of delegating constructor.
Commit: 3110c0001b97509ed5eea02d2abf2edb28a34232
https://github.com/PDAL/PDAL/commit/3110c0001b97509ed5eea02d2abf2edb28a34232
Author: Howard Butler <howard at hobu.co>
Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths:
A scripts/docker/centos/Dockerfile
Log Message:
-----------
add Centos7 dockerfile (#2381)
* add Centos7 dockerfile
* add geos to our build
Commit: 7854ba10a5e3acc0df30c4e18c429ae3aa0343d2
https://github.com/PDAL/PDAL/commit/7854ba10a5e3acc0df30c4e18c429ae3aa0343d2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
M pdal/compression/ZstdCompression.cpp
M pdal/compression/ZstdCompression.hpp
M plugins/i3s/io/EsriReader.cpp
M plugins/i3s/io/EsriReader.hpp
M plugins/python/filters/PythonFilter.cpp
M plugins/python/plang/Environment.cpp
M plugins/python/plang/Invocation.cpp
M plugins/python/test/PythonFilterTest.cpp
A scripts/docker/centos/Dockerfile
A test/data/i3s/plineSonoma3.json
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2390
Compare: https://github.com/PDAL/PDAL/compare/d29135262daa...7854ba10a5e3
More information about the pdal-commits
mailing list