Skip to content

Commit

Permalink
Release 0.4.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Mar 17, 2022
1 parent 0ce1598 commit 1c6553a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.0 (2022-03-16)
- Support specifying a chunk pattern for the `time`/`band` dimensions, allowing you to load multiple items in one spatial chunk (like `stackstac.stack(..., chunksize=(-1, 1, 512, 512))`). This can moderately to significantly decrease memory usage and improve performance when creating composites (like `stack(..., chunksize=(-1, 1, "128MiB", "128MiB")).median("time")`). See [#116 (comment)](https://github.com/gjoseph92/stackstac/pull/116#issuecomment-1027606996) for details.
- `stackstac.mosaic` generates a more efficient dask graph, with hopefully lower memory usage [@gjoseph92](https://github.com/gjoseph92)
- Clearer errors when versions of `pystac` or `satstac` are incompatible [@gjoseph92](https://github.com/gjoseph92)
- Support newer versions of `xarray` using [CalVer](https://github.com/pydata/xarray/issues/6176) [@scottyhq](https://github.com/scottyhq)

## 0.3.1 (2022-01-20)
- Support `nodata=` argument to `stackstac.mosaic` [@TomAugspurger](https://github.com/TomAugspurger) [@gjoseph92](https://github.com/gjoseph92)

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.1"
version = "0.4.0"

[tool.poetry.dependencies]
Bottleneck = {version = "^1.3.2", optional = true}
Expand Down

0 comments on commit 1c6553a

Please sign in to comment.