- Vision v1p2beta1: PDF/TIFF OCR (#5127)
- Use
install_requiresfor 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
v1p1beta1endpoint has been added. (#4493)This is a superset of
v1and 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.0and adding dependency ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioandgoogleapis-common-protosdependencies (#4096, #4098)