-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: googleapis/python-automl
base: v2.1.0
head repository: googleapis/python-automl
compare: v2.2.0
- 12 commits
- 108 files changed
- 7 contributors
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c910d3 - Browse repository at this point
Copy the full SHA 4c910d3View commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c1329db - Browse repository at this point
Copy the full SHA c1329dbView commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 46c03f5 - Browse repository at this point
Copy the full SHA 46c03f5View commit details -
chore(deps): update dependency google-cloud-translate to v3.0.2 (#105)
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-cloud-translate](https://togithub.com/googleapis/python-translate) | patch | `==3.0.1` -> `==3.0.2` | --- ### Release Notes <details> <summary>googleapis/python-translate</summary> ### [`v3.0.2`](https://togithub.com/googleapis/python-translate/blob/master/CHANGELOG.md#​302-httpswwwgithubcomgoogleapispython-translatecomparev301v302-2020-12-09) [Compare Source](https://togithub.com/googleapis/python-translate/compare/v3.0.1...v3.0.2) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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/dashboard#github/googleapis/python-automl).
Configuration menu - View commit details
-
Copy full SHA for df22fd5 - Browse repository at this point
Copy the full SHA df22fd5View commit details
Commits on Dec 16, 2020
-
fix: Pass the 'params' parameter to the underlying 'BatchPredictReque…
…st' object in 'batch_predict()' method (#110)
Configuration menu - View commit details
-
Copy full SHA for b89fb00 - Browse repository at this point
Copy the full SHA b89fb00View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ca2b8f1 - Browse repository at this point
Copy the full SHA ca2b8f1View commit details
Commits on Dec 28, 2020
-
fix: remove gRPC send/recv limits; add enums to
types/__init__.py
(#……108) * changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix: remove client recv msg limit fix: add enums to `types/__init__.py` PiperOrigin-RevId: 347055288 Source-Author: Google APIs <[email protected]> Source-Date: Fri Dec 11 12:44:37 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: dd372aa22ded7a8ba6f0e03a80e06358a3fa0907 Source-Link: googleapis/googleapis@dd372aa * chore: Remove unused 'package' attr from java_gapic_library rules Committer: @miraleung PiperOrigin-RevId: 347459563 Source-Author: Google APIs <[email protected]> Source-Date: Mon Dec 14 13:41:09 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 6dae98144d466d4f985b926baec6208b01572f55 Source-Link: googleapis/googleapis@6dae981 Co-authored-by: Bu Sun Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a2e2cf - Browse repository at this point
Copy the full SHA 4a2e2cfView commit details
Commits on Dec 29, 2020
-
chore: update templates (#115)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * docs(python): update intersphinx for grpc and auth * docs(python): update intersphinx for grpc and auth * use https for python intersphinx Co-authored-by: Tim Swast <[email protected]> Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Nov 18 14:37:25 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9 Source-Link: googleapis/synthtool@9a7d9fb * docs(python): fix intersphinx link for google-auth Source-Author: Bu Sun Kim <[email protected]> Source-Date: Thu Nov 19 10:16:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984 Source-Link: googleapis/synthtool@a073c87 * chore: add config / docs for 'pre-commit' support Source-Author: Tres Seaver <[email protected]> Source-Date: Tue Dec 1 16:01:20 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: 32af6da519a6b042e3da62008e2a75e991efb6b4 Source-Link: googleapis/synthtool@32af6da * chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.3.0 Source-Author: WhiteSource Renovate <[email protected]> Source-Date: Wed Dec 2 17:18:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: 69629b64b83c6421d616be2b8e11795738ec8a6c Source-Link: googleapis/synthtool@69629b6 * test(python): give filesystem paths to pytest-cov https://pytest-cov.readthedocs.io/en/latest/config.html The pytest-cov docs seem to suggest a filesystem path is expected. Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Dec 2 09:28:04 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: f94318521f63085b9ccb43d42af89f153fb39f15 Source-Link: googleapis/synthtool@f943185 * chore: update noxfile.py.j2 * Update noxfile.py.j2 add changes from @glasnt to the template template to ensure that enforcing type hinting doesn't fail for repos with the sample noxfile (aka all samples repos) See https://github.com/GoogleCloudPlatform/python-docs-samples/pull/4869/files for context * fix typo Source-Author: Leah E. Cole <[email protected]> Source-Date: Thu Dec 3 13:44:30 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1 Source-Link: googleapis/synthtool@18c5dbd * chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.4.0 Co-authored-by: Tres Seaver <[email protected]> Source-Author: WhiteSource Renovate <[email protected]> Source-Date: Wed Dec 16 18:13:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: aa255b15d52b6d8950cca48cfdf58f7d27a60c8a Source-Link: googleapis/synthtool@aa255b1 * docs(python): document adding Python 3.9 support, dropping 3.5 support Closes #787 Source-Author: Tres Seaver <[email protected]> Source-Date: Thu Dec 17 16:08:02 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: b670a77a454f415d247907908e8ee7943e06d718 Source-Link: googleapis/synthtool@b670a77 * chore: exclude `.nox` directories from linting The samples tests create `.nox` directories with all dependencies installed. These directories should be excluded from linting. I've tested this change locally, and it significantly speeds up linting on my machine. Source-Author: Tim Swast <[email protected]> Source-Date: Tue Dec 22 13:04:04 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 373861061648b5fe5e0ac4f8a38b32d639ee93e4 Source-Link: googleapis/synthtool@3738610
Configuration menu - View commit details
-
Copy full SHA for 356eb12 - Browse repository at this point
Copy the full SHA 356eb12View commit details
Commits on Dec 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1faaee0 - Browse repository at this point
Copy the full SHA 1faaee0View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4de72b4 - Browse repository at this point
Copy the full SHA 4de72b4View commit details
Commits on Feb 16, 2021
-
chore: removed unused and duplicate samples (#127)
* chore: removed unused and duplicate samples * updated req.txt with new version * restored table set_endpoint * formatted all * removed unused imports
Configuration menu - View commit details
-
Copy full SHA for 29a7637 - Browse repository at this point
Copy the full SHA 29a7637View commit details
Commits on Mar 1, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6df8ba - Browse repository at this point
Copy the full SHA f6df8baView 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 v2.1.0...v2.2.0