From 273ab633ec1b1bc60be9427bc76431b003e37b3f Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Mon, 18 Nov 2019 09:52:10 -0800 Subject: [PATCH] chore(automl): release 0.9.0 --- automl/CHANGELOG.md | 15 +++++++++++++++ automl/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/automl/CHANGELOG.md b/automl/CHANGELOG.md index dbe59c444d41..9a65baa3be5b 100644 --- a/automl/CHANGELOG.md +++ b/automl/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://pypi.org/project/google-cloud-automl/#history +## 0.9.0 + +11-18-2019 09:49 PST + +### Implementation Changes +- Change proto imports (via synth). ([#9817](https://github.com/googleapis/google-cloud-python/pull/9817)) +- Pass params passed to `tables_client` to underlying client. ([#9794](https://github.com/googleapis/google-cloud-python/pull/9794)) + +### New Features +- Add support for `feature_importance` to `TablesClient`. ([#9816](https://github.com/googleapis/google-cloud-python/pull/9816)) + +### Documentation +- Fix typo in code example for AutoML Tables. ([#9806](https://github.com/googleapis/google-cloud-python/pull/9806)) +- Update docs templates (via synth). ([#9797](https://github.com/googleapis/google-cloud-python/pull/9797)) + ## 0.8.0 11-13-2019 13:44 PST diff --git a/automl/setup.py b/automl/setup.py index ce859547c666..eeabb7d6cb65 100644 --- a/automl/setup.py +++ b/automl/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-automl" description = "Cloud AutoML API client library" -version = "0.8.0" +version = "0.9.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",