Skip to content

Commit

Permalink
Release v0.5.1 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 authored Aug 10, 2024
1 parent 830147a commit 3857190
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.1 (2024-08-09)
- Support NumPy 2.0 [@floriandeboissieu](https://github.com/floriandeboissieu) [@gjoseph92](https://github.com/gjoseph92)
- Require pandas 2.0, fix `'infer_datetime_format' is deprecated` warning, fix NaT values in time dimension [@gjoseph92](https://github.com/gjoseph92) [@bastien-k](https://github.com/bastien-k) [@clausmichele](https://github.com/clausmichele) [@J6767](https://github.com/J6767)
- Fix `Unexpected shape` error with `errors_as_nodata` [@gjoseph92](https://github.com/gjoseph92) [@fkroeber](https://github.com/fkroeber)
- Fix error when generating error message for multi-band rasters [@yellowcap](https://github.com/yellowcap)
- Remove annoying `Skipping VRT` log statement [@gjoseph92](https://github.com/gjoseph92)

## 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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = {text = "MIT"}
name = "stackstac"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "0.5.0"
version = "0.5.1"

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

0 comments on commit 3857190

Please sign in to comment.