Releases: googleapis/python-aiplatform
Releases · googleapis/python-aiplatform
v1.9.0
Features
- add create in Featurestore, EntityType, Feature; add create_entity_type in Featurestore; add create_feature, batch_create_features in EntityType; add ingest_from_* for bq and gcs in EntityType; add and update delete with force delete nested resources (#872) (ba11c3d)
- Add LIT methods for Pandas DataFrame and TensorFlow saved model. (#874) (03cf301)
- Add support to create TensorboardExperiment (#909) (96ce738)
- Add support to create TensorboardRun (#912) (8df74a2)
Bug Fixes
- Fix timestamp proto util to default to timestamp at call time. (#933) (d72a254)
- Improve handling of undeploying model without redistributing remaining traffic (#898) (8a8a4fa)
- issues/192254729 (#914) (3ec620c)
- issues/192254729 (#915) (0f22ff6)
- use open_in_new_tab in the render method. (#926) (04618e0)
v1.8.1
Bug Fixes
- add clarity to param model_name (#888) (1d81783)
- add clarity to parameters per user feedback (#886) (37ee0a1)
- add param for multi-label per user's feedback (#887) (fda942f)
- add support for API base path overriding (#908) (45c4086)
- Important the correct constants and use v1 for tensorboard experiments (#905) (48c2bf1)
- incorrect uri for IOD yaml (#889) (e108ef8)
- Minor docstring and snippet fixes (#873) (578e06d)
Documentation
v1.8.0
Features
- Add cloud profiler to training_utils (6d5c7c4)
- add enable_private_service_connect field to Endpoint feat: add id field to DeployedModel feat: add service_attachment field to PrivateEndpoints feat: add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint feat: add method... (#878) (ca813be)
- add enable_private_service_connect field to Endpoint feat: add id field to DeployedModel feat: add service_attachment field to PrivateEndpoints feat: add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint feat: add method... (#879) (47e93b2)
- add featurestore module including Featurestore, EntityType, and Feature classes; add get, update, delete, list methods in all featurestore classes; add search method in Feature class (#850) (66745a6)
- Add prediction container URI builder method (#805) (91dd3c0)
- default to custom job display name if experiment name looks like a custom job ID (#833) (8b9376e)
- Support uploading local models (#779) (bffbd9d)
- Tensorboard v1 protos release (#847) (e0fc3d9)
- updating Tensorboard related code to use v1 (#851) (b613b26)
- Upgrade Tensorboard from v1beta1 to v1 (#849) (c40ec85)
Bug Fixes
- Import error for cloud_profiler (#869) (0f124e9)
- Support multiple instances in custom predict sample (#857) (8cb4839)
Documentation
v1.7.1
v1.7.0
Features
- Adds support for
google.protobuf.Value
pipeline parameters in theparameter_values
field (#807) (c97199d) - Adds support for
google.protobuf.Value
pipeline parameters in theparameter_values
field (#808) (726b620) - PipelineJob switch to v1 API from v1beta1 API (#750) (8db7e0c)
Bug Fixes
- Correct PipelineJob credentials description (#816) (49aaa87)
- Fixed docstrings for Dataset in AutoMLForecastingTrainingJob (760887b)
Documentation
v1.6.2
Features
- Add PipelineJob.submit to create PipelineJob without monitoring it's completion. (#798) (7ab05d5)
- support new protobuf value param types for Pipeline Job client (#797) (2fc05ca)
Bug Fixes
- Add retries when polling during monitoring runs (#786) (45401c0)
- use version.py for versioning (#804) (514031f)
- Widen system test timeout, handle tearing down failed training pipelines (#791) (78879e2)
Miscellaneous Chores
v1.6.1
Features
- Add debugging terminal support for CustomJob, HyperparameterTun… (#699) (2deb505)
- add support for python 3.10 (#769) (8344804)
- Add training_utils folder and environment_variables for training (141c008)
- enable reduction server (#741) (8ef0ded)
- enabling AutoML Forecasting training response to include BigQuery location of exported evaluated examples (#657) (c1c2326)
- PipelineJob: allow PipelineSpec as param (#774) (f90a1bd)
- pre batch creating TensorboardRuns and TensorboardTimeSeries in one_shot mode to speed up uploading (#772) (c9f68c6)
Bug Fixes
- cast resource labels to dict type (#783) (255edc9)
- Remove sync parameter from create_endpoint_sample (#695) (0477f5a)
Miscellaneous Chores
v1.6.0
Features
- add featurestore service to aiplatform v1 (#765) (68c88e4)
- Add one shot profile uploads to tensorboard uploader. (#704) (a83f253)
- Added column_specs, training_encryption_spec_key_name, model_encryption_spec_key_name to AutoMLForecastingTrainingJob.init and various split methods to AutoMLForecastingTrainingJob.run (#647) (7cb6976)
- Lazy load Endpoint class (#655) (c795c6f)
v1.5.0
Features
- Add data plane code snippets for feature store service (#713) (e3ea683)
- add flaky test diagnostic script (#734) (09e48de)
- add vizier service to aiplatform v1 BUILD.bazel (#731) (1a580ae)
- code snippets for feature store control plane (#709) (8e06ced)
- Updating the Tensorboard uploader to use the new batch write API so it runs more efficiently (#710) (9d1b01a)