From c480bb90568f4884084ddf5475a0b282d87af6d6 Mon Sep 17 00:00:00 2001 From: Lea Vauchier Date: Mon, 5 Aug 2024 18:18:32 +0200 Subject: [PATCH] Bump version to v0.2.1 --- RELEASE_NOTES.md | 5 +++++ pdal_ign_macro/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 515840f..1ff0699 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/pdal_ign_macro/version.py b/pdal_ign_macro/version.py index cf50012..19f10f4 100755 --- a/pdal_ign_macro/version.py +++ b/pdal_ign_macro/version.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" if __name__ == "__main__":