Content-Length: 434222 | pFad | https://www.github.com/googleapis/python-aiplatform/compare/v1.6.0...v1.6.1

CE9 Comparing v1.6.0...v1.6.1 · 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.6.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.6.1
Choose a head ref
  • 16 commits
  • 210 files changed
  • 20 contributors

Commits on Oct 14, 2021

  1. feat: enabling AutoML Forecasting training response to include BigQue…

    …ry location of exported evaluated examples (#657)
    
    * Added BigQuery location of exported evaluated examples from AutoML Forecasting Training Job in training output
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Testing BQ uri output feature for AutoML Forecasting
    
    * Adding changes from dev to master branch
    
    * Removed extra try/except block 
    
    Removed the unnecessary try/except block from the evaluated bigquery uri property method in Automl Forecasting
    
    * Fix lint errors
    
    * Address comments
    
    * Add metadata existence check
    
    Co-authored-by: Mansi Achuthan <mansiachuthan@google.com>
    Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
    Co-authored-by: Hardik Vala <hardikv@google.com>
    Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
    Co-authored-by: thehardikv <78449654+thehardikv@users.noreply.github.com>
    6 people authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c1c2326 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. feat: add support for python 3.10 (#769)

    Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com>
    parthea and ivanmkc authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8344804 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. chore: remove extra schema/ directory (#735)

    * chore: remove extra schema/ directory
    
    * fix: fix copy regex
    busunkim96 authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    208889b View commit details
    Browse the repository at this point in the history
  2. feat(PipelineJob): allow PipelineSpec as param (#774)

    * feat(PipelineJob): accept pipelineSpec as param
    
    * edit
    
    * address comments
    
    * address comments
    ji-yaqi authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f90a1bd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. test: adds type equivalency check to value_converter test (#630)

    Co-authored-by: Vinny Senthil <vinnysenthil@gmail.com>
    telpirion and vinnysenthil authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3fd0ab7 View commit details
    Browse the repository at this point in the history
  2. feat: enable reduction server (#741)

    * feat: enable reduction server
    
    * fix: remove optional for reduction_server_replica_count, add comment for _SPEC_ORDERS
    morgandu authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8ef0ded View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. feat: pre batch creating TensorboardRuns and TensorboardTimeSeries in…

    … one_shot mode to speed up uploading (#772)
    
    * feat: pre batch creating TensorboardRuns and TensorboardTimeSeries in one_shot mode to speed up uploading
    
    Co-authored-by: Yicheng Fang <yichengfang@google.com>
    yfang1 and Yicheng Fang authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c9f68c6 View commit details
    Browse the repository at this point in the history
  2. chore(python): modify templated noxfile to support non-cloud APIs (#781)

    Source-Link: googleapis/synthtool@76d5fec
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d7baf85 View commit details
    Browse the repository at this point in the history
  3. fix: Remove sync parameter from create_endpoint_sample (#695)

    Remove unused `sync` parameter from `create_endpoint_sample`
    
    Googlers see 195511018
    aribray authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0477f5a View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    141c008 View commit details
    Browse the repository at this point in the history
  5. chore: upgrade GAPIC Metadata from v1beta1 to v1 and add experiment l…

    …ogging integration test (#778)
    sasha-gitg authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    6c7e1fa View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    2deb505 View commit details
    Browse the repository at this point in the history
  2. chore: update feature store sample code to use v1 SDK (#776)

    * chore: update feature store sample code to use v1 SDK
    
    * chore: Isolate v1 samples to new files, keep existing v1beta1 ones
    
    * chore: add tests for both v1 and v1beta1
    lclc19 authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    da03785 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. fix: cast resource labels to dict type (#783)

    Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
    morgandu and sasha-gitg authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    255edc9 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.6.1 (#789)

    Release-As: 1.6.1
    sasha-gitg authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4520d35 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.6.1 (#790)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d8da2e3 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://www.github.com/googleapis/python-aiplatform/compare/v1.6.0...v1.6.1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy