Skip to content

Commit

Permalink
chore(automl): release 0.9.0 (#9823)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Nov 18, 2019
1 parent 74d1267 commit 570dc7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions automl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 570dc7c

Please sign in to comment.