Skip to content

Commit 2610372

Browse files
authored
Changelog and version update for 1.0.2 (#107)
1 parent 7bc4ae8 commit 2610372

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
4+
## 1.0.2
5+
6+
**Date** - 11/6/2019
7+
8+
**Release Tag** - [v1.0.2](https://github.com/datacommonsorg/api-python/releases/tag/v1.0.2)
9+
10+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
11+
12+
New features added to the Python Client API
13+
14+
- Remove the dependency on Pandas.
15+
16+
317
## 1.0.1
418

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

1933
- 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.
34+
- 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.
2135

2236
## 1.0.0
2337

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
AUTHOR = 'datacommons.org'
2727
REQUIRES_PYTHON = '>=3.6.0'
28-
VERSION = '1.0.0'
28+
VERSION = '1.0.2'
2929

3030
REQUIRED = [
3131
'httplib2',

0 commit comments

Comments
 (0)