Skip to content

Latest commit

 

History

History
211 lines (166 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

211 lines (166 loc) · 7.49 KB

Changelog

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

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 - 2024-03-22

Added

  • PDAL 2.7.x #97 (@pomadchin)

2.6.3 - 2024-03-18

Added

  • Adding MacOS M1 support. #89 (@metasim)

Changed

  • Call initialize in the Pipeline public constructor #94 (@pomadchin)
  • Added extra rpath entries to common macOS library install locations. #95 (@metasim)

Fixed

  • CMake list delimiter should be ; #96 (@metasim)

2.6.2 - 2024-03-02

Changed

  • Remove pipeline.validate() method #86 (@pomadchin)

2.6.1 - 2024-01-27

Changed

  • Improve java_error messages #80 (@pomadchin)

Fixed

  • Fix Failing Logging capture #82 (@pomadchin)
  • Plugins update & minor improvements #78 (@pomadchin)

2.6.0 - 2024-01-08

Added

  • PDAL 2.6.x #73 (@pomadchin)

2.5.1 - 2023-09-24

Added

  • Add QuickInfo support #70 (@pomadchin)

Changed

  • Scala & dependencies versions update #71 (@pomadchin)

2.5.0 - 2023-02-25

Added

  • PDAL 2.5.1 #65 (@pomadchin)

2.4.0 - 2022-10-29

Added

  • PDAL 2.4.3 #62 (@pomadchin)

2.3.1 - 2021-08-01

Added

  • Fix the release to include MacOS native binaries.

2.3.0 - 2021-08-01

Added

  • PDAL 2.3.0 #57 (@pomadchin)

2.2.0 - 2020-10-04

Changed

  • Build JNI binaries against PDAL 2.2.0 #47

2.1.6 - 2020-05-16

Changed

  • Make prebuilt JNI binaries conda compatible #42

2.1.5 - 2020-05-16

Changed

  • Update filter.stats #39
  • Build JNI binaries against PDAL 2.1.0 #43

2.1.5-RC3 - 2020-03-13

Fixed

  • Fix mesh rasterizer #38

2.1.5-RC2 - 2020-03-11

Changed

  • Allocate rasterized buffer on heap #37

2.1.5-RC1 - 2020-03-09

Added

  • Add a native mesh rasterization #36

Changed

  • Move Scala syntax into the pipeline.syntax package #33

2.1.4 - 2020-03-03

Added

  • Add more Scala syntax extensions #32

2.1.3 - 2020-03-03

Fixed

  • Fix Scala DSL hierarchy #31

2.1.2 - 2020-03-02

Added

Changed

  • 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

Changed

  • PDAL 2.0 compatible release.
  • Added Scala 2.13 support.

1.9.0 - 2019-05-15

Changed

  • Release process improvements.

1.8.6 - 2019-04-26

Changed

  • Release process improvements.

1.8.5 - 2019-04-15

Changed

  • PDAL JNI Bindings thread safety #19

Fixed

  • PythonFilter gives invalid syntax #9
  • Option in filter.Python seems to be misspelled #8

1.8.4 - 2019-04-09

Changed

  • Make Exceptions Handling better #17

1.8.3 - 2019-04-09

Fixed

  • CSV files read issues #15

1.8.2 - 2019-03-27

Fixed

  • Fix dimName calls to be better, otherwise CSV reads wont work #14

1.8.1 - 2019-03-25

Changed

  • Update JTS to make it GeoTrellis compatible #13

1.7.0-RC4 - 2019-01-14

Changed

  • Scala version update up to 2.12.6.
  • Update dependencies and base PDAL version.
  • Release process improvements.

Fixed

  • Fix matlab reader ReaderType #10
  • Fix typo in GdalWrite #11

1.7.0-RC3 - 2018-04-16

Changed

  • Release process improvements.

1.7.0-RC2 - 2018-04-15

Added

Changed

  • Release process improvements.

1.7.0-RC1 - 2018-04-15

Changed

  • Moved from the PDAL repo and established own lifecycle.