Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.56 KB

Changelog

1.1.0-beta

Date - 1/30/2020 Release Tag - v1.1.0-beta Release Status - Current head of branch master Updated function signatures to match Python client, updated data references, improved documentation.

  • All functions have been renamed from CamelCase to snake_case: get_property_labels, get_property_values, get_triples, get_populations, get_observations, get_places_in, set_api_key, query.
  • Documentation improvements.
  • Tests, docstrings, and docs have been updated to reflect the latest data.
  • Update package .onLoad function to install Python library via pip3 and delay loading it until first use.

1.0.0-beta

Date - 8/19/2019

Release Tag - v1.0.0-beta

Release Status - Current head of branch 1.0.0-beta

Initial and beta release of the R API Client.

  • Implemented functions built on top of the Data Commons REST API.

    • GetPropertyLabels
    • GetPropertyValues
    • GetTriples
    • GetPopulations
    • GetObservations
    • GetPlacesIn
  • Example/Tutorial in notebooks folder. R library components in the datacommons folder.

  • Docs for each function autogenerated using roxygen2 and are available through R's help() command.

  • General instructions can be found in the root README.md.