Skip to content

Commit 4a37b5b

Browse files
committed
added to changelog and incremented version number
1 parent 438889f commit 4a37b5b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 0.0.6 - 7/14/2020
2+
- Added Proximity Direction (proximity)
3+
- Added Proximity Allocation (proximity)
4+
- Added Zonal Crop (zonal)
5+
- Added Trim (zonal)
6+
- Added ebbi (multispectral)
7+
- Added more tests for slope (slope)
8+
- Added image grid (readme)
9+
110
### Version 0.0.5 - 7/5/2020
211
- Changed ndvi.py -> multispectral.py
312
- Added arvi (multispectral)

xrspatial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from xrspatial.classify import equal_interval # noqa
3636
from xrspatial.classify import natural_breaks # noqa
3737

38-
__version__ = '0.0.5'
38+
__version__ = '0.0.6'
3939

4040

4141
def test():

0 commit comments

Comments
 (0)