base repository: googleapis/python-aiplatform
base: v1.17.0
head repository: googleapis/python-aiplatform
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.17.1
- 12 commits
- 898 files changed
- 12 contributors
Commits on Sep 9, 2022
feat: add eval metrics types to get_experiment_df (#1648)
Co-authored-by: sina chavoshi <[email protected]>
Revert "chore: e2e tabular system test improvement (#1627)" (#1651)
This reverts commit fb2936d.
sararob authoredSep 9, 2022 tests: Added a unit test that checks the arguments that the PipelineJ…
…ob.submit method passes to gcs_utils.create_gcs_bucket_for_pipeline_artifacts_if_it_does_not_exist (#1547) 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: - [ ] Make sure to open an issue as a [bug/issue](https://.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) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Ark-kun authoredSep 9, 2022
Commits on Sep 12, 2022
feat: adding Python 3.10 support + updating google-vizier version (#1644
) * feat: adding Python 3.10 support * adding related files for 3.10 support * 3.9 => 3.10 edit * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * adding pytype dependency * changing google-vizier from 0.0.3a to 0.0.4 Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Rosie Zou <[email protected]>
chore: bump gapic-generator-python to version 1.4.0 (#1645)
* feat: Bump gapic-generator-python version to 1.3.0 PiperOrigin-RevId: 472561635 Source-Link: googleapis/googleapis@332ecf5 Source-Link: googleapis/googleapis-gen@4313d68 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9 * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: use gapic-generator-python 1.3.1 PiperOrigin-RevId: 472772457 Source-Link: googleapis/googleapis@855b74d Source-Link: googleapis/googleapis-gen@b64b1e7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjY0YjFlN2RhM2UxMzhmMTVjYTM2MTU1MmVmMDU0NWU1NDg5MWI0ZiJ9 * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: bump gapic-generator-python to version 1.4.0 PiperOrigin-RevId: 472872910 Source-Link: googleapis/googleapis@89404ee Source-Link: googleapis/googleapis-gen@f19e0dc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjE5ZTBkYzMyYTUxNzE4ODk2YTk3ZGQ0ZjE5YWNiZWQyMWEzMTllYyJ9 * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: Fix borinssl build failure on gcc12 PiperOrigin-RevId: 473044059 Source-Link: googleapis/googleapis@fa86bc3 Source-Link: googleapis/googleapis-gen@43ce624 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNjZTYyNGRmMjVkNzg1NGI3MDUxYjk1OGY0ZTk4M2VjODEzMjAwMCJ9 * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply..com> Co-authored-by: Yu-Han Liu <[email protected]>
Commits on Sep 13, 2022
chore: use gapic generator python 1.4.1 (#1655)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: googleapis/googleapis-gen@1ee1a06 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9
gcf-owl-bot[bot] authoredSep 13, 2022 chore: detect samples tests in nested directories (#1657)
Source-Link: googleapis/synthtool@50db768 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978
gcf-owl-bot[bot] authoredSep 13, 2022 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore: Replace collections.Iterable reference to collections.abc.Iter…
…able for Python 3.10 (#1659) Fixes [b/246541115](http://b/246541115)
sasha-gitg authoredSep 13, 2022
Commits on Sep 14, 2022
feat: add enable_simple_view to PipelineJob.list() (#1614)
* feat: add enable_simple_view to PipelineJob.list() * updates to pipelinejob.list read_mask * run linter * update to read_mask * add placeholder for read_mask to system tests * unit test fix * add system test for read_mask filter * move read mask fields to constants file * add read_mask docstrings * remove class name check Co-authored-by: sasha-gitg <[email protected]>
chore: change enable_simple_view default to False (#1665)
* chore: change enable_simple_view default to False * chore: reorder args * Update google/cloud/aiplatform/pipeline_jobs.py Co-authored-by: sasha-gitg <[email protected]> Co-authored-by: sasha-gitg <[email protected]>
Commits on Sep 15, 2022
chore(main): release 1.17.1 (#1652)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredSep 15, 2022
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.17.0...v1.17.1
Uh oh!
There was an error while loading. Please reload this page.