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.
2 parents 004611e + 8f97f06 commit c67c0e7Copy full SHA for c67c0e7
CHANGES.txt
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+0.9.1 (2015-10-26)
5
+------------------
6
+- Add missing package (polyline) to setup.py
7
+
8
0.9.0 (2015-10-23)
9
------------------
10
- Improved pansharpening
landsat/__init__.py
@@ -1 +1 @@
-__version__ = '0.9.0'
+__version__ = '0.9.1'
setup.py
@@ -44,7 +44,8 @@ def readme():
44
'scipy>=0.16.0',
45
'scikit-image>=0.11.3',
46
'homura>=0.1.2',
47
- 'boto>=2.38.0'
+ 'boto>=2.38.0',
48
+ 'polyline==1.1'
49
],
50
test_suite='nose.collector',
51
tests_require=test_requirements
0 commit comments