- add: number_of_neighbors feature
- add: eigenvalues and eigenvectors features
- fix: computing features when kdtree is not built from the same points for which we want to compute the features
- drop python 3.6, add wheels for python 3.7-3.11 on linux and windows
- fix: compatibility with latest laspy version (>= 2.1.1, (2.1.0 has a bug))
- the default value when features can't be computed should be NaN
- fix extension import statement
- fix: create parent directories for output file
- fix: rename --num_threads to --num-threads
- fix: require laspy 1.7 for upper case names in extra dimensions
- first pypi release
- add github actions
- add feature-names parameter to compute specific features
- fix windows compilation with openmp
- add example cloudcompare script
- add num_threads cli parameter and help documentation
- write extra dimensions in the correct order
- Fix tests
- Fix bug where single precision was used for intermediate variables
- First release