You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update "VERSION" in [setup_datacommons.py](setup_datacommons.py)
72
-
- Update [CHANGELOG.md](CHANGELOG.md) for a new version
73
-
- Upload a new package using steps for [generating distribution archives](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives) and [uploading the distribution archives](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
69
+
## Release
70
+
71
+
Note: Always release `datacommons_pandas` when `datacommons` is released.
72
+
73
+
**If this is your first time releasing to PyPI**, please review the PyPI guide
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10
+
11
+
Update to use datacommons Python API 1.4.2, which adds batching to the get_stat_all function used by build_time_series_dataframe and build_multivariate_dataframe.
Copy file name to clipboardExpand all lines: datacommons_pandas/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,9 @@ Apache 2.0
33
33
34
34
Please follow the [Development instructions](../README.md#development).
35
35
36
-
## Release to PyPI
36
+
## Release
37
37
38
-
- Update "VERSION" in [setup_datacommons_pandas.py](../setup_datacommons_pandas.py)
39
-
- Update [CHANGELOG.md](CHANGELOG.md) for a new version
40
-
- Upload a new package using steps for [generating distribution archives](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives) and [uploading the distribution archives](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
38
+
Please follow the [Release instructions](../README.md#release).
0 commit comments