Skip to content

Commit ee4a6f5

Browse files
committed
update changelog for v0.30.1
1 parent 8f5de9a commit ee4a6f5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/changelog.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@ CHANGELOG
22
=========
33

44

5+
Raster Vision 0.30.1
6+
--------------------
7+
8+
* Features:
9+
10+
* Allow passing pipeline configs as JSON files to ``rastervision run`` CLI cmd (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
11+
12+
* Fixes:
13+
14+
* Add ``rastervision_aws_sagemaker`` to API reference on RTD (`#2117 <https://github.com/azavea/raster-vision/pull/2117>`__)
15+
* Let ``RasterSource.get_chip_by_map_window()`` take all ``.get_chip()`` args (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
16+
* Make repr more concise for some configs (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
17+
* Misc config serialization fixes and improvements (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
18+
* Avoid double-wrapping model in ``DistributedDataParallel`` (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
19+
* Make ``S3FileSystem.list_paths()`` only list direct children (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
20+
* Add missing ``RequestPayer`` arg to some s3-related boto3 API calls (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
21+
* Fix incorrect path in RV pipeline examples doc (`#2138 <https://github.com/azavea/raster-vision/pull/2138>`__)
22+
* Maintenance:
23+
24+
* Update docker dependencies (`#2116 <https://github.com/azavea/raster-vision/pull/2116>`__, `#2122 <https://github.com/azavea/raster-vision/pull/2122>`__)
25+
* Tweak coverage report generation (`#2136 <https://github.com/azavea/raster-vision/pull/2136>`__)
26+
27+
528
Raster Vision 0.30
629
------------------
730

0 commit comments

Comments
 (0)