Skip to content

Releases: PDAL/python-plugins

1.3.0

03 Jan 18:09
146d9db
Compare
Choose a tag to compare

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

26 Nov 20:18
dce8ac1
Compare
Choose a tag to compare

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

02 Apr 17:03
9d4f937
Compare
Choose a tag to compare

1.2.0

  • Require PDAL 2.4.0
  • Set CMake project name to pdal-python-plugins

1.1.0

29 Mar 13:15
456c1bb
Compare
Choose a tag to compare

1.1.0

  • PDAL 2.4+ now required, along with C++17
  • Updated nlohmann JSON library
  • Dropped 3.6 Python support

1.0.2

22 Nov 19:21
2c41e87
Compare
Choose a tag to compare

1.0.2

  • automated release push

1.0.1

22 Nov 19:03
ecc22c6
Compare
Choose a tag to compare

1.0.1

  • auto-release run-through

1.0.0

22 Nov 17:30
Compare
Choose a tag to compare

1.0.0

  • Initial move of filters.python and readers.numpy from PDAL Python package to their own package.