File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0
4+
5+ ** Date** - 07/28/2020
6+
7+ ** Release Tag** - [ v1.3.0] ( https://github.com/datacommonsorg/api-python/releases/tag/v1.3.0 )
8+
9+ ** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
10+
11+ New features added to the Python API
12+
13+ - Option to use the API without providing API key.
14+ - New options to ` get_stats ` : ` measurement_method ` , ` unit ` , and ` obs_period ` for finer-grain control over returned statistics.
15+
16+ Bugs fixed in new release
17+
18+ - Elegantly handle sparse responses from ` query ` .
19+
320## 1.2.0
421
522** Date** - 06/04/2020
Original file line number Diff line number Diff line change 2525EMAIL = 'support@datacommons.org'
2626AUTHOR = 'datacommons.org'
2727REQUIRES_PYTHON = '>=2.7'
28- VERSION = '1.2 .0'
28+ VERSION = '1.3 .0'
2929
3030REQUIRED = [
3131 'six' ,
You can’t perform that action at this time.
0 commit comments