summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dce05091060d..a98efa72b724 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog
+## 2.5.0
+
+### Added
+- Added optional CLI. It has `info`, `compress`, `decompress`,
+`convert` and `copc query` commands.
+- Added a `prefer_wkt` option to `LasHeader.parse_crs`
+(true by default) to prefer (or not) WKT VLR over Geotiff VLR
+in case both are present in the file.
+
+### Fixed
+- laspy.open will now properly close the opened file
+if an exception is raised.
+- Wavepackets's `return_point_wave_location` is now
+properly returned as as float32 and not an uint32.
+- `parse_crs` properly checks that ProjectedCRSGeoKey/GeodeticCRSGeoKey
+is in range of EPSG code before using pyproj to parse it.
+- Missing `super.__init__()` in `CopcHierarchyVlr`.
+- Copc no longer include the hierarchy page twice
+- A LasHeader with a custom `creation_date`/`date` will
+no longer be reset to `date.today` upon writing.
+
+---
+
## 2.4.1
### Fixed