We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438889f commit 4a37b5bCopy full SHA for 4a37b5b
CHANGELOG.md
@@ -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
+
10
### Version 0.0.5 - 7/5/2020
11
- Changed ndvi.py -> multispectral.py
12
- Added arvi (multispectral)
xrspatial/__init__.py
@@ -35,7 +35,7 @@
35
from xrspatial.classify import equal_interval # noqa
36
from xrspatial.classify import natural_breaks # noqa
37
38
-__version__ = '0.0.5'
+__version__ = '0.0.6'
39
40
41
def test():
0 commit comments