- change `band_num` parameter to `band` - add example of multiprocessing - updated for compatibility with upcoming Rasterio 1.0 release - using latest pytest and pytest-cov for testing - overhauled NaN handling logic to treat them directly as nodata
0.10.3
- initial attempt at nan logic
0.10.2
- Setup.py bugfix: Include requirements in manifest
0.10.1
- Bug fix for geopandas dataframes
0.10.0
- Added a generator variant of zonal_stats (gen_zonal_stats) and point_query (gen_point_query) which yield results instead of returning a list - Dependency on cligj to standardize the geojson input/output args and opts - Input/Output can be geojson sequences; allows for stream processing