File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.5
4+
5+ ** Date** - 01/27/2020
6+
7+ ** Release Tag** - [ v1.0.5] ( https://github.com/datacommonsorg/api-python/releases/tag/v1.0.5 )
8+
9+ ** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
10+
11+ New features added to the Python Client API
12+
13+ - Remove the dependency on Pandas and Numpy in package dependency.
14+ - Replace requests with urllib.
15+
316
417## 1.0.2
518
Original file line number Diff line number Diff line change 33This is a Python library for accessing data in the Data Commons knowledge graph.
44To get started, install this package from pip.
55
6- pip install git+https://github.com/google/ datacommons[email protected] 6+ pip install datacommons
77
88Once the package is installed, import ` datacommons ` .
99
Original file line number Diff line number Diff line change 25252626AUTHOR = 'datacommons.org'
2727REQUIRES_PYTHON = '>=3.6.0'
28- VERSION = '1.0.3 '
28+ VERSION = '1.0.5 '
2929
3030REQUIRED = [
3131 'httplib2' ,
32- 'requests' ,
33- 'numpy' ,
34- 'pandas' ,
3532 'sphinx' ,
3633 'sphinxcontrib-napoleon' ,
3734 'sphinx_rtd_theme' ,
You can’t perform that action at this time.
0 commit comments