Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

74 lines (57 loc) · 3.3 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.

Changed

  • Update build and deps #126 (@pomadchin)

0.6.1 - 2020-06-23

Added

  • Add TargetCell Parameter to Focal operations #118
  • Expose Focal Slope and Hillshade zFactor #119
  • RGB composite as MAML operation, Rescale and Normalize nodes #114
  • Receive GPG key while publishing artifacts #122
  • Assemble bands into image as MAML operation #123

0.6.0 - 2020-02-06

Added

  • Added support for Focal Aspect calculations #103

Changed

  • GeoTrellis 3.2.0 and bump dependencies for scala 2.12 build #112

0.5.1 - 2019-11-21

No changes -- testing release process

0.5.0 - 2019-11-20

Changed

  • Update CircleCI publishing strategy #107
  • Upgrade to GeoTrellis 3.1.0 #110

Fixed

  • Manually create staging repository to define repository ID in state #109

0.4.0 - 2019-05-23

Added

  • Added ParallelInterpreter #101
  • Add automated releases to Sonatype Nexus through CI #98

Fixed

  • Fixed 2.12 compilation in tests #95
  • Reconcile change log for 0.3.3 release #102

0.3.3 - 2019-04-29

Added

  • Add README #92
  • Add STRTA and migrate to CircleCI #93
  • Add changelog and pull request template #96

0.3.2 - 2019-04-17

Added

  • Add hillshade #77

Changed

  • Upgrade circe version to 0.11.1 #78
  • Use methods to create key decoders #79
  • Mask on LazyMultibandRasters directly #89
  • Assume correct extents in binary ops to avoid floating point errors #91