Skip to content

Releases: PDAL/python-plugins

1.5.0

25 Apr 17:56
b00c8ef
Compare
Choose a tag to compare

What's Changed

  • set NPY_1_22_API_VERSION by @hobu in #8

Full Changelog: 1.4.4...1.5.0

1.4.4

17 Apr 21:01
7ac4aee
Compare
Choose a tag to compare

Full Changelog: 1.4.3...1.4.4

1.4.3

17 Apr 20:56
605922b
Compare
Choose a tag to compare

Full Changelog: 1.4.2...1.4.3

1.4.2

17 Apr 20:41
1cbf338
Compare
Choose a tag to compare

What's Changed

  • release automation by @hobu in #7

Full Changelog: 1.4.1...1.4.2

1.4.1

17 Apr 20:04
9be8fb1
Compare
Choose a tag to compare

Full Changelog: 1.4.0...1.4.1

1.4.0

17 Apr 18:08
9be8fb1
Compare
Choose a tag to compare

What's Changed

  • modernize with scikit-build-core by @hobu in #5
  • Update GoogleTest to 1.12.1 by @hobu in #6

Full Changelog: 1.3.0...1.4.0

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