-
Notifications
You must be signed in to change notification settings - Fork 354
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: v1.12.1
head repository: googleapis/python-aiplatform
compare: v1.13.0
- 14 commits
- 279 files changed
- 8 contributors
Commits on Apr 21, 2022
-
chore(python): add nox session to sort python imports (#1177)
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 075fa3b - Browse repository at this point
Copy the full SHA 075fa3bView commit details -
chore(python): use ubuntu 22.04 in docs image (#1179)
Source-Link: googleapis/synthtool@f15cc72 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
Configuration menu - View commit details
-
Copy full SHA for c871e73 - Browse repository at this point
Copy the full SHA c871e73View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3224ae3 - Browse repository at this point
Copy the full SHA 3224ae3View commit details
Commits on Apr 25, 2022
-
feat: add reserved_ip_ranges to CustomJobSpec in aiplatform v1 custom…
…_job.proto (#1165) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 443508623 Source-Link: googleapis/googleapis@fd6935f Source-Link: googleapis/googleapis-gen@4f659e3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY2NTllM2I4YWNlMmU4NmMwMjdjNGZlY2E5ZGVjZDZlZTU4YzY0YyJ9 PiperOrigin-RevId: 442088600 Source-Link: googleapis/googleapis@c56ae2a Source-Link: googleapis/googleapis-gen@12d6b9d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTJkNmI5ZGZlNzBjNzY5ZGEzZTAzMDJjZmQzNWQxN2Y2MzNlM2E1OSJ9 feat: add nfs_mounts to WorkPoolSpec in aiplatform v1 custom_job.proto feat: add JOB_STATE_UPDATING to JobState in aiplatform v1 job_state.proto feat: add MfsMount in aiplatform v1 machine_resources.proto feat: add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1 study.proto PiperOrigin-RevId: 441616654 Source-Link: googleapis/googleapis@a476b9f Source-Link: googleapis/googleapis-gen@ed936e9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWQ5MzZlOTA1MjEyZTUwZmViODYyOTEyMWRmN2JlOTQzMGRiZDhhYSJ9 feat: rename Similarity to Examples, and similarity to examples in ExplanationParameters in aiplatform v1beta1 explanation.proto feat: add reserved_ip_ranges to CustomJobSpec in aiplatform v1beta1 custom_job.proto feat: add nfs_mounts to WorkPoolSpec in aiplatform v1beta1 custom_job.proto feat: add PredictRequestResponseLoggingConfig to aiplatform v1beta1 endpoint.proto feat: add model_version_id to DeployedModel in aiplatform v1beta1 endpoint.proto feat: add JOB_STATE_UPDATING to JobState in aiplatform v1beta1 job_state.proto feat: add MfsMount in aiplatform v1beta1 machine_resources.proto feat: add version_id to Model in aiplatform v1beta1 model.proto feat: add LatestMonitoringPipelineMetadata to ModelDeploymentMonitoringJob in aiplatform v1beta1 model_deployment_monitoring_job.proto feat: add ListModelVersion, DeleteModelVersion, and MergeVersionAliases rpcs to aiplatform v1beta1 model_service.proto feat: add model_version_id to UploadModelRequest and UploadModelResponse in aiplatform v1beta1 model_service.proto feat: add model_version_id to PredictResponse in aiplatform v1beta1 prediction_service.proto feat: add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1beta1 study.proto feat: add model_id and parent_model to TrainingPipeline in aiplatform v1beta1 training_pipeline.proto PiperOrigin-RevId: 441615103 Source-Link: googleapis/googleapis@2ce1c56 Source-Link: googleapis/googleapis-gen@54ad530 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTRhZDUzMDI2ODE2OTdkNGU0NWJlNjkwNjkzMjJkOTMyOGI1ODU4MCJ9 chore: use gapic-generator-python 0.65.1 PiperOrigin-RevId: 441524537 Source-Link: googleapis/googleapis@2a27391 Source-Link: googleapis/googleapis-gen@ab6756a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWI2NzU2YTQ4Yzg5YjViY2I5ZmI3MzQ0M2NiOGU1NWQ1NzRmNDY0MyJ9 docs: fix type in docstring for map fields
Configuration menu - View commit details
-
Copy full SHA for 847ad78 - Browse repository at this point
Copy the full SHA 847ad78View commit details
Commits on Apr 28, 2022
-
chore: add tests for timeout arg not being explicitly set (#1183)
* chore: add tests for timeout arg not being explicitly set * update copyright headers to 2022
Configuration menu - View commit details
-
Copy full SHA for e03f373 - Browse repository at this point
Copy the full SHA e03f373View commit details
Commits on May 3, 2022
-
feat: Allow users to specify timestamp split for vertex forecasting (#…
…1187) 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://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 - [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/230009255 🦕
Configuration menu - View commit details
-
Copy full SHA for ee49e00 - Browse repository at this point
Copy the full SHA ee49e00View commit details
Commits on May 4, 2022
-
tests: Added VPC network constant (#1195)
* feat: Added VPC network constant Adds network constant to be injected for system tests. * feat: Added VPC env var * Added owlbot exemption * Revert "feat: Added VPC env var" This reverts commit e77d1e6. Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a2e2de - Browse repository at this point
Copy the full SHA 5a2e2deView commit details
Commits on May 5, 2022
-
feat: add Pandas DataFrame support to TabularDataset (#1185)
* add create_from_dataframe method * add tests for create_from_dataframe * update docstrings and run linter * update docstrings and make display_name optional * updates from sashas feedback: added integration test, update validations * remove some logging * update error handling on bq_schema arg * updates from sashas feedback * update bq_schema docstring
Configuration menu - View commit details
-
Copy full SHA for 4fe4558 - Browse repository at this point
Copy the full SHA 4fe4558View commit details -
chore(python): auto approve template changes (#1203)
Source-Link: googleapis/synthtool@453a5d9 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:81ed5ecdfc7cac5b699ba4537376f3563f6f04122c4ec9e735d3b3dc1d43dd32 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 5e5aa55 - Browse repository at this point
Copy the full SHA 5e5aa55View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5949674 - Browse repository at this point
Copy the full SHA 5949674View commit details
Commits on May 9, 2022
-
feat: Make matching engine API public (#1192)
* Reinstated matching engine * Reinstated VPC-dependent system tests * Debug * Commented out test * Fix resource bug when the key doesn't exist * Skip tests for now * Tweaked logs * Raise * Added VPC preparation and deletion * Fixed firewall deletion code * Reinstate system tests * Removed VPC network generation code * Updated system tests * Fixed matching engine system tests * Reverted skips * Ran linter * Moved protos to their own folder * Removed constant for VPC network * Added protos * Fixed import * Fixed network constsant * Fixed reversion issue * Removed unused imports
Configuration menu - View commit details
-
Copy full SHA for 469db6b - Browse repository at this point
Copy the full SHA 469db6bView commit details -
chore: fix Dataset system tests (#1209)
* add create_from_dataframe method * add tests for create_from_dataframe * update docstrings and run linter * update docstrings and make display_name optional * updates from sashas feedback: added integration test, update validations * remove some logging * update error handling on bq_schema arg * updates from sashas feedback * update bq_schema docstring * disable all system tests except dataframe to test failure * remove try-finally from create from dataframe * change dataset system tests to use project from e2e_base * update Dataset system tests to use shared_state * fix: Removed shared_state from test_dataset * Switched from fixture to try-finally * updates to dataset system tests * add project to storage_client test fixture * uncomment vpcsc import in dataset tests Co-authored-by: ivanmkc <ivans.mailbox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c773539 - Browse repository at this point
Copy the full SHA c773539View commit details -
feat: add template_metadata to PipelineJob in aiplatform v1beta1 pipe…
…line_job.proto (#1186) * chore: use gapic-generator-python 0.65.2 PiperOrigin-RevId: 444333013 Source-Link: googleapis/googleapis@f91b6cf Source-Link: googleapis/googleapis-gen@16eb360 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTZlYjM2MDk1YzI5NGU3MTJjNzRhMWJmMjM1NTA4MTdiNDIxNzRlNSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: remove unused imports PiperOrigin-RevId: 446472466 Source-Link: googleapis/googleapis@9911f34 Source-Link: googleapis/googleapis-gen@a82ecd7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTgyZWNkN2Y1Y2ZkYmRlZTdhN2Y1ZTRkMzRjYjVhMzU0ODkzYjk0NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: use gapic-generator-python 0.65.3 PiperOrigin-RevId: 446591767 Source-Link: googleapis/googleapis@e24febc Source-Link: googleapis/googleapis-gen@3b4f1d3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2I0ZjFkMzExMjY2YWVhMzJlMmJlOWI5ZmUzY2U3NDI3OTU4NzUzMiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add template_metadata to PipelineJob in aiplatform v1beta1 pipeline_job.proto PiperOrigin-RevId: 447082691 Source-Link: googleapis/googleapis@02b3022 Source-Link: googleapis/googleapis-gen@753e1ac Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzUzZTFhY2YwZGVkYTU5YmM0NTE0ODJlNjI3OGM3ZGFiNDkwOGI5YyJ9 * 🦉 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: Yu-Han Liu <yuhanliu@google.com>
Configuration menu - View commit details
-
Copy full SHA for 99aca4a - Browse repository at this point
Copy the full SHA 99aca4aView commit details
Commits on May 10, 2022
-
chore(main): release 1.13.0 (#1181)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c70484 - Browse repository at this point
Copy the full SHA 7c70484View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.1...v1.13.0