Skip to content

Commit 131b636

Browse files
committed
incremented version to 0.1.6
1 parent 7700384 commit 131b636

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
## Xarray-Spatial Changelog
22
-----------
33

4+
## Version 0.1.6 - 4/12/2020
5+
- Cleared metadata in all examples ipynb (#327)
6+
- Moved docs requirements to source folder (#326)
7+
- Fixed manifest file
8+
- Fixed travis ci (#323)
9+
- Included yml files
10+
- Fixed examples path in Pharmacy Deserts Noteboo
11+
- Integrate xarray-spatial website with the documentation (#291)
12+
413
### Version 0.1.5 - 4/8/2020
514
- CLI examples bug fixed
15+
- Added `drop_clouds`, cloud-free mosaic from sentinel2 data example (#255)
616

717
### Version 0.1.4 - 4/8/2020
818
- Sphinx doc fixes
919
- CLI bug fixed in 0.1.5
1020

1121
### Version 0.1.3 - 4/5/2020
12-
1322
- Added band_to_img utils func
1423
- Added download-examples CLI command for all notebooks (#241)
1524
- Added band_to_img utils func
16-
- docs enhancements
25+
- Docs enhancements
1726
- GPU and dask support for multispectral tools
1827
- GPU and Dask support for classify module (#168)
1928
- Fixed savi dask cupy test skip
@@ -23,7 +32,6 @@
2332
- Improved Sphinx docs / theme
2433

2534
### Version 0.1.2 - 12/1/2020
26-
2735
- Added GPU support for curvature (#150)
2836
- Added dask.Array support for curvature (#150)
2937
- Added GPU support for aspect (#156)

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.5
5+
version: 0.1.6
66

77
source:
88
path: ..

0 commit comments

Comments
 (0)