File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.2 (2022-07-06)
4+ - Support (and require) rasterio 1.3.0 [ @carderne ] ( https://github.com/carderne ) [ @gjoseph92 ] ( https://github.com/gjoseph92 )
5+ - Fix ` ValueError ` when passing ` dim= ` to ` mosaic ` [ @aazuspan ] ( https://github.com/aazuspan )
6+
37## 0.4.1 (2022-04-15)
48- Use ` pd.Index ` instead of deprecated ` pd.Float64Index ` [ @TomAugspurger ] ( https://github.com/TomAugspurger )
59- Better error when forgetting a custom nodata value to ` mosaic ` [ @gjoseph92 ] ( https://github.com/gjoseph92 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT"
66name = " stackstac"
77readme = " README.md"
88repository = " https://github.com/gjoseph92/stackstac"
9- version = " 0.4.1 "
9+ version = " 0.4.2 "
1010
1111[tool .poetry .dependencies ]
1212Bottleneck = {version = " ^1.3.2" , optional = true }
You can’t perform that action at this time.
0 commit comments