Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### dev

# 0.5.8
- lib: update ign-pdal-tools to 1.15.6
- from 1.15.2: add_points_to_pointcloud: remove duplicate points added from geometry before adding in the result las
- from 1.15.6: fix use of tempory file in windows
- lib: update ign-pdal-tools to 1.15.0 (use pdal>=2.9)
- use pdal>=2.9 and deactivate the Dockerfile.pdal from CI

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies:
- pip
- pip:
- build # Installed via pip after issues when creating the environment ("build does not exist")
- ign-pdal-tools==1.15.0 # don't forget to update this version in environment_docker.yml as well
- ign-pdal-tools==1.15.6 # don't forget to update this version in environment_docker.yml as well
- laspy[lazrs]
2 changes: 1 addition & 1 deletion environment_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
# --------- pip & pip libraries --------- #
- pip
- pip:
- ign-pdal-tools==1.15.0
- ign-pdal-tools==1.15.6
- laspy[lazrs]


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.5.7"
__version__ = "0.5.8"


if __name__ == "__main__":
Expand Down
Loading