Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump google-cloud-aiplatform from 1.49.0 to 1.53.0 #720

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2024

Bumps google-cloud-aiplatform from 1.49.0 to 1.53.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.53.0

1.53.0 (2024-05-30)

Features

  • Add a cloneable protocol for Reasoning Engine. (8960a80)
  • Add labels parameter to the supervised tuning train method (f7c5567)
  • Added reboot command for PersistentResource (7785f8c)
  • Added the new GenerationConfig.response_schema field (#3772) (5436d88)
  • Enable Tensorboard profile plugin in all regions by default. (8a4a41a)
  • GenAI - Added the response_schema parameter to the GenerationConfig class (b5e2c02)
  • LLM - Added the seed parameter to the TextGenerationModel's predict methods (cb2f4aa)

Bug Fixes

  • Create run_name when run_name_prefix is not specified for Tensorboard uploader. (ac17d87)
  • GenAI - Tuning - Supervised - Fix adapter_size parameter handling to match enum values. (1cc22c3)
  • Model Monitor console uri. (71fbc81)

v1.52.0

1.52.0 (2024-05-21)

Features

  • Add FeatureGroup delete (f9011e0)
  • Add support for ToolConfig in the LangChain template (9bda328)
  • Create Vertex Experiment when uploading Tensorboard logs (339f8b6)
  • GenAI - Add BatchPredictionJob for GenAI models (df4a4f2)
  • GenAI - Add cancel, delete, list methods in BatchPredictionJob (7ff8071)
  • GenAI - Added the BatchPredictionJob.submit method (4d091c6)
  • Private Endpoints - Added private service connect support to prediction endpoint. (6bdcfb3)

Bug Fixes

  • Add validation for evaluation dataset fields, update logging info for eval api request count (d6ef500)
  • Fix feature attribution drift visualization for model monitoring SDK (710f33d)
  • Fix the default value of response_column_name in EvalTask.evaluate() (98f9b35)
  • Update get_experiment_df to pass Experiment and allow empty metrics. (de5d0f3)

Documentation

  • Add Vertex Model Monitoring V2 SDK documentation (b47e6ff)
  • Update docstrings for rapid evaluation library. (d6d371d)

v1.51.0

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.53.0 (2024-05-30)

Features

  • Add a cloneable protocol for Reasoning Engine. (8960a80)
  • Add labels parameter to the supervised tuning train method (f7c5567)
  • Added reboot command for PersistentResource (7785f8c)
  • Added the new GenerationConfig.response_schema field (#3772) (5436d88)
  • Enable Tensorboard profile plugin in all regions by default. (8a4a41a)
  • GenAI - Added the response_schema parameter to the GenerationConfig class (b5e2c02)
  • LLM - Added the seed parameter to the TextGenerationModel's predict methods (cb2f4aa)

Bug Fixes

  • Create run_name when run_name_prefix is not specified for Tensorboard uploader. (ac17d87)
  • GenAI - Tuning - Supervised - Fix adapter_size parameter handling to match enum values. (1cc22c3)
  • Model Monitor console uri. (71fbc81)

1.52.0 (2024-05-21)

Features

  • Add FeatureGroup delete (f9011e0)
  • Add support for ToolConfig in the LangChain template (9bda328)
  • Create Vertex Experiment when uploading Tensorboard logs (339f8b6)
  • GenAI - Add BatchPredictionJob for GenAI models (df4a4f2)
  • GenAI - Add cancel, delete, list methods in BatchPredictionJob (7ff8071)
  • GenAI - Added the BatchPredictionJob.submit method (4d091c6)
  • Private Endpoints - Added private service connect support to prediction endpoint. (6bdcfb3)

Bug Fixes

  • Add validation for evaluation dataset fields, update logging info for eval api request count (d6ef500)
  • Fix feature attribution drift visualization for model monitoring SDK (710f33d)
  • Fix the default value of response_column_name in EvalTask.evaluate() (98f9b35)
  • Update get_experiment_df to pass Experiment and allow empty metrics. (de5d0f3)

Documentation

  • Add Vertex Model Monitoring V2 SDK documentation (b47e6ff)
  • Update docstrings for rapid evaluation library. (d6d371d)

1.51.0 (2024-05-10)

... (truncated)

Commits
  • cb14dd9 chore(main): release 1.53.0 (#3825)
  • 7785f8c feat: Added reboot command for PersistentResource
  • 71fbc81 fix: Model Monitor console uri.
  • 8960a80 feat: Add a cloneable protocol for Reasoning Engine.
  • 3b83ba9 Copybara import of the project:
  • 8a4a41a feat: Enable Tensorboard profile plugin in all regions by default.
  • cb2f4aa feat: LLM - Added the seed parameter to the TextGenerationModel's `predic...
  • 3e4fc18 chore: GenAI - Batch Prediction - Added system tests
  • 6c1f7c4 chore: Unbreak test_prediction_cpr by pinning requests in system tests
  • b5e2c02 feat: GenAI - Added the response_schema parameter to the GenerationConfig...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-aiplatform-1.53.0 branch from cdb1ed7 to e0236c5 Compare June 3, 2024 05:45
@maxdeichmann maxdeichmann enabled auto-merge (squash) June 5, 2024 12:19
@maxdeichmann
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-aiplatform-1.53.0 branch from e0236c5 to 2274ac8 Compare June 5, 2024 12:21
@maxdeichmann
Copy link
Member

@dependabot rebase

1 similar comment
@maxdeichmann
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-aiplatform-1.53.0 branch from 2274ac8 to cc9ad72 Compare June 5, 2024 15:46
@maxdeichmann
Copy link
Member

@dependabot rebase

1 similar comment
@maxdeichmann
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-aiplatform-1.53.0 branch from cc9ad72 to 7fee6dd Compare June 5, 2024 17:32
@maxdeichmann
Copy link
Member

@dependabot rebase

Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.49.0 to 1.53.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.49.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-aiplatform-1.53.0 branch from 7fee6dd to 84567f0 Compare June 5, 2024 20:53
@maxdeichmann maxdeichmann merged commit 0648487 into main Jun 5, 2024
10 checks passed
@maxdeichmann maxdeichmann deleted the dependabot/pip/google-cloud-aiplatform-1.53.0 branch June 5, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant