From 40321c3c56850d3ed937da74a5a32060307c04cd Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 18 Nov 2019 10:38:10 -0800 Subject: [PATCH] chore(automl): release 0.9.0 (#9823) --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe59c44..9a65baa3 100644 --- a/CHANGELOG.md +++ b/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/setup.py b/setup.py index ce859547..eeabb7d6 100644 --- a/setup.py +++ b/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",