Skip to content

Commit

Permalink
Bump version to v0.2.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier authored Aug 5, 2024
1 parent 6506568 commit 453e01c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 0.2.1

Fix (and test) arguments parsing in [mark_points_to_use_for_digital_models_with_new_dimension](pdal_ign_macro/mark_points_to_use_for_digital_models_with_new_dimension.py)

## 0.2.0

- Update algorithm for DxM marking in [mark_points_to_use_for_digital_models_with_new_dimension](pdal_ign_macro/mark_points_to_use_for_digital_models_with_new_dimension.py)
- Add a temporary buffer on the las input to prevent side effects on tile borders
- Remove temporary extra dimensions added during points marking
Expand Down
2 changes: 1 addition & 1 deletion pdal_ign_macro/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"


if __name__ == "__main__":
Expand Down

0 comments on commit 453e01c

Please sign in to comment.