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.68.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.69.0
Choose a head ref
  • 9 commits
  • 31 files changed
  • 6 contributors

Commits on Sep 24, 2024

  1. test: Verify gemini-1.5.pro-002 and gemini-1.5-flash-002 tokenizer in…

    … system test
    
    PiperOrigin-RevId: 678401729
    qiaodev authored and copybara-github committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c442b92 View commit details
    Browse the repository at this point in the history
  2. Copybara import of the project:

    --
    5ec9fa2 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>:
    
    chore(main): release 1.68.0
    --
    e380be8 by Yvonne Yu <[email protected]>:
    
    Update CHANGELOG.md
    
    COPYBARA_INTEGRATE_REVIEW=#4430 from googleapis:release-please--branches--main e380be8
    PiperOrigin-RevId: 678408369
    yyyu-google authored and copybara-github committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    950fbbc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore: Tokenization - Add gemini-1.5-flash-002 and gemini-1.5-pro-002…

    … to the list of supported tokenizers.
    
    PiperOrigin-RevId: 678818545
    qiaodev authored and copybara-github committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    44766a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: Add rerun method to pipeline job preview client.

    PiperOrigin-RevId: 678990608
    chenyifan-vertex authored and copybara-github committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    29dec74 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix: GenAI - Fixed from_dict methods

    The parsing of dictionaries was standardized and improved. Parsing dictionaries via `json_formt.ParseDict` allows automatically handling renamed fields like `type_`, `format_`, `enum_` and also camelCase keys like `minItems` that are often used in Json Schema schemas. The `json_formt.ParseDict` method succeeds in such cases while the Proto Message constructors fail.
    
    However there is an issue with enums which makes full migration to `json_schema.ParseDict` non-trivial. Protobuf's ParseDict treats enum names as case sensitive. This is mostly problematic for Shema messages where Python protos use uppercase enum names like `"OBJECT"` while Json Schemas usually use lowercase types like `"object"`. I've created a fix for the protobuf library, but it will take a while before it's released everywhere. So, enums need to be fixed. But such enums can happen in multiple places in a deeply nested dictionary structure. We need to carefully fix all enum casing issues in nested dicts before we can use `ParseDict`.
    
    PiperOrigin-RevId: 680480143
    Ark-kun authored and copybara-github committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3090812 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. chore: Adds tests for camelCase and snake_case proto field naming.

    PiperOrigin-RevId: 680785742
    terryykoo authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f6e0a5a View commit details
    Browse the repository at this point in the history
  2. chore: GenAI - Part.function_call.args is now a proper dict

    Fixes #4079
    
    PiperOrigin-RevId: 680833836
    Ark-kun authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    427bd75 View commit details
    Browse the repository at this point in the history
  3. chore: Rollback: GenAI - Part.function_call.args is now a proper `d…

    …ict`
    
    PiperOrigin-RevId: 680894911
    Ark-kun authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d591101 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.69.0 (#4456)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Yvonne Yu <[email protected]>
    release-please[bot] and yyyu-google authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cbb71cd View commit details
    Browse the repository at this point in the history
Loading