| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Raster Vision v0.30.1 source code.tar.gz | 2024-05-06 | 29.8 MB | |
| Raster Vision v0.30.1 source code.zip | 2024-05-06 | 30.1 MB | |
| README.md | 2024-05-06 | 1.5 kB | |
| Totals: 3 Items | 59.9 MB | 0 | |
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)