Skip to content

Commit 3a49aa7

Browse files
authored
1 parent 9b745fb commit 3a49aa7

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
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

datacommons_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.1.0"
22
"""
33
Data Commons Client Package
44

0 commit comments

Comments
 (0)