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 1
1
# Changelog
2
2
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
+
3
16
4
17
## 1.0.2
5
18
Original file line number Diff line number Diff line change 3
3
This is a Python library for accessing data in the Data Commons knowledge graph.
4
4
To get started, install this package from pip.
5
5
6
- pip install git+https://github.com/google/ datacommons[email protected]
6
+ pip install datacommons
7
7
8
8
Once the package is installed, import ` datacommons ` .
9
9
Original file line number Diff line number Diff line change 25
25
26
26
AUTHOR = 'datacommons.org'
27
27
REQUIRES_PYTHON = '>=3.6.0'
28
- VERSION = '1.0.3 '
28
+ VERSION = '1.0.5 '
29
29
30
30
REQUIRED = [
31
31
'httplib2' ,
32
- 'requests' ,
33
- 'numpy' ,
34
- 'pandas' ,
35
32
'sphinx' ,
36
33
'sphinxcontrib-napoleon' ,
37
34
'sphinx_rtd_theme' ,
You can’t perform that action at this time.
0 commit comments