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.5.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.0
Choose a head ref
  • 9 commits
  • 1,158 files changed
  • 9 contributors

Commits on Oct 1, 2021

  1. chore: Small testing updates to address periodic system and sample te…

    …st failures (#742)
    
    * Add testing badges to README
    
    * Allow PYTEST_ADDOPTS in all continous runs
    
    * Update env var in all continuous runs
    
    * Wait 5 mins for training pipelines CANCELLED state
    
    * Remove unneeded config
    vinnysenthil authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ac18182 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. build: use trampoline_v2 for python samples and allow custom dockerfi…

    …le (#749)
    
    * build: use trampoline_v2 for python samples and allow custom dockerfile
    
    Source-Link: googleapis/synthtool@a7ed11e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6e7328583be8edd3ba8f35311c76a1ecbc823010279ccb6ab46b7a76e25eafcc
    
    * chore: switch to trampoline_v2
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    3 people authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    77e58c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. feat: Added column_specs, training_encryption_spec_key_name, model_en…

    …cryption_spec_key_name to AutoMLForecastingTrainingJob.init and various split methods to AutoMLForecastingTrainingJob.run (#647)
    
    * Extracted column_names code from AutoMLTabularTrainingJob for reuse
    
    * Added missing parameters to AutoMLForecast
    
    * Fixed tests and added encryption spec
    
    * Added missing docstrings
    
    * Made _ColumnNamesDataset subclass _Dataset
    
    * Fixed docstrings
    
    * Moved transformations code out of column_names_dataset
    
    * Minor fixes
    
    * Cleanup
    
    * Ran linter
    
    * Fix lint issue
    
    * Removed timestamp_split_column_name from AutoMLForecasting
    
    * Cleaned up typehints
    
    * Fixed test
    
    * Ran linter
    
    * Ran lint
    
    * Added more docstrings for raising exceptions
    ivanmkc authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7cb6976 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. feat: Lazy load Endpoint class (#655)

    * feat: Lazy load Endpoint class
    
    * Address reviewer comments
    
    * Instance attr, add to E2E test
    
    * Replace _skipped_getter_call instance attr with method
    
    * Update tests, handle sync=False case
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add explicit project to GCS client in E2E test
    
    * Simplifying implementation further
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    vinnysenthil and gcf-owl-bot[bot] authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c795c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc8d8e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

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

Commits on Oct 12, 2021

  1. chore(python): Add kokoro configs for python 3.10 samples testing (#757)

    * chore(python): Add kokoro configs for python 3.10 samples testing
    
    Source-Link: googleapis/synthtool@c6e69c4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
    
    * add python 3.10 kokoro config
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5b1326f View commit details
    Browse the repository at this point in the history
  2. feat: add featurestore service to aiplatform v1 (#765)

    * feat: add featurestore service to aiplatform v1 feat: add metadata service to aiplatform v1
    
    Committer: @dizcology
    PiperOrigin-RevId: 402573132
    
    Source-Link: googleapis/googleapis@d706102
    
    Source-Link: googleapis/googleapis-gen@3e9242f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2U5MjQyZjY1YmUzYTA3MjVjMGNlZDU2YWUzNDFiOGIwMmMxODliNyJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Yu-Han Liu <yuhanliu@google.com>
    3 people authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    68c88e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. chore: release 1.6.0 (#751)

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