All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.8.0 - 2024-09-10
- PDAL 2.8.x #105 (@pomadchin)
2.7.0 - 2024-03-22
- PDAL 2.7.x #97 (@pomadchin)
2.6.3 - 2024-03-18
- Adding MacOS M1 support. #89 (@metasim)
- Call initialize in the Pipeline public constructor #94 (@pomadchin)
- Added extra rpath entries to common macOS library install locations. #95 (@metasim)
- CMake list delimiter should be
;
#96 (@metasim)
2.6.2 - 2024-03-02
- Remove pipeline.validate() method #86 (@pomadchin)
2.6.1 - 2024-01-27
- Improve java_error messages #80 (@pomadchin)
2.6.0 - 2024-01-08
- PDAL 2.6.x #73 (@pomadchin)
2.5.1 - 2023-09-24
- Add QuickInfo support #70 (@pomadchin)
- Scala & dependencies versions update #71 (@pomadchin)
2.5.0 - 2023-02-25
- PDAL 2.5.1 #65 (@pomadchin)
2.4.0 - 2022-10-29
- PDAL 2.4.3 #62 (@pomadchin)
2.3.1 - 2021-08-01
- Fix the release to include MacOS native binaries.
2.3.0 - 2021-08-01
- PDAL 2.3.0 #57 (@pomadchin)
2.2.0 - 2020-10-04
- Build JNI binaries against PDAL 2.2.0 #47
2.1.6 - 2020-05-16
- Make prebuilt JNI binaries conda compatible #42
2.1.5 - 2020-05-16
2.1.5-RC3 - 2020-03-13
- Fix mesh rasterizer #38
2.1.5-RC2 - 2020-03-11
- Allocate rasterized buffer on heap #37
2.1.5-RC1 - 2020-03-09
- Add a native mesh rasterization #36
- Move Scala syntax into the pipeline.syntax package #33
2.1.4 - 2020-03-03
- Add more Scala syntax extensions #32
2.1.3 - 2020-03-03
- Fix Scala DSL hierarchy #31
2.1.2 - 2020-03-02
- Breaking change // Rename Scala DSL case classes #28
- Breaking change // Renamed dispose method to close #27
- Update Scala DSL up to PDAL 2.0 #29
2.0.0 - 2020-01-14
- PDAL 2.0 compatible release.
- Added Scala 2.13 support.
1.9.0 - 2019-05-15
- Release process improvements.
1.8.6 - 2019-04-26
- Release process improvements.
1.8.5 - 2019-04-15
- PDAL JNI Bindings thread safety #19
1.8.4 - 2019-04-09
- Make Exceptions Handling better #17
1.8.3 - 2019-04-09
- CSV files read issues #15
1.8.2 - 2019-03-27
- Fix dimName calls to be better, otherwise CSV reads wont work #14
1.8.1 - 2019-03-25
- Update JTS to make it GeoTrellis compatible #13
1.7.0-RC4 - 2019-01-14
- Scala version update up to 2.12.6.
- Update dependencies and base PDAL version.
- Release process improvements.
1.7.0-RC3 - 2018-04-16
- Release process improvements.
1.7.0-RC2 - 2018-04-15
- An examples project.
- Release process improvements.
1.7.0-RC1 - 2018-04-15
- Moved from the PDAL repo and established own lifecycle.