From f633fa9a442c594cd492dbdbadac4d491b2dd8c7 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Fri, 5 Apr 2019 08:26:23 -0500 Subject: [PATCH] Release 0.10.0 (#272) --- docs/source/changelog.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index f18b20d9..c6ee70c2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,14 +3,8 @@ Changelog .. _changelog-0.10.0: -0.10.0 / TBD ------------- - -- Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue:`237`) -- Update the authentication credentials. **Note:** You may need to set - ``reauth=True`` in order to update your credentials to the most recent - version. This is required to use new functionality such as the BigQuery - Storage API. (:issue:`267`) +0.10.0 / 2019-04-05 +------------------- Documentation ~~~~~~~~~~~~~ @@ -28,12 +22,17 @@ Dependency updates Internal changes ~~~~~~~~~~~~~~~~ +- Update the authentication credentials. **Note:** You may need to set + ``reauth=True`` in order to update your credentials to the most recent + version. This is required to use new functionality such as the BigQuery + Storage API. (:issue:`267`) - Use ``to_dataframe()`` from ``google-cloud-bigquery`` in the ``read_gbq()`` function. (:issue:`247`) Enhancements ~~~~~~~~~~~~ +- Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue:`237`) - Allow ``table_schema`` in :func:`to_gbq` to contain only a subset of columns, with the rest being populated using the DataFrame dtypes (:issue:`218`) (contributed by @johnpaton)