Skip to content

Commit

Permalink
Changelog and version update for 1.0.2 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun committed Nov 6, 2019
1 parent 7bc4ae8 commit 2610372
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog


## 1.0.2

**Date** - 11/6/2019

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

**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)

New features added to the Python Client API

- Remove the dependency on Pandas.


## 1.0.1

**Date** - 10/2/2019
Expand All @@ -17,7 +31,7 @@ New features added to the Python Client API
Bugs fixed in new release

- Fixed various typos and formatting issues in the documentation.
- 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.
- 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.

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
EMAIL = 'support@datacommons.org'
AUTHOR = 'datacommons.org'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '1.0.0'
VERSION = '1.0.2'

REQUIRED = [
'httplib2',
Expand Down

0 comments on commit 2610372

Please sign in to comment.