- added pre-commit
- updated to laspy 2.0.0 (with optional laszip)
- updated bumpversion to double quotes (Python black)
- updated docs build
- tests and release to pypi and github with github actions
- added github issue templates, pull request template and updated contributing docs
- using pydocstyle and black
- added lidar to canopy module
- using keyword-only arguments
- drop
num_blocks
argument ofcompute_image_descriptor
andcompute_image_descriptor_from_filepath
- set default post-classification refinement parameter
refine_beta
to 50 (instead of 100) - keyword arguments to
PixelFeaturesBuilder
andPixelResponseBuilder
can be explicitly provided to the initialization ofClassifierTrainer
, and are documented there - raise a
ValueError
when a provided response is not a binary tree/non-tree image
- correction (typo)
keep_emtpy_tiles
->keep_empty_tiles
insplit_into_tiles
- initial release