From 7dbfbb038556b43d5e08d7429bb7d30685f52243 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 8 Nov 2019 09:32:31 -0800 Subject: [PATCH 1/3] chore(vision): release 0.40.0 --- vision/CHANGELOG.md | 23 +++++++++++++++++++++++ vision/setup.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index fe4ee32e382c..f590db8af921 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -4,6 +4,29 @@ [1]: https://pypi.org/project/google-cloud-vision/#history +## 0.40.0 + +11-08-2019 09:30 PST + + +### Implementation Changes +- Add proto annotations (via synth) ([#9441](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9441)) +- Add RPC annotations, update docstrings (via synth) ([#9230](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9230)) + +### New Features +- Add celebrity recognition support; add object annotation support; add `purge_products` method (all v1p4beta1) (via synth) ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add more product categories (via synth) ([#9224](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9224)) + +### Documentation +- docs(vision): update docstring for `product_category`, change requests intersphinx url (via synth) ([#9413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9413)) +- Fix intersphinx reference to requests ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) +- Remove compatability badges from READMEs ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) +- Update docstring to say at most 5 frames can be batch annotated (via synth) ([#9041](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9041)) + +### Internal / Testing Changes +- Flatten case of logo text in systest ([#9159](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9159)) +- Docs: Remove CI for gh-pages, use googleapis.dev for `api_core` refs ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) + ## 0.39.0 08-12-2019 13:57 PDT diff --git a/vision/setup.py b/vision/setup.py index 6173acb0c533..d2b48fd24604 100644 --- a/vision/setup.py +++ b/vision/setup.py @@ -19,7 +19,7 @@ name = "google-cloud-vision" description = "Cloud Vision API API client library" -version = "0.39.0" +version = "0.40.0" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", From 23e66cd2974e1f2422f06044359574aa7e0dd9ab Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:22:21 -0800 Subject: [PATCH 2/3] fix: apply suggestions from code review Co-Authored-By: Tres Seaver --- vision/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index f590db8af921..44d9cc76045e 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -10,15 +10,17 @@ ### Implementation Changes -- Add proto annotations (via synth) ([#9441](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9441)) +- Add proto annotations (via synth). ([#9441](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9441)) - Add RPC annotations, update docstrings (via synth) ([#9230](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9230)) ### New Features -- Add celebrity recognition support; add object annotation support; add `purge_products` method (all v1p4beta1) (via synth) ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add celebrity recognition support to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add object annotation support to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add `purge_products` method to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) - Add more product categories (via synth) ([#9224](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9224)) ### Documentation -- docs(vision): update docstring for `product_category`, change requests intersphinx url (via synth) ([#9413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9413)) +- Update docstring for `product_category`, change requests intersphinx url (via synth). ([#9413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9413)) - Fix intersphinx reference to requests ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) - Remove compatability badges from READMEs ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) - Update docstring to say at most 5 frames can be batch annotated (via synth) ([#9041](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9041)) From 65b6ae25c0dc396f2a028a9800221413c51a6372 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 11 Nov 2019 13:29:29 -0800 Subject: [PATCH 3/3] chore: more formatting --- vision/CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index 44d9cc76045e..20426734e1ea 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -11,23 +11,23 @@ ### Implementation Changes - Add proto annotations (via synth). ([#9441](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9441)) -- Add RPC annotations, update docstrings (via synth) ([#9230](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9230)) +- Add RPC annotations, update docstrings (via synth). ([#9230](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9230)) ### New Features -- Add celebrity recognition support to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) -- Add object annotation support to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) -- Add `purge_products` method to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) -- Add more product categories (via synth) ([#9224](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9224)) +- Add celebrity recognition support to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add object annotation support to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add `purge_products` method to v1p4beta1 (via synth). ([#9613](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9613)) +- Add more product categories (via synth). ([#9224](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9224)) ### Documentation - Update docstring for `product_category`, change requests intersphinx url (via synth). ([#9413](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9413)) -- Fix intersphinx reference to requests ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) -- Remove compatability badges from READMEs ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) -- Update docstring to say at most 5 frames can be batch annotated (via synth) ([#9041](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9041)) +- Fix intersphinx reference to requests. ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) +- Remove compatability badges from READMEs. ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) +- Update docstring to say at most 5 frames can be batch annotated (via synth). ([#9041](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9041)) ### Internal / Testing Changes -- Flatten case of logo text in systest ([#9159](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9159)) -- Docs: Remove CI for gh-pages, use googleapis.dev for `api_core` refs ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) +- Flatten case of logo text in systest. ([#9159](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9159)) +- Docs: Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) ## 0.39.0