Skip to content

google-cloud-automl 0.5.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 28 Aug 23:01
16218a1

08-28-2019 14:07 PDT

Implementation Changes

  • Catch exceptions in GcsClient when a same name bucket already exists in a different project (#9139)
  • Log when LROs are kicked off. (#9058)
  • Throw a ValueError when an ambiguous display_name is used (#9089)
  • Remove send/recv msg size limit (via synth). (#8944)

New Features

  • Enable users to pass in Pandas Dataframe when calling import_data() and batch_predict() from AutoML Tables client (#9116)
  • Add support for documents (via synth). (#9039)
  • Add a TablesClient for automl-tables specific behavior. (#8720)
  • Add 'ClassificationEvaluationMetrics.display_name'/'BatchPredictResult.metadata'/'TableSpec.valid_row_count' (via synth) (#9004)

Documentation

  • Remove compatability badges from READMEs. (#9035)

Internal / Testing Changes

  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
  • Skip relevant system tests if in VPCSC (#9111)
  • Fix synth replace to add TablesClient. (#9033)
  • Update intersphinx mapping for requests. (#8805)