[codex] Prepare v0.4.1 release#53
Merged
Merged
Conversation
|
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare the
v0.4.1release branch by reconciling the publishedv0.4.0release line with currentmain, then bumping the package version from0.4.0to0.4.1.Current
mainalready contains PR #52, which addsadd_height_above_ground(...)for calculating HeightAboveGround on already-loaded point-cloud arrays. This PR makes the next release line include that HAG work without regressing from the already-publishedv0.4.0rumple release.Changes
v0.4.0release content back intomain, including the rumple metric and docs.setup.pyto0.4.1.main.Validation
python -m py_compile pyforestscan/calculate.py pyforestscan/filters.py pyforestscan/process.py pyforestscan/__init__.py setup.pypython -m pytest tests/test_calculate.py -qpassed: 54 passed, 1 warning.Full filter tests were not run locally because the local PDAL Python binding cannot load
libpdalcpp.19.dylib; CI should run those with the conda PDAL setup.