Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.24 KB

Changelog

1.0.0

Date - 8/9/2019

Release Tag - v1.0.0

Release Status - Current head of branch stable-1.x

New release of the Python Client API.

  • New functions in the API built on top of the Data Commons REST API.
    • get_property_labels
    • get_property_values
    • get_triples
    • get_populations
    • get_observations
    • get_places_in
  • New tests and examples checked into datacommons/test and datacommons/examples
  • Full documentation released on readthedocs

0.4.3

Date - 8/13/2019

Release Tag - v0.4.3

Release Status - Latest on PyPI. Current head of branch stable-0.x.

Patch release that fixes bugs in datacommons.Client.

  • Functions get_cities and get_states now provides typeOf constraints in their datalog queries.

0.x

Initial release of the Data Commons API.