Releases: PDAL/python-plugins
Releases · PDAL/python-plugins
1.3.0
What's Changed
- manage GIL acquisition when doing things inside of pdal::plang by @hobu in #3
Full Changelog: 1.2.1...1.3.0
1.2.1
1.2.1
- Do not override CMAKE_BUILD_TYPE
- CI fixes
- Explicit casts of integers for streams being passed between PDAL/Python
Full Changelog: 1.2.0...1.2.1
1.2.0
1.2.0
- Require PDAL 2.4.0
- Set CMake project name to pdal-python-plugins
1.1.0
1.1.0
- PDAL 2.4+ now required, along with C++17
- Updated nlohmann JSON library
- Dropped 3.6 Python support
1.0.0
1.0.0
- Initial move of
filters.python
and readers.numpy
from PDAL Python package to their own package.