base repository: googleapis/python-aiplatform
base: v1.12.0
head repository: googleapis/python-aiplatform
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.12.1
- 10 commits
- 16 files changed
- 10 contributors
Commits on Apr 8, 2022
chore(python): add license header to auto-label.yaml (#1144)
Source-Link: googleapis/synthtool@eb78c98 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8a5d3f6a2e43ed8293f34e06a2f56931d1e88a2694c3bb11b15df4eb256ad163 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Anthonios Partheniou <[email protected]>
Commits on Apr 10, 2022
chore: allow releases on previous major versions (#1134)
* chore: allow releases on previous major versions * 🦉 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>
1Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Apr 11, 2022
docs: endpoint.create => aiplatform.Endpoint.create (#1153)
* endpoint.create => aiplatform.Endpoint.create Fix error in code example * Move endpoint.predict(...) after endpoint creation Co-authored-by: nayaknishant <[email protected]>
docs: update model code snippet order in README (#1154)
* docs: update model code snippet order in README * docs: update model code snippet order in README Co-authored-by: Anthonios Partheniou <[email protected]>
Commits on Apr 13, 2022
docs: update changelog headers (#1164)
dandhlee authoredApr 13, 2022
Commits on Apr 20, 2022
feat: add ModelEvaluation support (#1167)
sararob authoredApr 20, 2022 feat: Add endpoind_id arg to Endpoint#create (#1168)
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://.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 #1169 🦕
mai-nakagawa authoredApr 20, 2022 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history fix: change default for create_request_timeout arg to None (#1175)
Change default value for `create_request_timeout` from `False` to `None` and add test for when `create_request_timeout` isn't explicitly set. Fixes b/229868042 🦕
sararob authoredApr 20, 2022 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore(main): release 1.12.1 (#1159)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredApr 20, 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.12.0...v1.12.1
Uh oh!
There was an error while loading. Please reload this page.