Skip to content

Commit

Permalink
Bump to version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Nov 27, 2024
1 parent ffd4d64 commit 25ac4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 1.7.5
- Add tools to get tile origin from various point cloud data types (las file, numpy array, min/max values)
- Raise more explicit error when looking a tile origin when the data width is smaller than the buffer size

Expand Down
2 changes: 1 addition & 1 deletion pdaltools/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.7.4"
__version__ = "1.7.5"


if __name__ == "__main__":
Expand Down

0 comments on commit 25ac4d4

Please sign in to comment.