Changelog

PyPI History

2.16.4 (2025-06-11)

Documentation

  • Update import statement example in README ( eea9e6f )

2.16.3 (2025-03-15)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x ( 3a85796 )

  • remove setup.cfg configuration for creating universal wheels ( #13659 ) ( 59bfd42 )

2.16.2 (2025-03-03)

Bug Fixes

2.16.1 (2025-02-18)

Bug Fixes

2.16.0 (2025-02-12)

Features

  • Add REST Interceptors which support reading metadata ( b1c3ce8 )

  • Add support for reading selective GAPIC generation methods from service YAML ( b1c3ce8 )

2.15.0 (2024-12-12)

Features

  • Add support for opt-in debug logging ( 8c53239 )

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin ( 8c53239 )

Documentation

  • Update io.proto to use markdown headings instead of HTML, remove some unused HTML from ( 8c53239 )

2.14.1 (2024-10-31)

Bug Fixes

  • disable universe-domain validation ( 4ed4108 )

2.14.0 (2024-10-24)

Features

2.13.5 (2024-07-30)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination ( 6e83a37 )

2.13.4 (2024-07-08)

Bug Fixes

2.13.3 (2024-03-05)

Bug Fixes

  • deps:Exclude google-auth 2.24.0 and 2.25.0 ( #12381 ) ( 48ae8ab )

2.13.2 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain ( #12280 ) ( 2d75d0e )

  • deps:[Many APIs] Require google-api-core>=1.34.1 ( #12303 ) ( fbb80c3 )

2.13.1 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency ( 780c5f1 )

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( 780c5f1 )

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 780c5f1 )

2.13.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain ( a0392ee )

2.12.0 (2023-12-07)

Features

  • Add support for python 3.12 ( ea6cfc2 )

  • Introduce compatibility with native namespace packages ( ea6cfc2 )

Bug Fixes

  • Require proto-plus >= 1.22.3 ( ea6cfc2 )

  • Use retry_async instead of retry in async client ( ea6cfc2 )

2.11.4 (2023-11-15)

Bug Fixes

2.11.3 (2023-10-09)

Documentation

2.11.2 (2023-07-04)

Bug Fixes

  • Add async context manager return types ( #490 ) ( 0fd78dc )

2.11.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring ( #481 ) ( 6e78170 )

2.11.0 (2023-02-28)

Features

  • Enable “rest” transport in Python for services supporting numeric enums ( #472 ) ( 8d76d92 )

2.10.1 (2023-01-20)

Bug Fixes

  • Add context manager return types ( c81ac42 )

Documentation

  • Add documentation for enums ( c81ac42 )

2.10.0 (2023-01-10)

Features

2.9.0 (2022-12-15)

Features

  • Add support for google.cloud.automl.__version__ ( ea81cb4 )

  • Add typing to proto.Message based class attributes ( ea81cb4 )

Bug Fixes

  • Add dict typing for client_options ( ea81cb4 )

  • deps:Require google-api-core >=1.34.0, >=2.11.0 ( ad2a2d7 )

  • Drop usage of pkg_resources ( ad2a2d7 )

  • Fix timeout default values ( ad2a2d7 )

Documentation

  • samples:Snippetgen handling of repeated enum field ( ea81cb4 )

  • samples:Snippetgen should call await on the operation coroutine before calling result ( ad2a2d7 )

2.8.3 (2022-10-07)

Bug Fixes

2.8.2 (2022-10-03)

Bug Fixes

2.8.1 (2022-08-11)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #417 ) ( cbb1fce )

  • deps:require proto-plus >= 1.22.0 ( cbb1fce )

2.8.0 (2022-07-19)

Features

  • add audience parameter ( 51f21e1 )

Bug Fixes

2.7.3 (2022-06-07)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #392 ) ( 18952b3 )

2.7.2 (2022-03-06)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #348 ) ( ec5e4e2 )

  • deps:require proto-plus>=1.15.0 ( ec5e4e2 )

2.7.1 (2022-02-26)

Bug Fixes

  • handle AttributeError in automl_v1beta1.TablesClient ( #338 ) ( 0cd309f )

2.7.0 (2022-02-11)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file ( c23e512 )

2.6.0 (2022-01-15)

Features

  • publish updated protos for cloud/automl/v1 service ( #318 ) ( 3bf0271 )

Bug Fixes

  • deps:allow google-cloud-storage < 3.0.0dev ( #316 ) ( ba271a8 )

2.5.2 (2021-11-01)

Bug Fixes

  • deps:drop packaging dependency ( e50d4c9 )

  • deps:require google-api-core >= 1.28.0 ( e50d4c9 )

Documentation

  • list oneofs in docstring ( e50d4c9 )

2.5.1 (2021-10-20)

Bug Fixes

  • remove unnecessary double quotes in strings ( #262 ) ( fb73bd7 )

2.5.0 (2021-10-08)

Features

  • add context manager support in client ( #264 ) ( 83b7a3d )

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( a97f88b )

  • flaky test, issue 223 ( #250 ) ( efb9d0b )

  • improper types in pagers generation ( 5ae7bcf )

2.4.2 (2021-07-27)

Bug Fixes

2.4.1 (2021-07-21)

Bug Fixes

  • deps:pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions ( #209 ) ( 2cf09fa )

2.4.0 (2021-07-12)

Features

  • add always_use_jwt_access ( #175 ) ( 7da3fc7 )

  • support self-signed JWT flow for service accounts ( bfece77 )

Bug Fixes

  • add async client to %name_%version/init.py ( bfece77 )

  • deps:add packaging requirement ( #162 ) ( dea0cc3 )

  • disable always_use_jwt_access ( 160a7ad )

  • disable always_use_jwt_access ( #181 ) ( 160a7ad )

Documentation

2.3.0 (2021-04-14)

Features

  • add from_service_account_info ( 4f6f1d6 )

Bug Fixes

Documentation

  • re-publish tables client documentation ( #146 ) ( 9f3e73a )

2.2.0 (2021-02-16)

Features

  • add support for common resource paths and expose the client transport ( #93 ) ( 4c910d3 )

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

  • add text extraction health care option in create model ( #86 ) ( 0233804 )

Bug Fixes

  • v1beta1: Rename message attributes that conflict with built-ins. type -> type_ , min -> min_ , max -> max_

Documentation

  • fix supported Python versions in README ( #70 ) ( fc0ca41 )

2.0.0 (2020-09-16)

⚠ BREAKING CHANGES

Features

Bug Fixes

Documentation

1.0.1 (2020-06-18)

Bug Fixes

  • fixes release status trove classifier ( #39 ) ( 5b5d6c3 )

1.0.0 (2020-06-18)

Features

  • release as production/stable ( #37 ) ( 915c502 )

Bug Fixes

  • make TablesClient.predict permissive to input data types ( #13 ) ( ddc9f71 )

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_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 )

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_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 )

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

  • Add support for V1 API (via synth). ( #9388 )

  • Add support for passing project to ‘GcsClient’. ( #9299 )

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.policy from 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
Design a Mobile Site
View Site in Mobile | Classic
Share by: