Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Releases: googleapis/python-automl

v0.10.0

11 Feb 00:46
9c70f1a
Compare
Choose a tag to compare
chore: release 0.10.0 (#9)

* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]

v0.9.0

31 Jan 17:27
Compare
Choose a tag to compare

11-18-2019 09:49 PST

Implementation Changes

  • Change proto imports (via synth). (#9817)
  • Pass params passed to tables_client to underlying client. (#9794)

New Features

  • Add support for feature_importance to TablesClient. (#9816)

Documentation

  • Fix typo in code example for AutoML Tables. (#9806)
  • Update docs templates (via synth). (#9797)

v0.8.0

31 Jan 17:27
Compare
Choose a tag to compare

11-13-2019 13:44 PST

Implementation Changes

  • Fix uploading pandas dataframe to AutoML Tables. (#9647)

New Features

  • Add support for image classification, image object detection, text classification, text extraction. (via synth). (#9628)
  • Add batch_predict. (via synth). (#9628)
  • Add deploy_model, undeploy_model, export_model. (via synth). (#9628)
  • Add annotation specs (via synth). (#9628)
  • Expose disable_early_stopping option for create_model. (#9779)

Documentation

  • Add python 2 sunset banner to documentation. (#9036)

Internal / Testing Changes

  • Normalize VPCSC configuration in systests. (#9607)
  • Fix docstring formatting. (#9793)

v0.7.1

31 Jan 17:28
Compare
Choose a tag to compare

10-29-2019 13:45 PDT

Implementation Changes

  • Pass credentials to underlying clients in TableClient (#9491)

v0.7.0

31 Jan 17:28
Compare
Choose a tag to compare

10-04-2019 15:37 PDT

Implementation Changes

  • Return operation future from AutoMlClient.create_dataset (via synth).(#9423)

New Features

  • Add support for V1 API (via synth). (#9388)
  • Add support for passing project to 'GcsClient'. (#9299)

v0.6.0

31 Jan 17:29
Compare
Choose a tag to compare

09-30-2019 10:40 PDT

New Features

  • Add 'image_classification_model_deployment_metadata' arg to 'AutoMlClient.deploy_model' (via synth). (#9291)

Documentation

  • Fix intersphinx reference to requests. (#9294)

Internal / Testing Changes

  • Preserve GcsClient, 'pandas' extras in testing (via synth). (#9179)

v0.5.0

31 Jan 17:30
Compare
Choose a tag to compare

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)

v0.4.0

31 Jan 17:30
Compare
Choose a tag to compare

07-22-2019 17:39 PDT

New Features

  • Add support for 'TablesModelMetadata.{optimization_objective_recall_value,optimization_objective_precision_value}' (via synth). (#8643)
  • Add 'client_options' support, update list method docstrings (via synth). (#8533)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)

Internal / Testing Changes

  • Pin black version (via synth). (#8573)
  • Update Ruby package name (via synth). (#8485)
  • All: Add docs job to publish to googleapis.dev. (#8464)

v0.3.0

31 Jan 17:30
Compare
Choose a tag to compare

06-20-2019 14:47 PDT

New Features

  • Add support for video object tracking (via synth). (#8278)

Documentation

  • Add proto files; add 'docs' session to 'nox'; update docstrings (via synth). (#8029)

Internal / Testing Changes

  • Suppress checking 'cov-fail-under' in nox default session (via synth). (#8233)
  • Fix coverage in 'types.py'. (#8145)
  • Blacken noxfile.py, setup.py (via synth). (#8115)
  • Add empty lines (via synth). (#8048)
  • Use alabaster theme everwhere. (#8021)
  • Include protos in synth. (#8000)

v0.2.0

31 Jan 17:31
Compare
Choose a tag to compare

04-03-2019 09:16 PDT

Implementation Changes

  • Remove classifier for Python 3.4 for end-of-life. (#7535)
  • Sort generated classes (via synth). (#7256)
  • Protoc-generated serialization update. (#7074)

New Features

  • Video Classification, Text Extraction, Text Sentiment, Tables support. (#7650)

Documentation

  • Updated client library documentation URLs. (#7307)
  • AutoML: pick up stub docstring fix in GAPIC generator. (#6964)

Internal / Testing Changes

  • Update copyright headers