Skip to content

Commit

Permalink
Change whatsnew 0.19.2 -> 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necnec committed Nov 30, 2016
1 parent 640be7a commit b849300
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions doc/source/whatsnew/v0.19.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,3 @@ Bug Fixes


- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)

.. _whatsnew_0192.gbq:

Google BigQuery Enhancements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- The :func:`read_gbq` method now allows query configuration preferences
7 changes: 7 additions & 0 deletions doc/source/whatsnew/v0.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@ Performance Improvements

Bug Fixes
~~~~~~~~~

.. _whatsnew_0200.gbq:

Google BigQuery Enhancements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- The :func:`read_gbq` method now allows query configuration preferences
2 changes: 1 addition & 1 deletion pandas/io/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def read_gbq(query, project_id=None, index_col=None, col_order=None,
For more information see `BigQuery SQL Reference
<https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query>`
.. versionadded:: 0.19.2
.. versionadded:: 0.20.0
Returns
-------
Expand Down

0 comments on commit b849300

Please sign in to comment.