Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.44.0#149

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.44.0
Closed

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.44.0#149
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.44.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 14, 2024

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 to 1.44.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.44.0

1.44.0 (2024-03-13)

Features

  • Add custom tool context manager for telemetry (b30f5a6)
  • Add display experiment button for Ipython environments (0b33bdd)
  • Allow module_name to be specified with the base logger. (c01df66)
  • Enable Ray cluster creation with custom_image for each Resource (f90c9cc)
  • GenAI - Added function_calls shortcut property to Candidate class. (d6490ff)
  • LLM - Added support for the max_context_length tuning parameter (e5daae9)
  • Support shard_size for MatchingEngineIndex create index. (6dbf7d3)
  • Use colab enterprise enviroment variables to infer project_id and region (5baf5f8)

Bug Fixes

  • Batch read tensorboard time series data to allow reading more than 20 time series metrics. (6e3eac2)
  • GenAI - Fixed get_tuned_model deploying the model every time (e1c7870)
  • GenAI - Improved from_dict methods for content types (GenerationResponse, Candidate, Content, Part) (613ce69)
  • Improve import time by moving TensorFlow to lazy import (f294ba8)
  • LVM - Added support for GCS storage.googleapis.com URL import in vision_models.Image (2690e72)
  • Raise AttributeError for accessing non-existent fields of a proto. (b91edf5)

Documentation

  • Fixed the documentation generation (63ad1bf)
  • GenAI - Added the GA classes to the documentation (9eb5a52)

v1.43.0

1.43.0 (2024-02-29)

Features

  • Add update_mask to MatchingEngineIndex upsert_datapoints() to support dynamic metadata update. (81f6a25)
  • Add Ray on Vertex BigQuery read/write support for Ray 2.9 (e048e3a)
  • Add read_bigquery and write_bigquery wrappers for Ray on Vertex (4739118)
  • Add transport override to enable the use of REST instead of GRPC (6ab4084)
  • Enable Ray cluster creation and registering TensorFlow checkpoint to Vertex with Ray version 2.9 (ff148cd)
  • LLM - Add support for batch prediction to CodeGenerationModel (code-bison) (fbf2f7c)
  • Support custom timeout for MatchingEngineIndex and MatchingEngineIndexEndpoint APIs. (09d1946)
  • Update ray extras installation in setup.py for Ray 2.9.3 (d947304)

Bug Fixes

  • Allow destination directory to exist before we copy. (0b55762)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.44.0 (2024-03-13)

Features

  • Add custom tool context manager for telemetry (b30f5a6)
  • Add display experiment button for Ipython environments (0b33bdd)
  • Allow module_name to be specified with the base logger. (c01df66)
  • Enable Ray cluster creation with custom_image for each Resource (f90c9cc)
  • GenAI - Added function_calls shortcut property to Candidate class. (d6490ff)
  • LLM - Added support for the max_context_length tuning parameter (e5daae9)
  • Support shard_size for MatchingEngineIndex create index. (6dbf7d3)
  • Use colab enterprise enviroment variables to infer project_id and region (5baf5f8)

Bug Fixes

  • Batch read tensorboard time series data to allow reading more than 20 time series metrics. (6e3eac2)
  • GenAI - Fixed get_tuned_model deploying the model every time (e1c7870)
  • GenAI - Improved from_dict methods for content types (GenerationResponse, Candidate, Content, Part) (613ce69)
  • Improve import time by moving TensorFlow to lazy import (f294ba8)
  • LVM - Added support for GCS storage.googleapis.com URL import in vision_models.Image (2690e72)
  • Raise AttributeError for accessing non-existent fields of a proto. (b91edf5)

Documentation

  • Fixed the documentation generation (63ad1bf)
  • GenAI - Added the GA classes to the documentation (9eb5a52)

1.43.0 (2024-02-29)

Features

  • Add update_mask to MatchingEngineIndex upsert_datapoints() to support dynamic metadata update. (81f6a25)
  • Add Ray on Vertex BigQuery read/write support for Ray 2.9 (e048e3a)
  • Add read_bigquery and write_bigquery wrappers for Ray on Vertex (4739118)
  • Add transport override to enable the use of REST instead of GRPC (6ab4084)
  • Enable Ray cluster creation and registering TensorFlow checkpoint to Vertex with Ray version 2.9 (ff148cd)
  • LLM - Add support for batch prediction to CodeGenerationModel (code-bison) (fbf2f7c)
  • Support custom timeout for MatchingEngineIndex and MatchingEngineIndexEndpoint APIs. (09d1946)
  • Update ray extras installation in setup.py for Ray 2.9.3 (d947304)

Bug Fixes

  • Allow destination directory to exist before we copy. (0b55762)
  • LVM - Fixed VideoSegmentConfig in Multimodal Embeddings API call (665e78c)

... (truncated)

Commits
  • 4484c01 chore(main): release 1.44.0 (#3387)
  • 4adcc96 chore: GenAI - Moved deprecated generative_models tuning code to private preview
  • 6e3eac2 fix: Batch read tensorboard time series data to allow reading more than 20 ti...
  • e5daae9 feat: LLM - Added support for the max_context_length tuning parameter
  • 613ce69 fix: GenAI - Improved from_dict methods for content types (`GenerationRespo...
  • b30f5a6 feat: Add custom tool context manager for telemetry
  • 75e5f6c chore: adding code samples for vector search create index, create index endpo...
  • 47d435b chore: Change system test expected ray cluster version to use period instead ...
  • 57f0bcf Copybara import of the project:
  • 07f1a04 chore: Move display_experiment_button to _ipython_utils
  • 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)

Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.42.1 to 1.44.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/v1.44.0/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.42.1...v1.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 14, 2024
@github-actions github-actions Bot enabled auto-merge March 14, 2024 20:25
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@dependabot @github

dependabot Bot commented on behalf of github Mar 28, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #153.

@dependabot dependabot Bot closed this Mar 28, 2024
auto-merge was automatically disabled March 28, 2024 20:44

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.44.0 branch March 28, 2024 20:44
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.

0 participants