88
99** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
1010
11- New features added to the Python Client API
11+ New features added to the Python API
1212
1313- Add get_stats API to get observations given a StatisticalVariable and place dcids.
1414
@@ -25,7 +25,7 @@ Bugs fixed in new release
2525
2626** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
2727
28- New features added to the Python Client API
28+ New features added to the Python API
2929
3030- Handle and ignore NaN in API argument.
3131
@@ -41,7 +41,7 @@ Bugs fixed in new release
4141
4242** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
4343
44- New features added to the Python Client API
44+ New features added to the Python API
4545
4646- Use six package for urllib.
4747
@@ -53,7 +53,7 @@ New features added to the Python Client API
5353
5454** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
5555
56- New features added to the Python Client API
56+ New features added to the Python API
5757
5858- Support python 2.7.
5959
@@ -65,7 +65,7 @@ New features added to the Python Client API
6565
6666** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
6767
68- New features added to the Python Client API
68+ New features added to the Python API
6969
7070- Add a new API for getting related places.
7171
@@ -79,7 +79,7 @@ New features added to the Python Client API
7979
8080** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
8181
82- New features added to the Python Client API
82+ New features added to the Python API
8383
8484- Remove the dependency on Pandas and Numpy in package dependency.
8585- Replace requests with urllib.
@@ -93,7 +93,7 @@ New features added to the Python Client API
9393
9494** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
9595
96- New features added to the Python Client API
96+ New features added to the Python API
9797
9898- Remove the dependency on Pandas.
9999
@@ -106,7 +106,7 @@ New features added to the Python Client API
106106
107107** Release Status** - Current head of branch [ ` stable-1.x ` ] ( https://github.com/datacommonsorg/api-python/tree/stable-1.x )
108108
109- New features added to the Python Client API
109+ New features added to the Python API
110110
111111- Added two new functions ` get_pop_obs ` and ` get_place_obs `
112112- SPARQL query is now supported as a function ` query ` instead of a class.
@@ -123,7 +123,7 @@ Bugs fixed in new release
123123
124124** Release Tag** - [ v1.0.0] ( https://github.com/datacommonsorg/api-python/releases/tag/v1.0.0 )
125125
126- New release of the Python Client API.
126+ New release of the Python API.
127127
128128- New functions in the API built on top of the [ Data Commons REST API] ( https://github.com/datacommonsorg/mixer ) .
129129 - ` get_property_labels `
0 commit comments