diff --git a/NEWS.md b/NEWS.md index ef6a0dc..663710b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +1.0.2 (2016-07-12) +--- + +__Bugfixes__ + +* Fix for `OBS_GetCategory` outside the US ([#135](https://github.com/CartoDB/observatory-extension/pull/137)) + +__Improvements__ + +* Automated tests cover Mexico data +* `obs_meta` is now provisioned during unit tests +* `OBS_GetMeasureByID` uses `obs_meta` internally, which should help + performance +* `OBS_GetCategory` uses `obs_meta` internally, which should help perfromance +* `OBS_GetCategory` will pick the correct category for an arbitrary polygon + (the category covering the highest % of that polygon) +* Fixtures are only loaded at the start of the unit test suite, and dropped at the end, + instead of at the start/end of each individual test file + 1.0.1 (2016-07-01) --- diff --git a/src/pg/observatory.control b/src/pg/observatory.control index 8e6dc0d..2c39fb6 100644 --- a/src/pg/observatory.control +++ b/src/pg/observatory.control @@ -1,5 +1,5 @@ comment = 'CartoDB Observatory backend extension' -default_version = '1.0.1' +default_version = '1.0.2' requires = 'postgis' superuser = true schema = cdb_observatory