Skip to content

Commit 3857190

Browse files
authored
Release v0.5.1 (#258)
1 parent 830147a commit 3857190

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.1 (2024-08-09)
4+
- Support NumPy 2.0 [@floriandeboissieu](https://github.com/floriandeboissieu) [@gjoseph92](https://github.com/gjoseph92)
5+
- 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)
6+
- Fix `Unexpected shape` error with `errors_as_nodata` [@gjoseph92](https://github.com/gjoseph92) [@fkroeber](https://github.com/fkroeber)
7+
- Fix error when generating error message for multi-band rasters [@yellowcap](https://github.com/yellowcap)
8+
- Remove annoying `Skipping VRT` log statement [@gjoseph92](https://github.com/gjoseph92)
9+
310
## 0.5.0 (2023-09-19)
411
- **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)
512
- Fix black stripes when mosaicing (introduced in 0.4.4) [@gjoseph92](https://github.com/gjoseph92) [@lhcorralo](https://github.com/lhcorralo)

pyproject.toml

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

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

0 commit comments

Comments
 (0)