diff --git a/CHANGELOG.md b/CHANGELOG.md index d006145..dc4cb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index ff5a213..c1e772c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"