Content-Length: 473867 | pFad | https://github.com/googleapis/python-aiplatform/compare/v1.26.1...v1.27.0

7E Comparing v1.26.1...v1.27.0 · googleapis/python-aiplatform · GitHub
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.26.1
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.27.0
Choose a head ref
  • 19 commits
  • 67 files changed
  • 8 contributors

Commits on Jun 22, 2023

  1. docs: Update scheduled pipelines client max_run_count docstring with …

    …allowed values.
    
    PiperOrigin-RevId: 542617816
    vertex-sdk-bot authored and copybara-github committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    750e161 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. feat: LLM - Added support for learning_rate in tuning

    PiperOrigin-RevId: 542784145
    Ark-kun authored and copybara-github committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c6cdd10 View commit details
    Browse the repository at this point in the history
  2. fix: Fix aiplatform.init bug by replacing experiment_name with experi…

    …ment
    
    PiperOrigin-RevId: 542988570
    vertex-sdk-bot authored and copybara-github committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c60773a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    895ff8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b540e View commit details
    Browse the repository at this point in the history
  3. Copybara import of the project:

    --
    895ff8d by Anthonios Partheniou <partheniou@google.com>:
    
    chore: use the latest python post processor image
    --
    e9b540e by Anthonios Partheniou <partheniou@google.com>:
    
    chore(revert): revert use the latest python post processor image (#2325)
    
    This reverts commit 895ff8d.
    --
    101086e by Anthonios Partheniou <partheniou@google.com>:
    
    chore: use the latest python post processor image
    --
    9f0dda6 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
    
    --
    62e6a4d by Anthonios Partheniou <partheniou@google.com>:
    
    revert
    
    COPYBARA_INTEGRATE_REVIEW=#2326 from googleapis:use-latest-post-processor 62e6a4d
    PiperOrigin-RevId: 543807969
    parthea authored and copybara-github committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d84f687 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. chore: add an util function download_from_gcs

    PiperOrigin-RevId: 543926933
    jaycee-li authored and copybara-github committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f3b0e65 View commit details
    Browse the repository at this point in the history
  2. docs: Populate GA LLM SDK Pydocs

    PiperOrigin-RevId: 544060334
    sasha-gitg authored and copybara-github committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e248285 View commit details
    Browse the repository at this point in the history
  3. feat: Add submit for CustomTrainingJob and CustomContainerTrainingJob…

    … which won't block until complete.
    
    PiperOrigin-RevId: 544136744
    yinghsienwu authored and copybara-github committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d6476d0 View commit details
    Browse the repository at this point in the history
  4. fix: fix error when calling update_state() after ExperimentRun.list()

    PiperOrigin-RevId: 544159034
    sararob authored and copybara-github committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cb255ec View commit details
    Browse the repository at this point in the history
  5. chore: fixing comments

    PiperOrigin-RevId: 544186782
    vertex-sdk-bot authored and copybara-github committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    69aaf01 View commit details
    Browse the repository at this point in the history
  6. fix: Vizier - Fixed pyvizier client study creation errors

    PiperOrigin-RevId: 544186919
    vertex-sdk-bot authored and copybara-github committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    16299d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. feat: LLM - Released the Codey models to GA

    PiperOrigin-RevId: 544218292
    Ark-kun authored and copybara-github committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    89609c9 View commit details
    Browse the repository at this point in the history
  2. chore: LLM - Added private preview launch stage

    PiperOrigin-RevId: 544442705
    Ark-kun authored and copybara-github committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    970970e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. fix: LLM - Fixed the chat models failing due to safetyAttributes format

    PiperOrigin-RevId: 544512632
    Ark-kun authored and copybara-github committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    459ba86 View commit details
    Browse the repository at this point in the history
  2. fix: LLM - Exported the ChatMessage class

    PiperOrigin-RevId: 544541329
    Ark-kun authored and copybara-github committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7bf7634 View commit details
    Browse the repository at this point in the history
  3. docs: fixed a docstring for TimeSeriesDataset

    PiperOrigin-RevId: 544583308
    vertex-sdk-bot authored and copybara-github committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a7dfce2 View commit details
    Browse the repository at this point in the history
  4. docs: fixed a docstring for _Dataset

    PiperOrigin-RevId: 544583329
    vertex-sdk-bot authored and copybara-github committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b68a941 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 1.27.0 (#2320)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    718f04b View commit details
    Browse the repository at this point in the history
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/python-aiplatform/compare/v1.26.1...v1.27.0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy