This repository was archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: googleapis/python-automl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/python-automl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 20 files changed
- 6 contributors
Commits on Mar 23, 2020
-
fix: make TablesClient.predict permissive to input data types (#13)
* fix: make TablesClient.predict permissive to input data types The current implementation checks input instance's data type according to column spec's data type. E.g., if the column spec is float, it requires the input to be float or int, but not string. However, this is not the same as tables API contract: float column data type could be string or number values. The current code raises exception with error messages like TypeError: '0' has type str, but expected one of: int, long, float when passed in a string value for numeric columns, which should be allowed. This PR changes the logic so that Python SDK side will be permissive for the input data type - basically all JSON compatible data types are allow. And rely on backend for the validation. * Fix according to comment. * Fix lint. * Address comment: use elif instead of if Co-authored-by: Helin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddc9f71 - Browse repository at this point
Copy the full SHA ddc9f71View commit details
Commits on Apr 16, 2020
-
chore: install test_utils from common repo (#25)
* chore: installs test_utils from common repo * fix: pins sphinx<3.0.0
Configuration menu - View commit details
-
Copy full SHA for 6feb929 - Browse repository at this point
Copy the full SHA 6feb929View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7391fe1 - Browse repository at this point
Copy the full SHA 7391fe1View commit details
Commits on Apr 28, 2020
-
chore: deletes redundant test_utils dir (#26)
* chore: deletes redundant test_utils dir * chore: use published test_utils package Co-authored-by: Bu Sun Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29e3bfb - Browse repository at this point
Copy the full SHA 29e3bfbView commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 915c502 - Browse repository at this point
Copy the full SHA 915c502View commit details -
🤖 I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-automl/compare/v0.10.0...v1.0.0) (2020-06-18) ### Features * release as production/stable ([#37](https://www.github.com/googleapis/python-automl/issues/37)) ([915c502](https://www.github.com/googleapis/python-automl/commit/915c5029a8c342871738b24395534fdaebb681bc)) ### Bug Fixes * make TablesClient.predict permissive to input data types ([#13](https://www.github.com/googleapis/python-automl/issues/13)) ([ddc9f71](https://www.github.com/googleapis/python-automl/commit/ddc9f7106eab91d4adea2db65e69e3a870a7cd46)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for ce19ea6 - Browse repository at this point
Copy the full SHA ce19ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5d6c3 - Browse repository at this point
Copy the full SHA 5b5d6c3View commit details -
🤖 I have created a release \*beep\* \*boop\* --- ### [1.0.1](https://www.github.com/googleapis/python-automl/compare/v1.0.0...v1.0.1) (2020-06-18) ### Bug Fixes * fixes release status trove classifier ([#39](https://www.github.com/googleapis/python-automl/issues/39)) ([5b5d6c3](https://www.github.com/googleapis/python-automl/commit/5b5d6c33178f4f052cba01cc08cf3023d4303d7a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for d6f05a1 - Browse repository at this point
Copy the full SHA d6f05a1View commit details
Loading
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.10.0...v1.0.1