File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.1
4+ - Passing a ` gdal_env ` now works when using a distributed cluster (before, you got a pickle error when calling ` .compute() ` )
5+ - Many typos fixed, thanks [ @kylebarron ] ( https://github.com/kylebarron ) and [ @RichardScottOZ ] ( https://github.com/RichardScottOZ ) !
6+
7+ ## 0.1.0
8+ Initial release 🎉
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Contents
3737 api/main
3838 api/internal
3939
40+ GitHub <https://github.com/gjoseph92/stackstac >
41+ Changelog <https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md >
42+
4043
4144Indices and tables
4245------------------
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "stackstac"
66readme = " README.md"
77repository = " https://github.com/gjoseph92/stackstac"
88homepage = " https://stackstac.readthedocs.io/en/latest/index.html"
9- version = " 0.1.0 "
9+ version = " 0.1.1 "
1010
1111[tool .poetry .dependencies ]
1212python = " ^3.7"
You can’t perform that action at this time.
0 commit comments