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

Bump google-cloud-aiplatform from 1.30.1 to 1.31.0 #3

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps google-cloud-aiplatform from 1.30.1 to 1.31.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.31.0

1.31.0 (2023-08-21)

Features

  • Add disable_retries option to custom jobs. (db518b0)
  • LLM - Added support for stop_sequences in inference (6f7ea84)
  • LLM - Exposed the TextGenerationResponse.raw_prediction_response (f8f2b9c)
  • LLM - Made tuning asynchronous when tuning becomes GA (226ab8b)
  • LLM - release model evaluation for TextGenerationModel to public preview (8df5185)
  • LLM - Released TextGenerationModel tuning to GA (62ff30d)
  • LLM - Support streaming prediction for chat models (ce60cf7)
  • LLM - Support streaming prediction for code chat models (0359f1d)
  • LLM - Support streaming prediction for code generation models (3a8348b)
  • LLM - Support streaming prediction for text generation models (fb527f3)
  • LLM - TextEmbeddingModel - Added support for structural inputs (TextEmbeddingInput), auto_truncate parameter and result statistics (cbf9b6e)
  • LVM - Added support for Image Generation models (b3729c1)
  • LVM - Released ImageCaptioningModel to GA (7575046)
  • LVM - Released ImageQnAModel to GA (fd5cb02)
  • LVM - Released MultiModalEmbeddingModel to GA (e99f366)
  • LVM - Removed the width and height parameters from ImageGenerationModel.generate_images since the service has dropped support for image sizes and aspect ratios (52897e6)
  • Scheduled pipelines client GA. (62b8b23)

Documentation

  • Generate documentation for tune_model and related class (705e1ea)
  • LVM - Added autogenerated documentation for visual models (18e8bb2)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.31.0 (2023-08-21)

Features

  • Add disable_retries option to custom jobs. (db518b0)
  • LLM - Added support for stop_sequences in inference (6f7ea84)
  • LLM - Exposed the TextGenerationResponse.raw_prediction_response (f8f2b9c)
  • LLM - Made tuning asynchronous when tuning becomes GA (226ab8b)
  • LLM - release model evaluation for TextGenerationModel to public preview (8df5185)
  • LLM - Released TextGenerationModel tuning to GA (62ff30d)
  • LLM - Support streaming prediction for chat models (ce60cf7)
  • LLM - Support streaming prediction for code chat models (0359f1d)
  • LLM - Support streaming prediction for code generation models (3a8348b)
  • LLM - Support streaming prediction for text generation models (fb527f3)
  • LLM - TextEmbeddingModel - Added support for structural inputs (TextEmbeddingInput), auto_truncate parameter and result statistics (cbf9b6e)
  • LVM - Added support for Image Generation models (b3729c1)
  • LVM - Released ImageCaptioningModel to GA (7575046)
  • LVM - Released ImageQnAModel to GA (fd5cb02)
  • LVM - Released MultiModalEmbeddingModel to GA (e99f366)
  • LVM - Removed the width and height parameters from ImageGenerationModel.generate_images since the service has dropped support for image sizes and aspect ratios (52897e6)
  • Scheduled pipelines client GA. (62b8b23)

Documentation

  • Generate documentation for tune_model and related class (705e1ea)
  • LVM - Added autogenerated documentation for visual models (18e8bb2)
Commits
  • 73439c6 chore(main): release 1.31.0 (#2450)
  • 62ff30d feat: LLM - Released TextGenerationModel tuning to GA
  • 6f7ea84 feat: LLM - Added support for stop_sequences in inference
  • 226ab8b feat: LLM - Made tuning asynchronous when tuning becomes GA
  • e6d1e95 feat: LLM - Tuning - Added evaluation support for the TextGenerationModel a...
  • cbf9b6e feat: LLM - TextEmbeddingModel - Added support for structural inputs (`TextEm...
  • 76b95b9 chore: Increase parallelism of system tests
  • 0359f1d feat: LLM - Support streaming prediction for code chat models
  • 3a8348b feat: LLM - Support streaming prediction for code generation models
  • 705e1ea docs: generate documentation for tune_model and related class
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 21, 2023
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.30.1 to 1.31.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.30.1...v1.31.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:production
  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.31.0 branch from 5de7b8e to 8e9126b Compare August 22, 2023 05:45
@Cyclenerd Cyclenerd merged commit 569fda3 into master Aug 22, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-aiplatform-1.31.0 branch August 22, 2023 05:47
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant