-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: googleapis/python-automl
base: v0.9.0
head repository: googleapis/python-automl
compare: v0.10.0
- 12 commits
- 92 files changed
- 6 contributors
Commits on Nov 18, 2019
-
chore(automl): reduce Pandas version requirement (#9824)
The current pandas version 0.24.0 is unnecessarily high. Pandas 0.17 was the version with the most breaking changes in recent history, so something after that will get most customers. This also aligns with BigQuery Python SDK.
Configuration menu - View commit details
-
Copy full SHA for 4c9ca17 - Browse repository at this point
Copy the full SHA 4c9ca17View commit details
Commits on Nov 19, 2019
-
fix(automl): deprecate resource name helper methods, update docs con…
…figuration (via synth) (#9828)
Configuration menu - View commit details
-
Copy full SHA for 90da70e - Browse repository at this point
Copy the full SHA 90da70eView commit details
Commits on Nov 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 20cb28b - Browse repository at this point
Copy the full SHA 20cb28bView commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f080ad9 - Browse repository at this point
Copy the full SHA f080ad9View commit details
Commits on Dec 17, 2019
-
fix(automl): fix TypeError when passing a client_info to automl Table…
…sClient (#9949) * fix(automl): fix TypeError when passing a client_info to automl TablesClient The solution is to delete client_info from kwargs instead and pass named parameter.
Configuration menu - View commit details
-
Copy full SHA for 75783ec - Browse repository at this point
Copy the full SHA 75783ecView commit details
Commits on Jan 8, 2020
-
feat(automl): undeprecate resource name helper methods, add 2.7 depre…
…cation warning (via synth) (#10037)
Configuration menu - View commit details
-
Copy full SHA for 763a961 - Browse repository at this point
Copy the full SHA 763a961View commit details -
doc(automl): add example for creating a TablesClient for EU in docstr…
…ing (#9825) Local render result: https://screenshot.googleplex.com/P8Yat8M4zdF
Configuration menu - View commit details
-
Copy full SHA for 2a35ebb - Browse repository at this point
Copy the full SHA 2a35ebbView commit details
Commits on Jan 28, 2020
-
fix(automl): fix TablesClient.predict for array and struct (#9991)
* fix(automl): fix TablesClient.predict for list and struct The Predict request payload is proto. Previously Python dict is automatically converted to proto. However, the conversion failed for google.protobuf.ListValue and google.protobuf.Struct. Changing the structure of the Python dict might fix the problem. However, this PR fixes the problem by generating the proto message directly. So there is no auto conversion step. FIXES #9887 * Address comment: remove protobuf dependency requirement. protobuf is already a transitive dependency (see google-api-core's setup.py)
Configuration menu - View commit details
-
Copy full SHA for 39f6f2a - Browse repository at this point
Copy the full SHA 39f6f2aView commit details
Commits on Jan 29, 2020
-
chore(automl): bump copyright year to 2020, tweak docstring formattin…
…g (via synth) (#10224)
Configuration menu - View commit details
-
Copy full SHA for 438b6fb - Browse repository at this point
Copy the full SHA 438b6fbView commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c71b974 - Browse repository at this point
Copy the full SHA c71b974View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a43fe2f - Browse repository at this point
Copy the full SHA a43fe2fView commit details
Commits on Feb 11, 2020
-
* updated CHANGELOG.md [ci skip] * updated setup.py [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 9c70f1a - Browse repository at this point
Copy the full SHA 9c70f1aView 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 v0.9.0...v0.10.0