Skip to content

Commit 0a173ac

Browse files
authored
Release 1.17.0 (#8663)
1 parent 8852687 commit 0a173ac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

bigquery/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## 1.17.0
8+
9+
07-12-2019 07:56 PDT
10+
11+
### New Features
12+
13+
- Support faster Arrow data format in `to_dataframe` when using BigQuery Storage API. ([#8551](https://github.com/googleapis/google-cloud-python/pull/8551))
14+
- Add `to_arrow` to get a `pyarrow.Table` from query results. ([#8609](https://github.com/googleapis/google-cloud-python/pull/8609))
15+
16+
### Dependencies
17+
18+
- Exclude bad 0.14.0 `pyarrow` release. ([#8551](https://github.com/googleapis/google-cloud-python/pull/8551))
19+
720
## 1.16.0
821

922
07-01-2019 10:22 PDT

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-bigquery"
2424
description = "Google BigQuery API client library"
25-
version = "1.16.0"
25+
version = "1.17.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)