Skip to content

Releases: datacommonsorg/mixer

v1.4.0

03 Sep 23:56
aba3dcb
Compare
Choose a tag to compare

Data Release (version: 2020_09_03_01_03_16)

  • Wikipedia population data
  • Eurostat and BLS unemployment rate refresh
  • Simplified geo json

New API: GetLocationsRankings

v1.3.0

28 Aug 19:25
17dfbc2
Compare
Choose a tag to compare
  • Data Release (version: 2020_08_27_01_02_21)
    • Significant overhaul of places in DC KG
      • Increased coverage (700K => 2.6M), mostly from wikidata
      • GeoNames dropped as source
    • New BLS Consumer Price Index dataset
    • Improved related-places ranking information
  • API bug fixes
  • Testing improvements (golden file unification)

NOTE: Place DCIDs, especially for non-US places, may change with this release.

v1.2.0

21 Aug 20:42
d713bdc
Compare
Choose a tag to compare
  • Data updated to version 2020_08_20_01_04_09
    • Population data from Wikipedia
    • Update Population data from Census PEP
    • OECD Regional Demography place resolution improvements
  • New REST API features:
    • /stat/value function that returns a single float for a Place and StatVar
    • /stat/series function that returns a time series for a Place and StatVar
    • /stat/all function that returns a nested struct with all time series for multiple Place and multiple StatVar
  • Testing improvements

v1.1.0

14 Aug 23:02
a2fb9c4
Compare
Choose a tag to compare
  • Data updated to version 2020_08_13_01_04_17
    • Geo ID mapping fixes
    • open-covid-19-data. Example node: policyExtent
  • Bug fix
    • Check for nil pointer reference
  • API change
    • Add unit and scaling factor to SourceSeries and used for ranking and filtering
    • Removed GetChart API which is used by old timeline tool
    • Update GetLandingPage cache data to use ObsTimeSeries

v1.0.0

07 Aug 19:52
5768a7f
Compare
Choose a tag to compare

This is the first tagged release of the mixer, though it's been deployed numerous times. Since last release:

  • Data updated to version 2020_08_06_01_02_58
    • US BLS data update for Local Area Unemployment Statistics (LAUS) and Quarterly Census of Employment and Wages (QCEW)
    • Additional OECD data
      • Deaths by 5-year age group , small regions TL3
      • Population density and area, TL2 and TL3
      • Demographic Composition and Evolution, TL2 and TL3
      • Inter-regional Mobility, TL2 and TL3
      • Life Expectancy and Mortality, TL2 and TL3
      • Mortality crude rates by cause of death and gender, TL2
      • Population by 5-years age groups, TL2
      • Example nodes: 1, 2, 3, 4
    • Protein Atlas
    • Drugs @ FDA updates to compound data
  • Bug fix
    • Check for nil pointer reference
  • Old API cleanup
    • PopCategory (maps from population type to possible measured properties for a given place type)
    • RelatedPlaces (internal API that has been replaced with Related Locations)

v0.1.1 release

12 Aug 18:14
9686af1
Compare
Choose a tag to compare
Switch BT table from dc8 to dc9, which removes the PV filters for pop…