diff --git a/automl/CHANGELOG.md b/automl/CHANGELOG.md index 2534c9441f0e..dbe59c444d41 100644 --- a/automl/CHANGELOG.md +++ b/automl/CHANGELOG.md @@ -4,6 +4,27 @@ [1]: https://pypi.org/project/google-cloud-automl/#history +## 0.8.0 + +11-13-2019 13:44 PST + +### Implementation Changes +- Fix uploading pandas dataframe to AutoML Tables. ([#9647](https://github.com/googleapis/google-cloud-python/pull/9647)) + +### New Features +- Add support for image classification, image object detection, text classification, text extraction. (via synth). ([#9628](https://github.com/googleapis/google-cloud-python/pull/9628)) +- Add `batch_predict`. (via synth). ([#9628](https://github.com/googleapis/google-cloud-python/pull/9628)) +- Add `deploy_model`, `undeploy_model`, `export_model`. (via synth). ([#9628](https://github.com/googleapis/google-cloud-python/pull/9628)) +- Add annotation specs (via synth). ([#9628](https://github.com/googleapis/google-cloud-python/pull/9628)) +- Expose `disable_early_stopping` option for `create_model`. ([#9779](https://github.com/googleapis/google-cloud-python/pull/9779)) + +### Documentation +- Add python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) + +### Internal / Testing Changes +- Normalize VPCSC configuration in systests. ([#9607](https://github.com/googleapis/google-cloud-python/pull/9607)) +- Fix docstring formatting. ([#9793](https://github.com/googleapis/google-cloud-python/pull/9793)) + ## 0.7.1 10-29-2019 13:45 PDT diff --git a/automl/setup.py b/automl/setup.py index a810e86ef966..ce859547c666 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.7.1" +version = "0.8.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev",