Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.0
Choose a base ref
...
head repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.33.0
Choose a head ref

Commits on Sep 6, 2023

  1. 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
    vertex-sdk-bot authored and copybara-github committed Sep 6, 2023
    Copy the full SHA
    e7fbecc View commit details

Commits on Sep 7, 2023

  1. 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
    Ark-kun authored and copybara-github committed Sep 7, 2023
    Copy the full SHA
    078d9e3 View commit details
  2. chore: Remove preview warning when importing vertexai

    PiperOrigin-RevId: 563472089
    jaycee-li authored and copybara-github committed Sep 7, 2023
    Copy the full SHA
    9bf4f6b View commit details
  3. chore: update the default serialization scheme for Keras models.

    PiperOrigin-RevId: 563567015
    vertex-sdk-bot authored and copybara-github committed Sep 7, 2023
    Copy the full SHA
    7193fc8 View commit details

Commits on Sep 8, 2023

  1. chore: Bump upper bound on fastapi

    PiperOrigin-RevId: 563592784
    matthew29tang authored and copybara-github committed Sep 8, 2023
    Copy the full SHA
    4256361 View commit details
  2. fix: Vizier - Fixed field existence checks for child params in to_pro…

    …to().
    
    PiperOrigin-RevId: 563770971
    vertex-sdk-bot authored and copybara-github committed Sep 8, 2023
    Copy the full SHA
    d516931 View commit details
  3. 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
    gcf-owl-bot[bot] authored and copybara-github committed Sep 8, 2023
    Copy the full SHA
    d76bceb View commit details

Commits on Sep 9, 2023

  1. feat: LLM - CodeChat - Added support for context

    PiperOrigin-RevId: 563934372
    Ark-kun authored and copybara-github committed Sep 9, 2023
    Copy the full SHA
    f7feeca View commit details
  2. 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
    Ark-kun authored and copybara-github committed Sep 9, 2023
    Copy the full SHA
    0fa47ae View commit details

Commits on Sep 13, 2023

  1. No public description

    PiperOrigin-RevId: 564817015
    vertex-sdk-bot authored and copybara-github committed Sep 13, 2023
    Copy the full SHA
    0743afb View commit details
  2. chore: update docstring

    PiperOrigin-RevId: 565127893
    sararob authored and copybara-github committed Sep 13, 2023
    Copy the full SHA
    220cbe8 View commit details
  3. feat: add Custom Job support to from_pretrained

    PiperOrigin-RevId: 565175389
    sararob authored and copybara-github committed Sep 13, 2023
    Copy the full SHA
    8b0add1 View commit details

Commits on Sep 14, 2023

  1. 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
    Ark-kun authored and copybara-github committed Sep 14, 2023
    Copy the full SHA
    e9eb159 View commit details

Commits on Sep 15, 2023

  1. chore: Tests - Stop running Endpoint tests twice

    PiperOrigin-RevId: 565635742
    Ark-kun authored and copybara-github committed Sep 15, 2023
    Copy the full SHA
    1e7633a View commit details
  2. chore: LVM - Fixed the ImageGenerationModel usage example

    PiperOrigin-RevId: 565637292
    Ark-kun authored and copybara-github committed Sep 15, 2023
    Copy the full SHA
    5b2492c View commit details
  3. chore: LLM - Fixed the test_code_chat_model_send_message_streaming

    …test
    
    PiperOrigin-RevId: 565637309
    Ark-kun authored and copybara-github committed Sep 15, 2023
    Copy the full SHA
    6fb30bc View commit details

Commits on Sep 17, 2023

  1. feat: Release Ray on Vertex SDK Preview

    PiperOrigin-RevId: 565992844
    yinghsienwu authored and copybara-github committed Sep 17, 2023
    Copy the full SHA
    3be36e6 View commit details
  2. chore: fix test

    PiperOrigin-RevId: 566140849
    yinghsienwu authored and copybara-github committed Sep 17, 2023
    Copy the full SHA
    7483fb4 View commit details

Commits on Sep 18, 2023

  1. chore: add ImageTextModel class for all functionality using imagetext…

    …@001 model
    
    PiperOrigin-RevId: 566298504
    sararob authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    57bc7e3 View commit details
  2. chore: setup for parallelizing unit tests across Python versions

    PiperOrigin-RevId: 566304233
    sararob authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    cb2a563 View commit details
  3. chore: parallelize unit tests across Python versions

    PiperOrigin-RevId: 566350463
    sararob authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    41d341e View commit details
  4. feat: LLM - Added support for async prediction methods

    PiperOrigin-RevId: 566381589
    Ark-kun authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    c9c9f10 View commit details
  5. chore: fix unwrapper not support custom method names

    PiperOrigin-RevId: 566411933
    jaycee-li authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    3af889a View commit details
  6. fix: Handle Ray image parsing error

    PiperOrigin-RevId: 566427303
    yinghsienwu authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    41a3a83 View commit details
  7. chore: Made the base.Logger class inherit from logging.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
    Ark-kun authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    1d15f82 View commit details
  8. chore: fix that sklearn will be imported when vizer hptuning is not used

    PiperOrigin-RevId: 566442578
    jaycee-li authored and copybara-github committed Sep 18, 2023
    Copy the full SHA
    a0fe340 View commit details

Commits on Sep 19, 2023

  1. 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>
    release-please[bot] and nayaknishant authored Sep 19, 2023
    Copy the full SHA
    910c22a View commit details
Loading