You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.rst
+14
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@ CHANGELOG
2
2
=========
3
3
4
4
5
+
Raster Vision 0.31.1
6
+
--------------------
7
+
8
+
* Fixes:
9
+
10
+
* Restore compatibility with python<3.11 by only importing ``typing.Self`` under ``if TPYE_CHECKING`` (`#2221 <https://github.com/azavea/raster-vision/pull/2221>`__)
11
+
* Remove ``awscli`` as a dependency from ``rastervision_aws_s3`` and make it a dev dependency instead (`#2220 <https://github.com/azavea/raster-vision/pull/2220>`__)
12
+
* Make ``max_windows`` a required argument for ``RandomWindowGeoDataset`` (`#2223 <https://github.com/azavea/raster-vision/pull/2223>`__)
13
+
14
+
* Maintenance:
15
+
16
+
* Update docker dependency: Bump jupyterlab from 4.1.8 to 4.2.5 (`#2224 <https://github.com/azavea/raster-vision/pull/2224>`__)
Copy file name to clipboardexpand all lines: docs/migration/v0-30_to_v0-31.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,5 @@ v0.30 to v0.31
9
9
10
10
* Default padding behavior has changed. See `SlidingWindowGeoDataset <https://docs.rastervision.io/en/0.31/usage/tutorials/sampling_training_data.html#SlidingWindowGeoDataset>`_.
11
11
* You no longer need to manually figure out the right padding value to use when using ``crop_sz`` during prediction. It is determined automatically such that no pixels around the edges are left out.
12
-
* ``force_same_dtype`` has been removed from :class:`.MultiRasterSource` and :class:`.MultiRasterSourceConfig`. Sub-raster sources are now always expected to have the same dtype.
12
+
* ``force_same_dtype`` has been removed from :class:`.MultiRasterSource` and :class:`.MultiRasterSourceConfig`. Sub-raster sources are now always expected to have the same ``dtype``.
13
+
* ``max_windows`` is now a required argument in :class:`.RandomWindowGeoDataset`.
0 commit comments