From 43dbc376009f065e4aa3a9484c3bb9045f92b17f Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 2 Jul 2019 09:43:21 -0700 Subject: [PATCH] Release 1.16.0 (#8548) --- CHANGELOG.md | 19 +++++++++++++++++++ setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c462c40a0..2f2bb2688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 1.16.0 + +07-01-2019 10:22 PDT + +### New Features + +- Add Routines API. ([#8491](https://github.com/googleapis/google-cloud-python/pull/8491)) +- Add more stats to Models API, such as `optimization_strategy` (via synth). ([#8344](https://github.com/googleapis/google-cloud-python/pull/8344)) + +### Documentation + +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) +- Add sample demonstrating how to create a job. ([#8422](https://github.com/googleapis/google-cloud-python/pull/8422)) +- 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)) + +### Internal / Testing Changes + +- Refactor `to_dataframe` to deterministicly update progress bar. ([#8303](https://github.com/googleapis/google-cloud-python/pull/8303)) + ## 1.15.0 06-14-2019 10:10 PDT diff --git a/setup.py b/setup.py index afe1cf15c..9bd444563 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-bigquery" description = "Google BigQuery API client library" -version = "1.15.0" +version = "1.16.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'