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.13.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.13.1
Choose a head ref
  • 14 commits
  • 55 files changed
  • 12 contributors

Commits on May 10, 2022

  1. Feat: add batch_size kwarg for batch prediction jobs (#1194)

    * Add batch_size kwarg for batch prediction jobs
    
    * Fix errors
    
    Update the copyright year. Change the order of the argument. Fix the syntax error.
    
    * fix: change description layout
    jaycee-li authored May 10, 2022
    Configuration menu
    Copy the full SHA
    50bdb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243c6f6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. docs: update aiplatform SDK arrangement for Sphinx (#1163)

    * docs: update aiplatform SDK sphinx arrangement
    
    * docs: remove unneeded aiplatform.rst file
    
    * docs: remove moves files
    
    Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
    dandhlee and kweinmeister authored May 11, 2022
    Configuration menu
    Copy the full SHA
    e9510ea View commit details
    Browse the repository at this point in the history
  2. fix: check in service proto file (#1174)

    Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com>
    yan283 and ivanmkc authored May 11, 2022
    Configuration menu
    Copy the full SHA
    5fdf151 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. chore: Remove _v1 specific references in favor of compat types and se…

    …rvices (#1235)
    
    Co-authored-by: Sam Goodman <goodmansam@google.com>
    samgoodman and Sam Goodman authored May 18, 2022
    Configuration menu
    Copy the full SHA
    a2eb8cc View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

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

Commits on May 23, 2022

  1. chore: add unit test mock for AnonymousCredentials (#1245)

    * initial work on adding google auth mock
    
    * add anonymouscredentials mock to more tests, run linter
    
    * add auth mock to more test classes
    
    * remove auth mock from two test classes
    sararob authored May 23, 2022
    Configuration menu
    Copy the full SHA
    15bc80b View commit details
    Browse the repository at this point in the history
  2. feat: support autoscaling metrics when deploying models (#1197)

    * feat: support autoscaling metrics when deploying models
    
    * feat: support model deploy to endpoint with autoscaling metrics
    
    * fix autoscaling_target_accelerator_duty_cycle check
    
    * fix docstring: specify that autoscaling_params are optional
    
    * bug fix: add autoscaling_target_cpu_utilization to custom_resource_spec
    
    * add tests
    
    * add _TEST_METRIC_NAME_CPU_UTILIZATION and _TEST_METRIC_NAME_GPU_UTILIZATION
    
    * remove not required arguments in tests
    
    * fix tests: wait for LRO to complete even if not sync
    
    * fix lint: run black
    
    Co-authored-by: Sara Robinson <sararob@users.noreply.github.com>
    munagekar and sararob authored May 23, 2022
    Configuration menu
    Copy the full SHA
    095717c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

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

Commits on May 26, 2022

  1. feat: add update endpoint (#1162)

    * feat: add update endpoint
    
    * add validate_traffic and validate_traffic_split
    
    * remove validation, add system tests
    
    * Text fixes
    
    * Nox blacken change
    
    Co-authored-by: Sam Goodman <goodmansam@google.com>
    morgandu and Sam Goodman authored May 26, 2022
    Configuration menu
    Copy the full SHA
    0ecfe1e View commit details
    Browse the repository at this point in the history
  2. chore: refactor training job tests to configure temp test directory (#…

    …1254)
    
    * replace filepath in test with tmpdir var
    
    * update script path var in training job tests
    
    * run linter
    sararob authored May 26, 2022
    Configuration menu
    Copy the full SHA
    74dbabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    406c868 View commit details
    Browse the repository at this point in the history
  4. chore: release 1.13.1 (#1395)

    Release-As: 1.13.1
    
    Co-authored-by: Sam Goodman <goodmansam@google.com>
    samgoodman and Sam Goodman authored May 26, 2022
    Configuration menu
    Copy the full SHA
    df78407 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. chore(main): release 1.13.1 (#1216)

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