Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
# Changelog

## 2.0.0 [forthcoming]
## 2.1.0

**Date** - 05/08/2025

**Release Tag** - [py2.1.0](https://github.com/datacommonsorg/api-python/releases/tag/py2.1.0)

**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)

Bugs fixed:
- Remove auto-flattening for unpack_arcs
- Fix unpack_arcs when multiple arcs are in the node response

Other improvements:
- Clarify parent_entity requirements for observations_dataframe
- Updated some tutorials and notebooks to use the v2 client
- Fix install command and refine documentation
- Handle empty/malformed REST API node responses
- Make renamed methods backwards compatible

New features:
- Add helpers to extract data from NodeResponse arcs
- Add convenient ways to fetch parents and children of given entities

## 2.0.0

**Date** - 04/08/2025

**Release Tag** - [py2.0.0](https://github.com/datacommonsorg/api-python/releases/tag/py2.0.0)

**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)

Initial v2 of the Data Commons API Python client library.

## 1.4.3

Expand Down
2 changes: 1 addition & 1 deletion datacommons_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0"
__version__ = "2.1.0"
"""
Data Commons Client Package

Expand Down