File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-cloud-bigquery/#history
6
6
7
- ## 0.29.0 (unreleased)
7
+ ## 0.29.0
8
8
9
- ## Interface changes / additions
9
+ ### Interface changes / additions
10
10
11
11
- Add ` to_dataframe() ` method to row iterators. When Pandas is installed this
12
12
method returns a ` DataFrame ` containing the query's or table's rows.
22
22
([ #4393 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4393 ) ,
23
23
[ #4413 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4413 ) )
24
24
25
- ## Interface changes / breaking changes
25
+ ### Interface changes / breaking changes
26
26
27
27
- Add ` Client.insert_rows() ` and ` Client.insert_rows_json() ` , deprecate
28
28
` Client.create_rows() ` and ` Client.create_rows_json() ` .
Original file line number Diff line number Diff line change 64
64
65
65
setup (
66
66
name = 'google-cloud-bigquery' ,
67
- version = '0.28.1.dev1 ' ,
67
+ version = '0.29.0 ' ,
68
68
description = 'Python Client for Google BigQuery' ,
69
69
long_description = README ,
70
70
namespace_packages = [
Original file line number Diff line number Diff line change 12
12
* ``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 >`__)
13
13
* ``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 >`__)
14
14
* ``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 >`__)
15
+ * ``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 >`__)
You can’t perform that action at this time.
0 commit comments