updates to NEWS.md and observatory.control

This commit is contained in:
John Krauss 2016-07-12 17:49:34 -04:00
parent 2463623658
commit 2107796f07
2 changed files with 20 additions and 1 deletions

19
NEWS.md
View File

@ -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)
---

View File

@ -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