Skip to content

Commit f967c1d

Browse files
committed
bump version to 0.14
1 parent bbc5052 commit f967c1d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.13.1
28
- Bug fix for io.read_features with Fiona 1.8+
39

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
affine<3.0
12
shapely
23
numpy>=1.9
34
rasterio>=1.0

src/rasterstats/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.1"
1+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)