Releases: PDAL/java
Releases · PDAL/java
2.8.0
WARNING: x86_64-darwin
is not a part of pdal-native
since this release. arm64-darwin
is the only precompiled MacOS dylib.
Added
- PDAL 2.8.x #105 (@pomadchin)
Changed
- PDAL dependencies update #107 (@pomadchin)
- Bump PDAL JNI lib version up to 2.8 #106 (@pomadchin)
2.7.0
Added
- PDAL 2.7.x #97 (@pomadchin)
2.6.3
The first release with the MacOS ARM binaries built! Special thanks to @metasim! 🎉 🎉🎉
!important: this PR removes pipeline.initialize()
, it is private now and called in the public Pipeline
constructor.
Added
Changed
- Call initialize in the Pipeline public constructor #94 (@pomadchin)
- Added extra rpath entries to common macOS library install locations. #95 (@metasim)
Fixed
2.6.2
Changed
- Remove pipeline.validate() method #86 (@pomadchin)
2.6.1
Great thanks to @WhiteSte for the issues reporting, help with debugging and docs improvements! 🎉
Changed
- core-scala toPipeline logLevel support #83 (@pomadchin)
- Improve java_error messages #80 (@pomadchin)
Fixed
- Fix Failing Logging capture #82 (@pomadchin)
- Plugins update & minor improvements #78 (@pomadchin)
2.6.0
Added
- PDAL 2.6.x #73 (@pomadchin)
2.5.1
Added
- Add QuickInfo support #70 (@pomadchin)
Changed
- Scala & dependencies versions update #71 (@pomadchin)
2.5.0
2.4.0
Added
- PDAL 2.4.3 #62 (@pomadchin)
2.3.1
Added
- Fix the release to include MacOS native binaries.