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: 9ec90a7
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: d8a5e0b
Choose a head ref
  • 15 commits
  • 862 files changed
  • 13 contributors

Commits on Feb 11, 2022

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

Commits on Feb 14, 2022

  1. fix: show logs when TFX pipelines are submitted (#976)

    * Fix for showing logs when TFX pipelines are submitted
    
    * Add sdkVersion and TFX spec to tests
    
    * Remove params from tfx pipeline spec
    
    * Add new tests for TFX pipelines
    
    * Update tests after linting
    sararob authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    c10923b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. feat: Added scheduling to CustomTrainingJob, CustomPythonPackageTrain…

    …ingJob, CustomContainerTrainingJob (#970)
    
    * Added scheduling to customtrainingjob
    
    * Added unit tests
    
    Fixed tests
    
    Fixed test
    
    fix: Broken test
    
    * Added integration test
    
    * Removed comment
    
    * Updated e2e tabular test
    
    * Fixed lint issue
    
    * Simplfied tests
    
    * Added more assertions
    ivanmkc authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    89078e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. fix: remove empty scripts kwarg in setup.py (#1014)

    The empty kwarg `scripts` was introduced in #96.
    
    Towards #1003 🦕
    parthea authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ef3fcc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. feat: add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/…

    …v1beta1 accelerator_type.proto (#1010)
    
    * chore: use gapic-generator-python 0.63.2
    docs: add generated snippets
    
    PiperOrigin-RevId: 427792504
    
    Source-Link: googleapis/googleapis@55b9e1e
    
    Source-Link: googleapis/googleapis-gen@bf4e86b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore(python): Prepare google/cloud/certificatemanager v1 BUILD.bazel for release
    
    PiperOrigin-RevId: 428507726
    
    Source-Link: googleapis/googleapis@82528cf
    
    Source-Link: googleapis/googleapis-gen@9108224
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTEwODIyNDIyNjhhN2ViOGM4ZjQ3MDQ4ZTg2MjgyNDIwZDkzZDNjMCJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * docs(aiplatform): fix misformatted field description
    
    PiperOrigin-RevId: 429098186
    
    Source-Link: googleapis/googleapis@e75c527
    
    Source-Link: googleapis/googleapis-gen@6114713
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjExNDcxMzMzODE4Zjg4ZjY2YmZlMjRhYzk3ZDIwNjRjZTBiNTJhZCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/v1beta1 accelerator_type.proto
    
    PiperOrigin-RevId: 430259767
    
    Source-Link: googleapis/googleapis@f873e7f
    
    Source-Link: googleapis/googleapis-gen@49f573f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDlmNTczZjNiNzZkYTg4ODBkM2E4MmI3OTAzMDM2ZmFkMWEzYWZjNSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    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: Anthonios Partheniou <partheniou@google.com>
    3 people authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    09c2e8a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. fix: enforce bq SchemaField field_type and mode using feature value_t…

    …ype (#1019)
    
    * samples: add feature store samples
    
    * fix: force bq has a data type for temp table before ingestion
    
    * Revert "samples: add feature store samples"
    
    This reverts commit 24ece4d.
    
    * fix: double to float64
    
    * fix: add job_config for repeated data type
    
    * fix: remove print
    
    * fix: bq_schema and tests
    
    * fix: add unit tests for get_bq_schema and ic tests for string array ingestion validation
    
    * fix compat service init misplace fs version
    
    * fix: unit tests by adding assert for bq schema field mock
    morgandu authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    095bea2 View commit details
    Browse the repository at this point in the history
  2. docs(samples): add samples to create/delete featurestore (#980)

    * feat: SDK feature store samples (create/delete fs)
    
    * feat: adding to conftest.py
    
    * docs(samples): fixed testing
    
    * docs(samples): fixed testing
    
    * docs(samples): fixed testing
    
    * docs(samples) added changes
    
    * docs(samples): style issues
    
    * Update samples/model-builder/create_featurestore_sample_test.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/test_constants.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/create_featurestore_sample_test.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    nayaknishant and morgandu authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5ee6354 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. feat: add additional_experiement flag in the tables and forecasting t…

    …raining job (#979)
    
    * Update training_jobs.py
    
    * Update test_automl_forecasting_training_jobs.py
    
    * Update training_jobs.py
    
    * Update test_automl_tabular_training_jobs.py
    
    * Update test_automl_forecasting_training_jobs.py
    
    * Update test_automl_tabular_training_jobs.py
    
    * Update google/cloud/aiplatform/training_jobs.py
    
    Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
    
    * Update google/cloud/aiplatform/training_jobs.py
    
    Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
    
    * Update test_automl_forecasting_training_jobs.py
    
    * Update test_automl_tabular_training_jobs.py
    
    * Update training_jobs.py
    
    * Update training_jobs.py
    
    Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
    dwkk-google and sasha-gitg authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5fe59a4 View commit details
    Browse the repository at this point in the history
  2. docs(samples): added create feature and create entity type samples an…

    …d tests (#984)
    
    * feat: SDK feature store samples (create/delete fs)
    
    * feat: adding to conftest.py
    
    * docs(samples): fixed testing
    
    * docs(samples): fixed testing
    
    * docs(samples): fixed testing
    
    * docs(samples) added changes
    
    * docs(samples): style issues
    
    * adding create entity
    
    * docs(samples): added create feature and entity type
    
    * docs(samples): edited test
    
    * docs(samples) edited style
    
    * moving constants
    
    * fixed dates
    
    * Update samples/model-builder/create_featurestore_sample_test.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/test_constants.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/create_featurestore_sample_test.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * docs(samples): add samples to create/delete featurestore (#980)
    
    * feat: SDK feature store samples (create/delete fs)
    
    * feat: adding to conftest.py
    
    * docs(samples): fixed testing
    
    * docs(samples): fixed testing
    
    * docs(samples): fixed testing
    
    * docs(samples) added changes
    
    * docs(samples): style issues
    
    * Update samples/model-builder/create_featurestore_sample_test.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/test_constants.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/create_featurestore_sample_test.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * Update samples/model-builder/test_constants.py
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    
    * moving constants
    
    * added variables, made fixes, fixed spelling
    
    Co-authored-by: Morgan Du <morgandu@google.com>
    nayaknishant and morgandu authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d221e6b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

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

Commits on Mar 1, 2022

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

Commits on Mar 2, 2022

  1. fix: Fix create_lit_model_from_endpoint not accepting models that don…

    …'t return a dictionary. (#1020)
    
    Some models, like Keras squential models, don't return a dictionary for their prediction. We need to support these models as it is commonly used.
    
    Fixes b/220167889
    taiseiak authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b9a057d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. chore: fix typo in README (#1035)

    Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    Co-authored-by: Morgan Du <morgandu@google.com>
    4 people authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    7f72aab View commit details
    Browse the repository at this point in the history
  2. fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#1050)

    fix(deps): require proto-plus>=1.15.0
    parthea authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    dfbd68a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.11.0 (#1011)

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