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 bbc5052 commit f967c1dCopy full SHA for f967c1d
CHANGELOG.txt
@@ -1,3 +1,9 @@
1
+0.14.0
2
+- Add support return statement to zone_func #203
3
+- Take into account per dataset mask #198
4
+- Accessing geometry properties for user-defined stats #193
5
+- Updated method calls for numpy v1.16 #184
6
+
7
0.13.1
8
- Bug fix for io.read_features with Fiona 1.8+
9
requirements.txt
@@ -1,3 +1,4 @@
+affine<3.0
shapely
numpy>=1.9
rasterio>=1.0
src/rasterstats/_version.py
@@ -1 +1 @@
-__version__ = "0.13.1"
+__version__ = "0.14.0"
0 commit comments