Skip to content

Raster Vision v0.30.1

Latest
Compare
Choose a tag to compare
@AdeelH AdeelH released this 06 May 21:18

Changelog

Features:

  • Allow passing pipeline configs as JSON files to the rastervision run CLI cmd (#2136)
    • (as an alternative to the traditional method of passing a .py file with a get_config() function)

Fixes:

  • Add rastervision_aws_sagemaker to API reference on RTD (#2117)
  • Let RasterSource.get_chip_by_map_window() take all RasterSource.get_chip() args (#2136)
  • Make repr more concise for some configs (#2136)
  • Misc config serialization fixes and improvements (#2136)
  • Avoid double-wrapping model in DistributedDataParallel (#2136)
  • Make S3FileSystem.list_paths() only list direct children (#2136)
  • Add missing RequestPayer arg to some s3-related boto3 API calls (#2136)
  • Fix incorrect path in RV pipeline examples doc (#2138)

Maintenance:

  • Update docker dependencies (#2116, #2122)
  • Tweak coverage report generation (#2136)