Skip to content

Commit e643cfa

Browse files
authored
Merge pull request #14 from IGNF/version_3_0_0
bump to version 3.0.0
2 parents 4fe197b + c8008a3 commit e643cfa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# dev
2+
3+
# v3.0.0
24
- use pdal>=2.9 and deactivate the Dockerfile.pdal from CI
35
- [BREAKING CHANGE] Add a [main.py](las_digital_models/main.py) to run the whole pipeline at once (buffer, DTM, DSM, DHM). Use temporary folders for intermediate values. Refactor config files.
46

las_digital_models/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.1"
1+
__version__ = "3.0.0"
22

33

44
if __name__ == "__main__":

0 commit comments

Comments
 (0)