-
Notifications
You must be signed in to change notification settings - Fork 354
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: v1.32.0
head repository: googleapis/python-aiplatform
compare: v1.33.0
Commits on Sep 6, 2023
-
chore: Bump the default base images of CPR to python 3.10 because pyt…
…hon 3.7 has reached end of life. PiperOrigin-RevId: 563200244
Configuration menu - View commit details
-
Copy full SHA for e7fbecc - Browse repository at this point
Copy the full SHA e7fbeccView commit details
Commits on Sep 7, 2023
-
chore: Improved module import and IntelliSense in
vertexai.preview
Sub-modules are not always an attribute of the parent module. Sub-modules should be imported explicitly. Instead of ``` from package import module1 print(module1.module2.module3.Class1) ``` it's better to use ``` from package.module1.module2 import module3 print(module3.Class1) ``` This also helps with the "Go to definition" feature in IDEs. PiperOrigin-RevId: 563410520
Configuration menu - View commit details
-
Copy full SHA for 078d9e3 - Browse repository at this point
Copy the full SHA 078d9e3View commit details -
chore: Remove preview warning when importing vertexai
PiperOrigin-RevId: 563472089
Configuration menu - View commit details
-
Copy full SHA for 9bf4f6b - Browse repository at this point
Copy the full SHA 9bf4f6bView commit details -
chore: update the default serialization scheme for Keras models.
PiperOrigin-RevId: 563567015
Configuration menu - View commit details
-
Copy full SHA for 7193fc8 - Browse repository at this point
Copy the full SHA 7193fc8View commit details
Commits on Sep 8, 2023
-
chore: Bump upper bound on fastapi
PiperOrigin-RevId: 563592784
Configuration menu - View commit details
-
Copy full SHA for 4256361 - Browse repository at this point
Copy the full SHA 4256361View commit details -
fix: Vizier - Fixed field existence checks for child params in to_pro…
…to(). PiperOrigin-RevId: 563770971
Configuration menu - View commit details
-
Copy full SHA for d516931 - Browse repository at this point
Copy the full SHA d516931View commit details -
Copybara import of the project:
-- 7de2cb2 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add encryption_spec to index.proto and index_endpoint.proto feat: add TrialContext to study.proto feat: add contexts to SuggestTrialsRequest in vizier_service.proto PiperOrigin-RevId: 563249077 Source-Link: googleapis/googleapis@0e828f8 Source-Link: googleapis/googleapis-gen@e3d5760 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTNkNTc2MDRlOTU5ZDRkNjVjMWNlMGM2MTk2YTZiNjY5MzE2MmM5NiJ9 -- 86c7445 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- aebcb7e by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add encryption_spec to index.proto and index_endpoint.proto feat: add TrialContext to study.proto feat: add contexts to SuggestTrialsRequest in vizier_service.proto PiperOrigin-RevId: 563257278 Source-Link: googleapis/googleapis@7534629 Source-Link: googleapis/googleapis-gen@63658af Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjM2NThhZjZjMTY2NGFjZmFiZGI0ZjU1N2M3NDk3MTAxODk1NDkyYSJ9 -- 22597ee by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- ae5040f by Yu-Han Liu <yuhanliu@google.com>: add .kokoro/samples and noxfile.py to owlbot exclude -- b8c0a36 by Yu-Han Liu <yuhanliu@google.com>: add testing to owlbot exclude -- a7aff2c by Yu-Han Liu <yuhanliu@google.com>: revert changes that should be excluded by owlbot -- 7a55a96 by Yu-Han Liu <yuhanliu@google.com>: add .pre-commit-config.yaml and docs/conf.py to owlbot excludes -- 0eb6287 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: googleapis/googleapis-gen@280264c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 -- 21f7775 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- 19d7edc by Yu-Han Liu <yuhanliu@google.com>: revert exluded files -- 5812314 by Yu-Han Liu <yuhanliu@google.com>: exclude templated files COPYBARA_INTEGRATE_REVIEW=#2558 from googleapis:owl-bot-copy f0a6dc6 PiperOrigin-RevId: 563814466
Configuration menu - View commit details
-
Copy full SHA for d76bceb - Browse repository at this point
Copy the full SHA d76bcebView commit details
Commits on Sep 9, 2023
-
feat: LLM - CodeChat - Added support for
context
PiperOrigin-RevId: 563934372
Configuration menu - View commit details
-
Copy full SHA for f7feeca - Browse repository at this point
Copy the full SHA f7feecaView commit details -
chore: LLM - Refactored TextGenerationModel prediction and streaming
This commit also changes the prediction request instance parameter name from "prompt" to "content" in the `predict_streaming` method to align with the prediction instance schema and the parameter naming in the non-streaming case. The service now supports "content" for the streaming API methods. PiperOrigin-RevId: 563954745
Configuration menu - View commit details
-
Copy full SHA for 0fa47ae - Browse repository at this point
Copy the full SHA 0fa47aeView commit details
Commits on Sep 13, 2023
-
PiperOrigin-RevId: 564817015
Configuration menu - View commit details
-
Copy full SHA for 0743afb - Browse repository at this point
Copy the full SHA 0743afbView commit details -
PiperOrigin-RevId: 565127893
Configuration menu - View commit details
-
Copy full SHA for 220cbe8 - Browse repository at this point
Copy the full SHA 220cbe8View commit details -
feat: add Custom Job support to from_pretrained
PiperOrigin-RevId: 565175389
Configuration menu - View commit details
-
Copy full SHA for 8b0add1 - Browse repository at this point
Copy the full SHA 8b0add1View commit details
Commits on Sep 14, 2023
-
feat: Added async prediction and explanation support to the `Endpoint…
…` class * Added the `Endpoint.predict_async` method * Added the `Endpoint.explain_async` method * Made it possible to use async clients in classes derived from `VertexAiResourceNounWithFutureManager` that use `@optional_sync`. PiperOrigin-RevId: 565472250
Configuration menu - View commit details
-
Copy full SHA for e9eb159 - Browse repository at this point
Copy the full SHA e9eb159View commit details
Commits on Sep 15, 2023
-
chore: Tests - Stop running Endpoint tests twice
PiperOrigin-RevId: 565635742
Configuration menu - View commit details
-
Copy full SHA for 1e7633a - Browse repository at this point
Copy the full SHA 1e7633aView commit details -
chore: LVM - Fixed the
ImageGenerationModel
usage examplePiperOrigin-RevId: 565637292
Configuration menu - View commit details
-
Copy full SHA for 5b2492c - Browse repository at this point
Copy the full SHA 5b2492cView commit details -
chore: LLM - Fixed the
test_code_chat_model_send_message_streaming
……test PiperOrigin-RevId: 565637309
Configuration menu - View commit details
-
Copy full SHA for 6fb30bc - Browse repository at this point
Copy the full SHA 6fb30bcView commit details
Commits on Sep 17, 2023
-
feat: Release Ray on Vertex SDK Preview
PiperOrigin-RevId: 565992844
Configuration menu - View commit details
-
Copy full SHA for 3be36e6 - Browse repository at this point
Copy the full SHA 3be36e6View commit details -
PiperOrigin-RevId: 566140849
Configuration menu - View commit details
-
Copy full SHA for 7483fb4 - Browse repository at this point
Copy the full SHA 7483fb4View commit details
Commits on Sep 18, 2023
-
chore: add ImageTextModel class for all functionality using imagetext…
…@001 model PiperOrigin-RevId: 566298504
Configuration menu - View commit details
-
Copy full SHA for 57bc7e3 - Browse repository at this point
Copy the full SHA 57bc7e3View commit details -
chore: setup for parallelizing unit tests across Python versions
PiperOrigin-RevId: 566304233
Configuration menu - View commit details
-
Copy full SHA for cb2a563 - Browse repository at this point
Copy the full SHA cb2a563View commit details -
chore: parallelize unit tests across Python versions
PiperOrigin-RevId: 566350463
Configuration menu - View commit details
-
Copy full SHA for 41d341e - Browse repository at this point
Copy the full SHA 41d341eView commit details -
feat: LLM - Added support for async prediction methods
PiperOrigin-RevId: 566381589
Configuration menu - View commit details
-
Copy full SHA for c9c9f10 - Browse repository at this point
Copy the full SHA c9c9f10View commit details -
chore: fix unwrapper not support custom method names
PiperOrigin-RevId: 566411933
Configuration menu - View commit details
-
Copy full SHA for 3af889a - Browse repository at this point
Copy the full SHA 3af889aView commit details -
fix: Handle Ray image parsing error
PiperOrigin-RevId: 566427303
Configuration menu - View commit details
-
Copy full SHA for 41a3a83 - Browse repository at this point
Copy the full SHA 41a3a83View commit details -
chore: Made the
base.Logger
class inherit fromlogging.Logger
This removes the need to dynamically dispatch all `Logger` methods and attributes via `__getattr__`. This change improves the static type checking and the IDE experience. PiperOrigin-RevId: 566442238
Configuration menu - View commit details
-
Copy full SHA for 1d15f82 - Browse repository at this point
Copy the full SHA 1d15f82View commit details -
chore: fix that sklearn will be imported when vizer hptuning is not used
PiperOrigin-RevId: 566442578
Configuration menu - View commit details
-
Copy full SHA for a0fe340 - Browse repository at this point
Copy the full SHA a0fe340View commit details
Commits on Sep 19, 2023
-
chore(main): release 1.33.0 (#2561)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: nayaknishant <nishantnayak@google.com>
Configuration menu - View commit details
-
Copy full SHA for 910c22a - Browse repository at this point
Copy the full SHA 910c22aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.32.0...v1.33.0