Skip to content

0.8.2

Choose a tag to compare

@metasim metasim released this 23 Sep 15:44
· 585 commits to develop since this release
  • Added ability to pass config options to convenience PySpark session constructor. (#361)
  • Bumped Spark dependency to version 2.3.4. (#350)
  • Fixed handling of aggregate extent and image size on GeoTIFF writing. (#362)
  • Fixed issue with RasterSourceDataSource swallowing exceptions. (#267)
  • Fixed SparkML memory pressure issue caused by unnecessary reevaluation, overallocation, and primitive boxing. (#343)
  • Fixed Parquet serialization issue with RasterRefs (#338)
  • Fixed TileExploder, rf_agg_local_mean and TileColumnSupport to support proj_raster struct (#287, #163, #333).
  • Various documentation improvements.
  • Breaking (potentially): Synchronized parameter naming in Python and Scala for spark.read.raster (#329).