Skip to content

v0.1.7

Latest
Compare
Choose a tag to compare
@rhugonnet rhugonnet released this 14 Jun 07:29
· 1 commit to main since this release
06c7530

This releases improves significantly the documentation by re-organizing the structure into "Features" pages, with the data objects all into the same "Geospatial data objects" section. It also contains some small fixes and refactoring for consistency.

Several features that were actively developed since before the 0.1.0 are introduced, including point-raster interfacing, pixel interpretation support and global configuration parameters. A couple functionalities are missing and will be finalized in a soon-to-be-release 0.2 which will introduce a new PointCloud class.

What's Changed

  • Show full traceback on notebook execution error by @rhugonnet in #557
  • Refine new point cloud gridding function with comments by @rhugonnet in #558
  • Run Dask-delayed tests last to avoid asynchronous teardown errors by @rhugonnet in #561
  • Print Vector.info() by default by @rhugonnet in #577
  • Add .footprint attribute to Raster and Vector by @rhugonnet in #578
  • Rename Raster.shift() into Raster.translate and add inplace argument to Vector.translate by @rhugonnet in #579
  • Add data_column_name argument to Raster.polygonize by @rhugonnet in #580
  • Fix padding issue in Raster.info() by @rhugonnet in #582
  • Refactor value_at_coords into reduce_points and fix NaN behaviour by @rhugonnet in #581
  • Re-organize documentation to list features independently of data objects by @rhugonnet in #565
  • Update release number of 0.1.7 by @rhugonnet in #587

Full Changelog: v0.1.6...v0.1.7