From 8bda3c1bb7d4cb0435c5a10ef7f268942e0a64c3 Mon Sep 17 00:00:00 2001 From: Adeel Hassan Date: Tue, 17 Oct 2023 09:36:51 -0400 Subject: [PATCH] add changelog for version 0.21.3 --- docs/changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c52967a80..d131a9acb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,29 @@ CHANGELOG ========= +Raster Vision 0.21.3 +-------------------- + +* Features: + + * Allow reading pre-chipped datasets with non-RGB TIFF chips (`#1932 `__) + +* Fixes: + + * Normalize pixel values in the Spacenet Vegas examples (`#1930 `__) + * Account for ``bbox`` when saving predictions (`#1931 `__) + * Ensure SS datasets always return label array with correct ``dtype`` (`#1954 `__) + * Fix bug in ``Visualizer`` when plotting temporal data w/ batch size 1 (`#1958 `__) + * Allow specifying ``chip_sz`` in ``StatsTransform.from_raster_sources()`` (`#1933 `__) + * Misc. minor fixes (`#1933 `__) +* Docs: + + * Update release instructions to simplify patch release process (`#1934 `__) +* Maintenance: + + * Bump pillow to address CVE-2023-4863 (`#1952 `__) + * Update CI and release workflows to free up disk space before building docker image (`#1953 `__, `#1959 `__) + Raster Vision 0.21.2 --------------------