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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:bullseye-slim as build
FROM mambaorg/micromamba:bullseye-slim AS build

COPY environment_docker.yml /environment_docker.yml

Expand Down
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
### 0.5.1
- update ign-pdal-tools to 1.12.0 (fix "add virtual points" when there is no point to add)

### 0.5.0
## 0.5.0
- Update to ign-pdal-tools 1.11.1 for fix in add_points_in_pointcloud
- Add Dockerfile.pdal for use non official version of pdal
- fix tests to next version of pdal
- fix tests to next version of pdal

### 0.4.1

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.11.1
- ign-pdal-tools==1.12.0
- 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.10.0
- ign-pdal-tools==1.12.0
- 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.0"
__version__ = "0.5.1"


if __name__ == "__main__":
Expand Down
Loading