File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-bigquery/#history
66
7- ## 0.29.0 (unreleased)
7+ ## 0.29.0
88
9- ## Interface changes / additions
9+ ### Interface changes / additions
1010
1111- Add ` to_dataframe() ` method to row iterators. When Pandas is installed this
1212 method returns a ` DataFrame ` containing the query's or table's rows.
2222 ([ #4393 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4393 ) ,
2323 [ #4413 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4413 ) )
2424
25- ## Interface changes / breaking changes
25+ ### Interface changes / breaking changes
2626
2727- Add ` Client.insert_rows() ` and ` Client.insert_rows_json() ` , deprecate
2828 ` Client.create_rows() ` and ` Client.create_rows_json() ` .
Original file line number Diff line number Diff line change 6464
6565setup (
6666 name = 'google-cloud-bigquery' ,
67- version = '0.28.1.dev1 ' ,
67+ version = '0.29.0 ' ,
6868 description = 'Python Client for Google BigQuery' ,
6969 long_description = README ,
7070 namespace_packages = [
Original file line number Diff line number Diff line change 1212* ``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 >`__)
1313* ``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 >`__)
1414* ``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