Skip to content

Commit 0239a5d

Browse files
authored
Release 0.2.2 (#99)
1 parent 9d24228 commit 0239a5d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3-
## 0.2.2 (...)
4-
- Support [pystac](https://github.com/stac-utils/pystac) ItemCollections
5-
- Fix bug where repeated metadata values would be None
3+
## 0.2.2 (2021-12-03)
4+
- Support [pystac](https://github.com/stac-utils/pystac) ItemCollections [@TomAugspurger](https://github.com/TomAugspurger), [@scottyhq](https://github.com/scottyhq)
5+
- Fix bug where repeated metadata values would be None [@gjoseph92](https://github.com/gjoseph92) [@scottyhq](https://github.com/scottyhq)
66
- Fix one-pixel shift when using `xy_coords="center"` [@gjoseph92](https://github.com/gjoseph92) [@Kirill888](https://github.com/Kirill888) [@maawoo](https://github.com/maawoo)
7+
- Fix upper-right-hand corner calculation in `bounds_from_affine` [@g2giovanni](https://github.com/g2giovanni)
8+
- Fix error with valid STAC items that don't have a `type` field [@scottyhq](https://github.com/scottyhq)
9+
- Allow all file extensions (not just `.tif`) [@JamesOConnor](https://github.com/JamesOConnor) [@gjoseph92](https://github.com/gjoseph92)
10+
- Fix `Error when attempting to bind on address ::1` with `stackstac.show` [@gjoseph92](https://github.com/gjoseph92)
11+
- Fix empty map from `stackstac.show` due to `jupyter-server-proxy` not being installed [@robintw](https://github.com/robintw) [@gjoseph92](https://github.com/gjoseph92)
12+
- Fix occasional `RuntimeError: Set changed size during iteration` errors while computing [@gjoseph92](https://github.com/gjoseph92)
13+
- Use BinderHub instead of Coiled notebook for runnable examples in documentation [@gjoseph92](https://github.com/gjoseph92)
714

815
## 0.2.1 (2021-05-07)
916
Support [xarray 0.18](http://xarray.pydata.org/en/stable/whats-new.html#v0-18-0-6-may-2021) and beyond, as well as looser version requirements for some other dependencies.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "stackstac"
77
readme = "README.md"
88
repository = "https://github.com/gjoseph92/stackstac"
9-
version = "0.2.1"
9+
version = "0.2.2"
1010

1111
[tool.poetry.dependencies]
1212
Bottleneck = {version = "^1.3.2", optional = true}

0 commit comments

Comments
 (0)