Skip to content

Commit 690faa0

Browse files
committed
Release 1.16.0
1 parent 226cdf1 commit 690faa0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

bigquery/CHANGELOG.md

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

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

7+
## 1.16.0
8+
9+
07-01-2019 10:22 PDT
10+
11+
### New Features
12+
13+
- Add Routines API. ([#8491](https://github.com/googleapis/google-cloud-python/pull/8491))
14+
- Add more stats to Models API, such as `optimization_strategy` (via synth). ([#8344](https://github.com/googleapis/google-cloud-python/pull/8344))
15+
16+
### Documentation
17+
18+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
19+
- Add sample demonstrating how to create a job. ([#8422](https://github.com/googleapis/google-cloud-python/pull/8422))
20+
- Use autodetected location in code samples. ([#8340](https://github.com/googleapis/google-cloud-python/pull/8340), [#8341](https://github.com/googleapis/google-cloud-python/pull/8341))
21+
22+
### Internal / Testing Changes
23+
24+
- Refactor `to_dataframe` to deterministicly update progress bar. ([#8303](https://github.com/googleapis/google-cloud-python/pull/8303))
25+
726
## 1.15.0
827

928
06-14-2019 10:10 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.15.0"
25+
version = "1.16.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)