You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
# Changelog
2
2
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)
6
6
- 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)
7
14
8
15
## 0.2.1 (2021-05-07)
9
16
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.
0 commit comments