Skip to content

chore(main): release 1.28.1#2358

Merged
sararob merged 1 commit into
mainfrom
release-please--branches--main
Jul 19, 2023
Merged

chore(main): release 1.28.1#2358
sararob merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@release-please
Copy link
Copy Markdown
Contributor

@release-please release-please Bot commented Jul 12, 2023

🤖 I have created a release beep boop

1.28.1 (2023-07-18)

Features

  • LLM - Released the BatchPrediction to GA for TextGenerationModel (701c3a2)
  • LLM - Support tuning in the "us-central1" location (4aa7745)

Bug Fixes

  • Fix artifact registry link not showing in ui when creating schedules with SDK. (203cb47)
  • Fixed the installation error caused by a PyYAML issue (4b86ce1)
  • Require model name in ModelEvaluation.list() (aed8c76)

Documentation

  • Fixed a docstring for train_steps (1f55b05)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 12, 2023
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Jul 12, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 12, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 12, 2023
@release-please release-please Bot force-pushed the release-please--branches--main branch from 887bf74 to 2ea151c Compare July 12, 2023 19:41
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 12, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 12, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 12, 2023
@release-please release-please Bot force-pushed the release-please--branches--main branch from 2ea151c to 9ccbf08 Compare July 13, 2023 00:02
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 13, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 13, 2023
@release-please release-please Bot changed the title chore(main): release 1.28.1 chore(main): release 1.29.0 Jul 13, 2023
@release-please release-please Bot force-pushed the release-please--branches--main branch from 9ccbf08 to 515f24e Compare July 13, 2023 01:29
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 13, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 13, 2023
@release-please release-please Bot force-pushed the release-please--branches--main branch from 515f24e to b99c4f8 Compare July 14, 2023 19:16
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 14, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 14, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 14, 2023
@release-please release-please Bot force-pushed the release-please--branches--main branch from b99c4f8 to 95ff264 Compare July 15, 2023 00:07
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 15, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 18, 2023
@sararob sararob merged commit fcf4ac9 into main Jul 19, 2023
@sararob sararob deleted the release-please--branches--main branch July 19, 2023 16:27
@release-please
Copy link
Copy Markdown
Contributor Author

@release-trigger
Copy link
Copy Markdown

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-aiplatform/release/release (2023-07-19T16:28:35.388Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

@release-tool-publish-reporter
Copy link
Copy Markdown

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter
Copy link
Copy Markdown

🥚 You hatched a release! The release build finished successfully! 💜

copybara-service Bot pushed a commit that referenced this pull request Jul 20, 2023
…sion delimiter

The "<model>-<version>" format was only supported for text-bison-001 and will be deprecated in the future.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 549487018
copybara-service Bot pushed a commit that referenced this pull request Jul 20, 2023
…sion delimiter

The "<model>-<version>" format was only supported for text-bison-001 and will be deprecated in the future.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 549487018
copybara-service Bot pushed a commit that referenced this pull request Jul 20, 2023
Previously, `tune_model` blocked the execution until the tuning is complete, then modified the model in-place.
With this change, `tune_model` starts an asynchronous job and returns a job object.

You can now do other work while the model is being tuned.

You can now perform multiple tunings in parallel.being tuned.

Breaking change: The model is no longer updated in-place, so

Usage:

```
tuning_job = model.tune_model(...)
tuned_model = tuning_job.result
```
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 549754111
copybara-service Bot pushed a commit that referenced this pull request Jul 21, 2023
Model garden models can have various launch stages: GA, public review, private preview.

Previously, the `ModelGardenModel` base class required a model interface class to be marked as preview to be able to use preview models. This resulted in maintenance issues and unnecessary proliferations of classes, because each class had to be duplicated up to 3 times to be able to accommodate models in different launch stages. For example, some people with a private preview model had wither change their model launch stage or create a special private preview version of the model interface class just to work around the loading restrictions.

With this change, the model interface classes no longer reject preview models. The breaking change guarantees now apply separately to the model interface classes and models. A preview class can change when going to GA. A preview model can change when going to GA.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 550065259
copybara-service Bot pushed a commit that referenced this pull request Jul 22, 2023
Model interface classes support different models that might have different defaults for their parameters. SDK should not hardcode these parameters by default, letting the user to either use the model's defaults or explicitly override them.

There was a recent similar case where the tuning parameter defaults were different for different tuning methods.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 550113719
copybara-service Bot pushed a commit that referenced this pull request Jul 22, 2023
Model interface classes support different models that might have different defaults for their parameters. SDK should not hardcode these parameters by default, letting the user to either use the model's defaults or explicitly override them.

There was a recent similar case where the tuning parameter defaults were different for different tuning methods.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 550113719
copybara-service Bot pushed a commit that referenced this pull request Jul 24, 2023
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 550674733
copybara-service Bot pushed a commit that referenced this pull request Jul 24, 2023
…sion delimiter

The "<model>-<version>" format was only supported for text-bison-001 and will be deprecated in the future.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 549487018
copybara-service Bot pushed a commit that referenced this pull request Jul 27, 2023
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2358 from googleapis:release-please--branches--main d86690b
PiperOrigin-RevId: 550674733
pabloem pushed a commit to pabloem/python-aiplatform that referenced this pull request Dec 30, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. autorelease: published size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants