Skip to content

Commit

Permalink
Change whatnew 0.19.0->0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
necnec committed Nov 30, 2016
1 parent d69ed7f commit 640be7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/source/whatsnew/v0.19.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ Google BigQuery Enhancements

- The :func:`read_gbq` method has gained the ``dialect`` argument to allow users to specify whether to use BigQuery's legacy SQL or BigQuery's standard SQL. See the :ref:`docs <io.bigquery_reader>` for more details (:issue:`13615`).
- The :func:`~DataFrame.to_gbq` method now allows the DataFrame column order to differ from the destination table schema (:issue:`11359`).
- The :func:`read_gbq` method now allows query configuration preferences

.. _whatsnew_0190.errstate:

Expand Down
7 changes: 7 additions & 0 deletions doc/source/whatsnew/v0.19.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ 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
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.0
.. versionadded:: 0.19.2
Returns
-------
Expand Down

0 comments on commit 640be7a

Please sign in to comment.