Skip to content

Commit 93e246b

Browse files
committed
incremented conda.recipe and updated CHANGELOG for 0.1.9 release
1 parent fc09e45 commit 93e246b

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
## Xarray-Spatial Changelog
22
-----------
3-
## Version 0.1.9 - 4/26/2021
4-
- Add deprecation warning to tiles module (#381)
5-
- Add user guide on the documentation website (#376)
6-
- Update docs design version mapping (#378)
7-
- Add Github Action to publish package to PyPI (#371)
8-
- Move Spatialpandas to core install requirements for it to work on JLabs (#372)
9-
- Add CONTRIBUTING.md (#374)
10-
- Update True_color to return a DataArray (#364)
11-
- Add get_data module and example sentinel-2 data (#358)
3+
4+
## Version 0.1.9 - 4/27/2021
5+
- Deprecated tiles module (#381)
6+
- Added user guide on the documentation website (#376)
7+
- Updated docs design version mapping (#378)
8+
- Added Github Action to publish package to PyPI (#371)
9+
- Moved Spatialpandas to core install requirements for it to work on JLabs (#372)
10+
- Added CONTRIBUTING.md (#374)
11+
- Updated `true_color` to return a `xr.DataArray` (#364)
12+
- Added get_data module and example sentinel-2 data (#358)
13+
- Added citations guidelines and reformat (#382)
1214

1315
## Version 0.1.8 - 4/15/2021
1416
- Fixed pypi related error

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package:
44
name: xarray-spatial
5-
version: 0.1.8
5+
version: 0.1.9
66

77
source:
88
path: ..

0 commit comments

Comments
 (0)