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.18.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.18.2
Choose a head ref
  • 13 commits
  • 41 files changed
  • 14 contributors

Commits on Oct 4, 2022

  1. docs(samples): improve docstring of Vertex AI Python SDK Model Regist…

    …ry samples (#1705)
    
    * improve doc string
    
    * nox tests passed
    
    * rename location
    
    Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
    inardini and andrewferlitsch authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f97e90f View commit details
    Browse the repository at this point in the history
  2. chore: adding SDK team to CODEOWNERS (#1713)

    * chore: adding SDK team to CODEOWNERS
    
    * chore: adding SDK team to CODEOWNERS
    
    * chore: adding SDK team to CODEOWNERS
    
    * chore: adding SDK team to CODEOWNERS
    nayaknishant authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f28988e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    cba7fbf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    dde9ba1 View commit details
    Browse the repository at this point in the history
  2. fix: PipelineJob should only pass bearer tokens for AR URIs (#1717)

    When downloading compiled KFP pipelines over HTTPS, we only need to pass a bearer token when we need to authenticate for services like Artifact Registry. We may get unexpected behavior passing this token in all HTTPS requests, which is the current behavior.
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-aiplatform/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes b/251143831 🦕
    TheMichaelHu authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b43851c View commit details
    Browse the repository at this point in the history
  3. fix(deps): allow protobuf 3.19.5 (#1720)

    * fix(deps): allow protobuf 3.19.5
    
    * explicitly exclude protobuf 4.21.0
    parthea authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    83e3b7c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. chore: merge v1.18.1 into main (#1725)

    * fix(deps): allow protobuf 3.19.5 (#1720)
    
    * fix(deps): allow protobuf 3.19.5
    
    * explicitly exclude protobuf 4.21.0
    
    * update changelog/version
    
    Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
    parthea and vchudnov-g authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2926167 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Internal change

    PiperOrigin-RevId: 480655720
    A Vertex SDK engineer authored and sararob committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    55e287f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. docs: resurface googleapis.dev and prediction docs (#1724)

    I've mistakenly broken some of the docs for types links on googleapis.dev. Fixing the docs structure so the docs are showing again. If you run `nox -s docs` and take a look around the docs, they'll be back up.
    
    I've verified that prediction pages are back up on c.g.c.
    
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-aiplatform/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #1722 🦕
    dandhlee authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    24f0c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    3747ce3 View commit details
    Browse the repository at this point in the history
  2. fix: added proto message conversion to MDMJob.update fields (#1718)

    * fix: added proto message conversion to MDMJob.update fields
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * addressed PR comment
    
    * formatting
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * replaced string literal with constant
    
    * adding _gca_resource re-assignmnet to mdm job class
    
    * Added side effects in get_mdm_job pytest mock
    
    * fixing side effects
    
    * formatting
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * minor edits to variable names
    
    * Addressed PR feedback
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * addressed more PR commentes
    
    * addressed PR comments
    
    * fix linter errors
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    rosiezou and gcf-owl-bot[bot] authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9e77c61 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    3588526 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.18.2 (#1715)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8a53956 View commit details
    Browse the repository at this point in the history
Loading