Skip to content

Commit

Permalink
Release 0.10.0 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored Apr 5, 2019
1 parent b7472c3 commit f633fa9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~
Expand All @@ -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)
Expand Down

0 comments on commit f633fa9

Please sign in to comment.