File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,8 @@ Changelog
3
3
4
4
.. _changelog-0.10.0 :
5
5
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
+ -------------------
14
8
15
9
Documentation
16
10
~~~~~~~~~~~~~
@@ -28,12 +22,17 @@ Dependency updates
28
22
Internal changes
29
23
~~~~~~~~~~~~~~~~
30
24
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 `)
31
29
- Use ``to_dataframe() `` from ``google-cloud-bigquery `` in the ``read_gbq() ``
32
30
function. (:issue: `247 `)
33
31
34
32
Enhancements
35
33
~~~~~~~~~~~~
36
34
35
+ - Fix a bug where pandas-gbq could not upload an empty DataFrame. (:issue: `237 `)
37
36
- Allow ``table_schema `` in :func: `to_gbq ` to contain only a subset of columns,
38
37
with the rest being populated using the DataFrame dtypes (:issue: `218 `)
39
38
(contributed by @johnpaton)
You can’t perform that action at this time.
0 commit comments