File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 2.0.0 [ forthcoming ]
3+ ## 2.1.0
44
5+ ** Date** - 05/08/2025
6+
7+ ** Release Tag** - [ py2.1.0] ( https://github.com/datacommonsorg/api-python/releases/tag/py2.1.0 )
8+
9+ ** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
10+
11+ Bugs fixed:
12+ - Remove auto-flattening for unpack_arcs
13+ - Fix unpack_arcs when multiple arcs are in the node response
14+
15+ Other improvements:
16+ - Clarify parent_entity requirements for observations_dataframe
17+ - Updated some tutorials and notebooks to use the v2 client
18+ - Fix install command and refine documentation
19+ - Handle empty/malformed REST API node responses
20+ - Make renamed methods backwards compatible
21+
22+ New features:
23+ - Add helpers to extract data from NodeResponse arcs
24+ - Add convenient ways to fetch parents and children of given entities
25+
26+ ## 2.0.0
27+
28+ ** Date** - 04/08/2025
29+
30+ ** Release Tag** - [ py2.0.0] ( https://github.com/datacommonsorg/api-python/releases/tag/py2.0.0 )
31+
32+ ** Release Status** - Current head of branch [ ` master ` ] ( https://github.com/datacommonsorg/api-python/tree/master )
33+
34+ Initial v2 of the Data Commons API Python client library.
535
636## 1.4.3
737
Original file line number Diff line number Diff line change 1- __version__ = "2.0 .0"
1+ __version__ = "2.1 .0"
22"""
33Data Commons Client Package
44
You can’t perform that action at this time.
0 commit comments