Skip to content

Commit 02c1e40

Browse files
authored
Updated the changelog (#101)
1 parent f35d281 commit 02c1e40

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
**Date** - 10/2/2019
6+
7+
**Release Tag** - [v1.0.1](https://github.com/datacommonsorg/api-python/releases/tag/v1.0.1)
8+
9+
**Release Status** - Current head of branch [`stable-1.x`](https://github.com/datacommonsorg/api-python/tree/stable-1.x)
10+
11+
New features added to the Python Client API
12+
13+
- Added two new functions `get_pop_obs` and `get_place_obs`
14+
- SPARQL query is now supported as a function `query` instead of a class.
15+
- Added documentation on how to provision an API key and provide it to the API
16+
17+
Bugs fixed in new release
18+
19+
- Fixed various typos and formatting issues in the documentation.
20+
- If the index of the `pandas.Series` passed into functions such as `get_populations` and `get_observations` was not contiguous, then the assignment step would not properly align the values returned by calling the function. This is because the `pandas.Series` returned 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.
21+
322
## 1.0.0
423

524
**Date** - 8/9/2019
625

726
**Release Tag** - [v1.0.0](https://github.com/datacommonsorg/api-python/releases/tag/v1.0.0)
827

9-
**Release Status** - Current head of branch [`stable-1.x`](https://github.com/datacommonsorg/api-python/tree/stable-1.x)
10-
1128
New release of the Python Client API.
1229

1330
- New functions in the API built on top of the [Data Commons REST API](https://github.com/datacommonsorg/mixer).

0 commit comments

Comments
 (0)