Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[1]: https://pypi.org/project/google-cloud-bigquery/#history

## 0.29.0 (unreleased)
## 0.29.0

## Interface changes / additions
### Interface changes / additions

- Add `to_dataframe()` method to row iterators. When Pandas is installed this
method returns a `DataFrame` containing the query's or table's rows.
Expand All @@ -22,7 +22,7 @@
([#4393](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4393),
[#4413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4413))

## Interface changes / breaking changes
### Interface changes / breaking changes

- Add `Client.insert_rows()` and `Client.insert_rows_json()`, deprecate
`Client.create_rows()` and `Client.create_rows_json()`.
Expand Down
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

setup(
name='google-cloud-bigquery',
version='0.28.1.dev1',
version='0.29.0',
description='Python Client for Google BigQuery',
long_description=README,
namespace_packages=[
Expand Down
1 change: 1 addition & 0 deletions docs/bigquery/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
* ``0.26.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.26.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.26.0>`__)
* ``0.27.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.27.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.27.0>`__)
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.28.0>`__)
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-bigquery/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.29.0>`__)