diff --git a/NEWS.md b/NEWS.md index 3cba36f..1da37da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,23 @@ +1.2.0 (2016-12-28) + +__API Changes__ + +* Added `OBS_GetMeasureDataMulti`, which takes an array of geomvals and + parameters as JSON, and returns a set of RECORDs keyed by the vals of the + geomvals. +* Added `OBS_GetMeasureMetaMulti`, which takes sparse metadata as JSON (for + example, the measure ID) and returns a filled-out version of the metadata + sufficient for use with `OBS_GetMeasureDataMulti`. + +__Improvements__ + +* Move tests to 2015 +* Fixes to `_OBS_GetGeometryScores` to avoid spamming NOTICEs about all pixels + for a band being NULL +* Tests for `_OBS_GetGeometryScores` with complex geometries +* Performance tests for `OBS_GetMeasureDataMulti` +* Return both `table_id` and `column_id` from `_OBS_GetGeometryScores` + 1.1.7 (2016-12-15) __Improvements__