File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
## 0.4.1 (2022-04-15)
4
8
- Use ` pd.Index ` instead of deprecated ` pd.Float64Index ` [ @TomAugspurger ] ( https://github.com/TomAugspurger )
5
9
- 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"
6
6
name = " stackstac"
7
7
readme = " README.md"
8
8
repository = " https://github.com/gjoseph92/stackstac"
9
- version = " 0.4.1 "
9
+ version = " 0.4.2 "
10
10
11
11
[tool .poetry .dependencies ]
12
12
Bottleneck = {version = " ^1.3.2" , optional = true }
You can’t perform that action at this time.
0 commit comments