Skip to content

Commit f633fa9

Browse files
authored
Release 0.10.0 (#272)
1 parent b7472c3 commit f633fa9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/source/changelog.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ Changelog
33

44
.. _changelog-0.10.0:
55

6-
0.10.0 / TBD
7-
------------
8-
9-
- Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue:`237`)
10-
- Update the authentication credentials. **Note:** You may need to set
11-
``reauth=True`` in order to update your credentials to the most recent
12-
version. This is required to use new functionality such as the BigQuery
13-
Storage API. (:issue:`267`)
6+
0.10.0 / 2019-04-05
7+
-------------------
148

159
Documentation
1610
~~~~~~~~~~~~~
@@ -28,12 +22,17 @@ Dependency updates
2822
Internal changes
2923
~~~~~~~~~~~~~~~~
3024

25+
- Update the authentication credentials. **Note:** You may need to set
26+
``reauth=True`` in order to update your credentials to the most recent
27+
version. This is required to use new functionality such as the BigQuery
28+
Storage API. (:issue:`267`)
3129
- Use ``to_dataframe()`` from ``google-cloud-bigquery`` in the ``read_gbq()``
3230
function. (:issue:`247`)
3331

3432
Enhancements
3533
~~~~~~~~~~~~
3634

35+
- Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue:`237`)
3736
- Allow ``table_schema`` in :func:`to_gbq` to contain only a subset of columns,
3837
with the rest being populated using the DataFrame dtypes (:issue:`218`)
3938
(contributed by @johnpaton)

0 commit comments

Comments
 (0)