Skip to content

Commit

Permalink
Release 0.5.0 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Sep 19, 2023
1 parent 9e9525c commit 694c686
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.5.0 (2023-09-19)
- **Breaking change in specific scenarios:** `rescale=True` now uses STAC metadata from `raster:bands`, instead of metadata set per GeoTIFF [@RSchueder](https://github.com/RSchueder)
- Fix black stripes when mosaicing (introduced in 0.4.4) [@gjoseph92](https://github.com/gjoseph92) [@lhcorralo](https://github.com/lhcorralo)
- Update examples to point to newer Sentinel-2 endpoint on AWS [@ljstrnadiii](https://github.com/ljstrnadiii)
- Ensure `jupyter-server-proxy` is installed with `pip install 'stackstac[viz]'` [@gjoseph92](https://github.com/gjoseph92)

## 0.4.4 (2023-06-21)
- Resolve compatibility with NumPy >= 1.24.0 [@gjoseph92](https://github.com/gjoseph92)
- Fix TypeError when no items overlap with the given `bounds` [@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 @@ -15,7 +15,7 @@ license = {text = "MIT"}
name = "stackstac"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "0.4.4"
version = "0.5.0"

[project.urls]
homepage = "https://stackstac.readthedocs.io/en/latest/index.html"
Expand Down

0 comments on commit 694c686

Please sign in to comment.