Date - 11/6/2019
Release Tag - v1.0.2
Release Status - Current head of branch master
New features added to the Python Client API
- Remove the dependency on Pandas.
Date - 10/2/2019
Release Tag - v1.0.1
Release Status - Current head of branch stable-1.x
New features added to the Python Client API
- Added two new functions
get_pop_obsandget_place_obs - SPARQL query is now supported as a function
queryinstead of a class. - Added documentation on how to provision an API key and provide it to the API
Bugs fixed in new release
- Fixed various typos and formatting issues in the documentation.
- If the index of the
pandas.Seriespassed into functions such asget_populationsandget_observationswas not contiguous, then the assignment step would not properly align the values returned by calling the function. This is because thepandas.Seriesreturned by the function would have a different index than the given series. This is fixed by assigning the index of the returned series to that of the given series.
Date - 8/9/2019
Release Tag - v1.0.0
New release of the Python Client API.
- New functions in the API built on top of the Data Commons REST API.
get_property_labelsget_property_valuesget_triplesget_populationsget_observationsget_places_in
- New tests and examples checked into
datacommons/testanddatacommons/examples - Full documentation released on readthedocs
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_citiesandget_statesnow providestypeOfconstraints in their datalog queries.
Initial release of the Data Commons API.