From 15ae2882226c51b809d16d2963e55b651d377105 Mon Sep 17 00:00:00 2001 From: Gabe Joseph Date: Thu, 20 Jan 2022 16:11:40 -0700 Subject: [PATCH] Release 0.3.1 (#122) Wanted to get https://github.com/gjoseph92/stackstac/pull/121 in there too --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c24d32..4780e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.1 (2022-01-20) +- Support `nodata=` argument to `stackstac.mosaic` [@TomAugspurger](https://github.com/TomAugspurger) [@gjoseph92](https://github.com/gjoseph92) + ## 0.3.0 (2022-01-20) - **Breaking change:** `fill_value=None` is no longer supported. You must always specify a `fill_value` (default is still NaN); it can no longer be inferred from the GeoTIFF files. [@gjoseph92](https://github.com/gjoseph92) - Respect `fill_value` for array chunks that don't overlap with any Asset, instead of always using NaN [@gjoseph92](https://github.com/gjoseph92) [@TomAugspurger](https://github.com/TomAugspurger) diff --git a/pyproject.toml b/pyproject.toml index 6af0a38..d88a820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = "MIT" name = "stackstac" readme = "README.md" repository = "https://github.com/gjoseph92/stackstac" -version = "0.3.0" +version = "0.3.1" [tool.poetry.dependencies] Bottleneck = {version = "^1.3.2", optional = true}