Skip to content

Commit 694c686

Browse files
authored
Release 0.5.0 (#225)
1 parent 9e9525c commit 694c686

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.0 (2023-09-19)
4+
- **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)
5+
- Fix black stripes when mosaicing (introduced in 0.4.4) [@gjoseph92](https://github.com/gjoseph92) [@lhcorralo](https://github.com/lhcorralo)
6+
- Update examples to point to newer Sentinel-2 endpoint on AWS [@ljstrnadiii](https://github.com/ljstrnadiii)
7+
- Ensure `jupyter-server-proxy` is installed with `pip install 'stackstac[viz]'` [@gjoseph92](https://github.com/gjoseph92)
8+
39
## 0.4.4 (2023-06-21)
410
- Resolve compatibility with NumPy >= 1.24.0 [@gjoseph92](https://github.com/gjoseph92)
511
- Fix TypeError when no items overlap with the given `bounds` [@gjoseph92](https://github.com/gjoseph92)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = {text = "MIT"}
1515
name = "stackstac"
1616
readme = "README.md"
1717
requires-python = ">=3.8,<4.0"
18-
version = "0.4.4"
18+
version = "0.5.0"
1919

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

0 commit comments

Comments
 (0)