11-21-2018 11:25 PST
- Add ProductSearchClient to vision.py (#6635)
- Merge fixes to GAPIC generator. (#6632)
11-13-2018 09:55 PST
- Fix client_info bug, update docstrings via synth. (#6437)
- Add 'product_search_client' to 'vision_v1'. (#6361)
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
- Fix GAX fossils. (#6264)
- Normalize use of support level badges. (#6159)
- Harmonize / DRY 'README.rst' / 'docs/index.rst'. (#6003)
- Use new Nox. (#6175)
- Clean up feature introspection. (#5851)
- Regenerate to pick up new features in the underlying API. (#5854)
- Add v1p3beta1 endpoint to vision client library (#5638)
- Avoid overwriting 'module' of messages from shared modules. (#5364)
- Regenerate underlying client library (#5467)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Update setuptools before packaging (#5265)
- Vision v1p2beta1: PDF/TIFF OCR (#5127)
- Use
install_requires
for platform dependencies instead ofextras_require
(#4991) - Add vision v1p2beta1 (#4998)
- Fix bad trove classifier
- Add max results to feature (#4817)
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Fix coveragerc to correctly omit generated files (#4843)
- The HTTP/JSON based client that was deprecated in 0.25.0 is completely removed.
- This is the (hopefully) final release candidate before declaring a stable release.
-
The
v1p1beta1
endpoint has been added. (#4493)This is a superset of
v1
and includes features that are still in beta on the API side. You can opt in to this endpoint by importing it explicitly:from google.cloud import vision_v1p1beta1 client = vision_v1p1beta1.ImageAnnotatorClient()
PyPI: https://pypi.org/project/google-cloud-vision/0.29.0/
- Update and re-organize autogenerated code (#3952)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0
and adding dependency ongoogle-api-core
(#4221, #4280) - Deferring to
google-api-core
forgrpcio
andgoogleapis-common-protos
dependencies (#4096, #4098)