Skip to content

Commit

Permalink
Release 0.3.1 (#122)
Browse files Browse the repository at this point in the history
Wanted to get #121 in there too
  • Loading branch information
gjoseph92 authored Jan 20, 2022
1 parent 948e51d commit 15ae288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 15ae288

Please sign in to comment.