- laserchicken can now handle sub-field attributes derived from composite dimensions (e.g. "raw_classification" and "bit_fields")
Changed
- move to stable Python versions (3.9, 3.10, 3.11)
Fixed
- compatibility issues with Numpy 2.0
0.6.1
Fixed - select_polygon now works with shapely 2.0
0.6.0
Changed: - continuous integration moved from travis to GH actions - naming of band ratio's modified (symbol "<" dropped from label)
Added - releases published on PyPI using GH actions - checklists included
Fixed - Fixed import of deprecated `scipy.stats.stats`
0.5.0
Changed: - update documentation with table of features - drop python 3.5 due to problematic lazperf dependency, includes CI on python 3.7 and 3.8 - drop usage of pylas (deprecated) in favour of laspy, with lazrs backend for LAZ compression
Fixed - minor fixes following updates in dateutils/click
0.4.2
Added: - faster implementation of spatial selection
Changed: - all elements in WKT and shapefiles containing multiple polygons are considered (not only the first element) - the validity conditions for multipolygons have been relaxed: valid adjacent polygons are now accepted
Fixed: - bug in copy_point_cloud with masks and zero-filled feature-arrays
0.4.1
Added: - select_equal filter accepts list of values to compare to the points' attributes - also the attribute-based filter functions optionally return a mask to allow filter combinations
Fixed: - bug in writing/reading 'None' as parameter in the PLY comments