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
2 changes: 1 addition & 1 deletion Dockerfile.pdal
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN cd build && ninja install
# Add our environment
RUN mamba install numpy requests gdal geopandas pytest pip
RUN pip install laspy[lazrs]
RUN pip install ign-pdal-tools==1.11.1
RUN pip install ign-pdal-tools==1.12.2

FROM debian:bullseye-slim

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.5.2
- update ign-pdal-tools to 1.12.2 (fix las2las use in standardize_format)

### 0.5.1
- update ign-pdal-tools to 1.12.0 (fix "add virtual points" when there is no point to add)

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.12.0
- ign-pdal-tools==1.12.2
- 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.12.0
- ign-pdal-tools==1.12.2
- 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.1"
__version__ = "0.5.2"


if __name__ == "__main__":
Expand Down
Loading