diff --git a/docs/history.rst b/docs/history.rst index 205235e..11193b4 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,10 +1,10 @@ History ======= -Latest +0.5.0 ------ - BUG: Ignore categorical columns not in measurements (pull #161) - +- ENH: Read subset of measurements for efficiency (pull #161) 0.4.3 ------- diff --git a/setup.cfg b/setup.cfg index dc8ff33..7e0762b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ author = geocube Contributors author_email = alansnow21@gmail.com name = geocube -version = 0.4.4.dev0 +version = 0.5.0 description = Tool to convert geopandas vector data into rasterized xarray data. keywords = geocube, GDAL, rasterize, vector long_description = file: README.rst