Skip to content

Releases: PDAL/python

3.3.0

03 Jan 20:06
dd75a38

Choose a tag to compare

What's Changed

  • support pathlib.Path as option types for 'filename' #147 by @hobu in #149
  • release the Python GIL for long(er) running processes by @hobu in #156

Full Changelog: 3.2.3...3.3.0

3.2.3

11 Mar 15:04
73b4690

Choose a tag to compare

  • Do not include CI-built wheels as PyPI artifacts.

Full Changelog: 3.2.2...3.2.3

3.2.2

16 Jan 20:34
3bfc5b3

Choose a tag to compare

3.2.2

Add move ctor for pdal::python::Array class to satisfy MSVC 2019 667f56b

3.2.1

05 Dec 20:43
d604647

Choose a tag to compare

3.2.1

What's Changed

  • implement #129, add pandas DataFrame i/o for convenience by @hobu in #130
  • harden getMetadata and related calls from getting non-utf-8 'json' by @hobu in #140
  • ignore DataFrame test if not GeoPandas, give up on Python 3.7 builds by @hobu in #137

Full Changelog: 3.2.0...3.2.1

3.2.0

28 Sep 17:34
ee07fc2

Choose a tag to compare

3.2.0

  • PDAL base library 2.4.0+ is required

  • CMake project name updated to pdal-python

  • srswkt2 property added to allow fetching of SRS info

  • pip builds require cmake >= 3.11

  • CMAKE_CXX_STANDARD set to c++17 to match PDAL 2.4.x

  • Driver and options actually uses the library instead of
    shelling out to pdal application :)

  • _get_json renamed to toJSON and made public

  • Fix #119, 'json' optional kwarg put back for now

  • DEVELOPMENT_COMPONENT in CMake FindPython skipped on OSX

  • Make sure 'type' gets set when serializing to JSON

3.1.2

30 Mar 17:15
21e5b02

Choose a tag to compare

3.1.2

  • Automated release churn

3.1.1

30 Mar 15:32
cc17efa

Choose a tag to compare

3.1.1

  • Automated distribution hiccup

3.1.0

29 Mar 16:18
d450b46

Choose a tag to compare

3.1.0

  • Breaking change – pipeline.metadata now returns a dictionary from
    json.loads instead of a string.

  • pipeline.quickinfo will fetch the PDAL preview() information for a data source.
    You can use this to fetch header or other information without reading data.
    #109

  • PDAL driver and option collection now uses the PDAL library directly rather
    than shelling out to the pdal command #107

  • Pipelines now support pickling for use with things like Dask
    #110

3.0.2

24 Nov 10:30

Choose a tag to compare

Build and upload wheels for Windows & MacOs. Otherwise unchanged from 3.0.1.

3.0.1

23 Nov 20:52
1355832

Choose a tag to compare

3.0.1

  • CI automated release push. Otherwise unchanged from 3.0.0