Skip to content

Commit 7d42caf

Browse files
authored
Release py1.4.3 and pd0.0.3 for returning empty data structures instead of erroring on no data. (#166)
1 parent e105296 commit 7d42caf

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.4.3
4+
5+
**Date** - 11/10/2020
6+
7+
**Release Tag** - [py1.4.3](https://github.com/datacommonsorg/api-python/releases/tag/py1.4.3)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
Bugs fixed in new release
12+
13+
- Return empty data structures instead of erroring when no data is available.
14+
315
## 1.4.2
416

517
**Date** - 09/16/2020

datacommons_pandas/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.0.3
4+
5+
**Date** - 11/10/2020
6+
7+
**Release Tag** - [pd.0.0.3](https://github.com/datacommonsorg/api-python/releases/tag/pd0.0.3)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
Update to use datacommons Python API 1.4.3, which returns empty data structures instead of erroring when no data is available.
12+
313
## 0.0.2
414

515
**Date** - 09/16/2020

setup_datacommons.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
AUTHOR = 'datacommons.org'
2626
REQUIRES_PYTHON = '>=2.7'
27-
VERSION = '1.4.2'
27+
VERSION = '1.4.3'
2828

2929
REQUIRED = [
3030
'six',

setup_datacommons_pandas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
AUTHOR = 'datacommons.org'
2626
REQUIRES_PYTHON = '>=2.7'
27-
VERSION = '0.0.2'
27+
VERSION = '0.0.3'
2828

2929
REQUIRED = [
3030
'six',

0 commit comments

Comments
 (0)