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.15.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.16.0
Choose a head ref
  • 16 commits
  • 98 files changed
  • 9 contributors

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    4dfd347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cced8a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. chore: Add code owners for Vertex Metadata SDK (#1515)

    * chore: Adding code owners for Vertex Metadata SDK
    
    Adding the code owner group for Vertex AI Metadata SDK team.
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Add metadata team as co-owner for unit and system tests.
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    SinaChavoshi and parthea authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    fd55daf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. feat: Change the Metadata SDK _Context class to an external class (#1519

    )
    
    * feat: Change the Metadata SDK _Context class to an external class
    
    * Add base schema class for context
    
    * Add additional context schema types
    
    * Add additional context schema types
    
    * Add create method to Context.
    
    * Fix unit test failure.
    
    * add unit tests
    
    * fix lint issue
    
    * Add Context to root __init__.
    
    * correct import path
    SinaChavoshi authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    95b107c View commit details
    Browse the repository at this point in the history
  2. chore: change dataset url in dataset import system test (#1527)

    * chore: change dataset url in dataset import system test
    
    * updates from linter
    sararob authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f93d19c View commit details
    Browse the repository at this point in the history
  3. feat: Add Metadata SDK support and samples for get method (#1516)

    * feat: Add get() method to Metadata Resource base class.
    
    * Add unit tests for artifact, execution, and context
    
    * Add samples for get execution and get artifact
    
    * fix lint issues
    
    * Fix unit tests.
    SinaChavoshi authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d442248 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. feat: Add metadata SDK samples for list artifact and list execution (#…

    …1514)
    
    * feat: Add metadata SDK samples for list artifact and execution
    
    * update default execution display name
    
    * Fix lint issues.
    
    * update tests based on review feedback to return a list of more than one item
    
    * simplify sample file names
    SinaChavoshi authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    c0d01f1 View commit details
    Browse the repository at this point in the history
  2. feature: Vertex AI Prediction Custom Prediction Routine (#1535)

    * feature: Vertex AI Prediction Custom Prediction Routine
    
    * chore: Changed SDK requirement for CPR  to main pypi package
    kthytang authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    34bbd0a View commit details
    Browse the repository at this point in the history
  3. feat: Add metadata SDK sample for delete method. (#1530)

    * feat: Add metadata SDK sample for delete method.
    
    * add test fixtures.
    
    * fix lint errors
    SinaChavoshi authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    46aa9b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. feat: Support custom containers in CustomJob.from_local_script (#1483)

    * feat: update from_local_script()
    
    * fix from_local_script()
    
    * fix: update unit tests
    
    * fix lint failed
    
    * fix: add system test
    
    * fix: from_local_script
    
    * fix: from_local_script
    
    * fix: system test
    jaycee-li authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    be0b7e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. fix: Pass the PipelineJob credentials to `create_gcs_bucket_for_pipel…

    …ine_artifacts_if_it_does_not_exist` (#1537)
    
    Co-authored-by: Sara Robinson <[email protected]>
    Ark-kun and sararob authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b53e2b5 View commit details
    Browse the repository at this point in the history
  2. feat: Add samples for Metadata context list, get, and create (#1525)

    * feat: Add samples for context list,get and create
    
    * fix lint issues.
    
    * Change import path to aiplatform.Context
    
    * Fix create mock.
    
    * remove duplicate mock method
    
    * Update samples/model-builder/experiment_tracking/get_context_sample_test.py
    
    Co-authored-by: Dan Lee <[email protected]>
    
    * Update samples/model-builder/experiment_tracking/list_context_sample_test.py
    
    Co-authored-by: Dan Lee <[email protected]>
    
    * Update samples/model-builder/experiment_tracking/list_context_sample_test.py
    
    Co-authored-by: Dan Lee <[email protected]>
    
    * Update samples/model-builder/experiment_tracking/get_context_sample_test.py
    
    Co-authored-by: Dan Lee <[email protected]>
    
    * update formatting and comments based on review feedback
    
    Co-authored-by: Dan Lee <[email protected]>
    SinaChavoshi and dandhlee authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d913e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Feat: Refactor schema classes to subclass from _Resource (#1536)

    * feat: Refactor code to make shema type classes a subclass of Artifact, Execution and Context
    
    * reinstantiate schema class using resouce_name
    
    * fix typo in resource_name
    
    * change resouce_name to artifact_name
    
    * Change constructor to internal method
    
    * refactor execution.
    
    * refactor context.
    
    * fix spelling
    
    * fix unit tests
    
    * fix sample tests.
    SinaChavoshi authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    93002e8 View commit details
    Browse the repository at this point in the history
  2. chore: Append users' src dir name to sys.path while model server star…

    …ts for CPR. (#1540)
    
    * chore: Append users' src dir name to sys.path while model server starts.
    
    * chore: Search the users' modules first for CPR model server.
    abcdefgs0324 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ca19173 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. fix: Fixed getting the output GCS bucket in PipelineJob.submit (#1542)

    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:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.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
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    Ark-kun authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    69d6c7d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.16.0 (#1531)

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