Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

94 lines (74 loc) · 3.2 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.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.