Skip to content

google-cloud-language 0.23.0

Compare
Choose a tag to compare
@dhermes dhermes released this 25 Feb 02:33
· 34400 commits to main since this release
  • BREAKING CHANGE: Return extra structured layer of content from Document.analyze_entities, Document.analyze_syntax and also adding tokens in response for Document.annotate_text. Also removing Entity.wikipedia_url attribute (now just present in Entity.metadata) (#3059)
  • Storing all connection data on Client instead of on private Connection (#2970)
  • Do not include a default language (#2985)
  • Rename document_from_url to document_from_gcs_url (#2986)
  • Changing from Beta to Alpha classifier (#3027)
  • Renaming connection module as _http and making Connection class non-public. (#3033)
  • google.cloud.language.__version__ attribute added (#3046)
  • On HTTP requests, sending X-Goog-API-Client header with value gl-python/x.y.z gccl/a.b.c where x.y.z is the version of Python that is running and a.b.c is the version of the Language package being used (#3046)

PyPI: https://pypi.python.org/pypi/google-cloud-language/0.23.0