We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b78fe commit 678dc08Copy full SHA for 678dc08
CHANGELOG.txt
@@ -1,3 +1,6 @@
1
+0.17.0
2
+- Fix performance regression due to platform.architecture performance #258
3
+
4
0.16.0
5
- Fix deprecation warning with shapely 1.8+ #250
6
@@ -44,7 +47,7 @@
44
47
0.10.0
45
48
- Added a generator variant of zonal_stats (gen_zonal_stats) and point_query
46
49
(gen_point_query) which yield results instead of returning a list
-- Dependency on cligj to standardize the geojson input/output args and opts
50
+- Dependency on cligj to standardize the geojson input/output args and opts
51
- Input/Output can be geojson sequences; allows for stream processing
52
53
0.9.2
src/rasterstats/_version.py
@@ -1 +1 @@
-__version__ = "0.16.0"
+__version__ = "0.17.0"
0 commit comments