Skip to content

Commit f9992be

Browse files
authored
Release new versions of legacy python client (#286)
Includes deprecation notice added in #285 New versions available at: * https://pypi.org/project/datacommons/1.4.4/ * https://pypi.org/project/datacommons-pandas/0.0.4/
1 parent d73bb47 commit f9992be

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ New features:
8888

8989
Initial v2 of the Data Commons API Python client library.
9090

91+
## 1.4.4
92+
93+
**Date** - 01/12/2026
94+
95+
**Release Tag** - [py1.4.4](https://github.com/datacommonsorg/api-python/releases/tag/py1.4.4)
96+
97+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
98+
99+
Added deprecation notice to legacy `datacommons` package.
100+
91101
## 1.4.3
92102

93103
**Date** - 11/10/2020

datacommons_pandas/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.0.4
4+
5+
**Date** - 01/12/2026
6+
7+
**Release Tag** - [pd.0.0.4](https://github.com/datacommonsorg/api-python/releases/tag/pd0.0.4)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
Added deprecation notice to legacy `datacommons_pandas` package.
12+
313
## 0.0.3
414

515
**Date** - 11/10/2020

0 commit comments

Comments
 (0)