3.2 KiB
3.2 KiB
1.0.2 (2016-07-12)
Bugfixes
- Fix for
OBS_GetCategory
outside the US (#135) OBS_GetMeasure
now respects thenormalize
parameter even when passed a multi/polygon. Previously, no normalization was erroneously assumed.
Improvements
- Automated tests cover Mexico data
obs_meta
is now provisioned during unit testsobs_meta
is now used during end-to-end testsOBS_GetMeasureByID
usesobs_meta
internally, which should help performanceOBS_GetCategory
usesobs_meta
internally, which should help perfromanceOBS_GetCategory
will pick the correct category for an arbitrary polygon (the category covering the highest % of that polygon)OBS_GetMeasure
has been updated to useobs_meta
internally, which should help performanceOBS_GetMeasure
now can be passed "none" and skip normalization by area or denominator for points- 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
- Comment noisy NOTICEs (#73)
1.0.1 (2016-07-01)
Bugfixes
- Fix for ERROR: Operation on mixed SRID geometries #130
1.0.0 (6/27/2016)
- Incremented to 1.0.0 to be in compliance with SemVer, which disallows use of 0.x.x versions. This also reflects that we are already in production.
API Changes
- Added
OBS_DumpVersion
to look up version data (#118)
Improvements
- Whether data exists for a geom now determined by polygon intersection instead of BBOX overlap (#119)
- Automated tests cover Spanish and UK data (#115)
- Automated tests cover
OBS_GetUSCensusMeasure
(#105)
Bugfixes
- Geom table can have different
geomref_colname
than the data table (#123)
0.0.5 (5/27/2016)
- Adds new function
OBS_GetMeasureById
(#96)
0.0.4 (5/25/2016)
- Updates queries involving US Census measure tags to be more generic (#95)
- Fixes tests which relied on an erroneous subset of block groups (#95)
0.0.3 (5/24/2016)
- Generalizes internal queries to properly pull from multiple named geometry references
- Adds tests for Who's on First boundaries
- Improves automatic fixtures testing script
0.0.2 (5/19/2016)
- Adds Data Observatory exploration functions
- Adds Data Observatory boundary functions
- Adds Data Observatory measure functions
- Adds script to generate fixtures for tests
- Adds script for the automatic testing of metadata
- Adds full documentation for all included functions
- removes
cartodb
extension dependency
0.0.1 (5/19/2016)
- First iteration of
OBS_GetDemographicSnapshot(location Geometry(Point,4326))