------ - Address deprecation warnings from datacube and rioxarray (issue 29)
0.0.12
------ - ENH: Added :func:`geocube.show_versions` and cli `geocube --show-versions` (pull 23) - Add compatibility between datacube and geopandas CRS versions (pull 24)
0.0.11
------ - Drop Python 3.5 Support (issue 12) - ENH: Update to support geopandas with pyproj.CRS (pull 18) - BUG: Update timestamp handling to ensure correct format for dtype (pull 18)
0.0.10
------ - Added filter_nan kwarg to filter out missing data when rasterizing (issue 9) - Change default fill value to NaN when rasterizing (pull 11)
0.0.9
----- - Added `rescale` kwarg to `geocube.rasterize.rasterize_points_griddata`. (pull 8) - Removed `fillna(numpy.nan)` in `geocube.geo_utils.geobox.load_vector_data` as not necessary and for compatibility with `geopandas==0.6.0`. (pull 8)
0.0.8
----- - Add merge algorithm option for rasterization (issue 5) - Drop Python 2 support (issue 6)