Changelog
2.3.0 (2021年04月14日)
Features
- add from_service_account_info(4f6f1d6)
Bug Fixes
Documentation
2.2.0 (2021年02月16日)
Features
Bug Fixes
- Pass the ‘params’ parameter to the underlying ‘BatchPredictRequest’ object in ‘batch_predict()’ method (#110) (b89fb00) 
- remove gRPC send/recv limits; add enums to - types/__init__.py(#108) (4a2e2cf)
2.1.0 (2020年10月27日)
Features
Bug Fixes
- v1beta1: Rename message attributes that conflict with built-ins. type->type_,min->min_,max->max_
Documentation
2.0.0 (2020年09月16日)
⚠ BREAKING CHANGES
- move to microgen. See Migration Guide (#61)
Features
Bug Fixes
- translate: fix a broken test ([#4360](https://www.github.com/googleapis/python-automl/issues/4360)) (5f7d141), closes #4353 
- update_column_spectypo in TablesClient docstring (#18) (9feb4cc), closes #17
Documentation
- add cancel operation sample (abc5070) 
- add samples from tables/automl (#54) (d225a5f), closes #2090 #2100 #2102 #2103 #2101 #2110 #2115 #2150 #2145 #2203 #2340 #2337 #2336 #2339 #2338 #2276 #2257 #2424 #2407 #2501 #2459 #2601 #2523 #2005 #3033 #2806 #3750 #3571 #3929 #4022 #4127 
1.0.1 (2020年06月18日)
Bug Fixes
1.0.0 (2020年06月18日)
Features
Bug Fixes
0.10.0 (2020年01月31日)
Features
- automl: undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10037) (763a961)
Bug Fixes
- automl: fix TablesClient.predict for array and struct (#9991) (39f6f2a), closes #9887 
- automl: fix TypeError when passing a client_info to automl TablesClient (#9949) (75783ec) 
0.9.0
11-18-2019 09:49 PST
Implementation Changes
- Change proto imports (via synth). (#9817) 
- Pass params passed to - tables_clientto underlying client. (#9794)
New Features
- Add support for feature_importancetoTablesClient. (#9816)
Documentation
0.8.0
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_stoppingoption for- create_model. (#9779)
Documentation
- Add python 2 sunset banner to documentation. (#9036)
Internal / Testing Changes
0.7.1
10-29-2019 13:45 PDT
Implementation Changes
- Pass credentials to underlying clients in TableClient (#9491)
0.7.0
10-04-2019 15:37 PDT
Implementation Changes
- Return operation future from AutoMlClient.create_dataset(via synth).(#9423)
New Features
0.6.0
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)
0.5.0
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) 
0.4.0
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) 
0.3.0
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) 
0.2.0
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
0.1.2
12-17-2018 16:27 PST
Implementation Changes
- Add protoc-generated descriptor changes from updated .proto files. (#6899) 
- Import - iam.policyfrom- google.api_core.iam.policy. (#6741)
- Pick up fixes in GAPIC generator. (#6490) 
- Assorted synth fixups / cleanups (#6400) 
- Fix client_info bug, update docstrings. (#6404) 
- Re-generate library using automl/synth.py (#5972) 
- Re-generate library using automl/synth.py (#5946) 
Dependencies
- Add ‘mock’ to unit test dependencies for autogen libs. (#6402) 
- Bump minimum - api_core’ version for all GAPIC libs to 1.4.1. (#6391)
- Avoid broken ‘google-common-apis 1.5.4’ release. (#6355) 
Documentation
- Document Python 2 deprecation (#6910) 
- Harmonize / DRY ‘README.rst’ / ‘docs/index.rst’. (#6005) 
- Replace links to ‘/stable/’ with ‘/latest/’. (#5901) 
Internal / Testing Changes
- Update noxfile. 
- Blacken all gen’d libs (#6792) 
- Omit local deps (#6701) 
- Run black at end of synth.py (#6698) 
- Unblack automl gapic and protos. 
- Run Black on Generated libraries (#6666) 
- Add templates for flake8, coveragerc, noxfile, and black. (#6642) 
- Add synth metadata. (#6561) 
- Normalize use of support level badges (#6159) 
- Add / fix badges for PyPI / versions. (#6158) 
- Use new Nox (#6175) 
0.1.1
Documentation
- Fix broken links (#5675) 
- bad trove classifier (#5648) 
0.1.0
New Features
- Initial Release of AutoML v1beta1