Skip to content

Commit 570dc7c

Browse files
authored
chore(automl): release 0.9.0 (#9823)
1 parent 74d1267 commit 570dc7c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

automl/CHANGELOG.md

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

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

7+
## 0.9.0
8+
9+
11-18-2019 09:49 PST
10+
11+
### Implementation Changes
12+
- Change proto imports (via synth). ([#9817](https://github.com/googleapis/google-cloud-python/pull/9817))
13+
- Pass params passed to `tables_client` to underlying client. ([#9794](https://github.com/googleapis/google-cloud-python/pull/9794))
14+
15+
### New Features
16+
- Add support for `feature_importance` to `TablesClient`. ([#9816](https://github.com/googleapis/google-cloud-python/pull/9816))
17+
18+
### Documentation
19+
- Fix typo in code example for AutoML Tables. ([#9806](https://github.com/googleapis/google-cloud-python/pull/9806))
20+
- Update docs templates (via synth). ([#9797](https://github.com/googleapis/google-cloud-python/pull/9797))
21+
722
## 0.8.0
823

924
11-13-2019 13:44 PST

automl/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "google-cloud-automl"
2121
description = "Cloud AutoML API client library"
22-
version = "0.8.0"
22+
version = "0.9.0"
2323
release_status = "Development Status :: 3 - Alpha"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)