- Notifications
You must be signed in to change notification settings - Fork321
Comparing changes
Open a pull request
base repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
base:v2.25.0
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.25.1
- 8commits
- 21files changed
- 5contributors
Commits on Aug 25, 2021
chore(deps): update dependency numpy to v1.21.2 (#899)
* chore(deps): update dependency numpy to v1.21.2* Update samples/geography/requirements.txtCo-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
chore(deps): update dependency google-cloud-core to v2 (#904)
renovate-bot authoredAug 25, 2021 fix: use REST API in cell magic when requested (#892)
Fixes#876.The `--use_rest_api` option did not work as expected and this commit fixes it.**PR checklist:**- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/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)
plamut authoredAug 25, 2021 fix: populate default
timeoutand retry after client-side timeout (#……896)This addresses internal issue 195337762 where sometimes query job creation cantake longer than expected and retrying the API call can be faster than waitingfor the first query job request to fail.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://github.com/googleapis/python-bigquery/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#889Towards#779 🦕
tswast authoredAug 25, 2021 chore(deps): update dependency google-cloud-bigquery to v2.25.0 (#907)
[](https://renovatebot.com)This PR contains the following updates:| Package | Change | Age | Adoption | Passing | Confidence ||---|---|---|---|---|---|| [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.24.1` -> `==2.25.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |---### Release Notes<details><summary>googleapis/python-bigquery</summary>### [`v2.25.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#​2250-httpswwwgithubcomgoogleapispython-bigquerycomparev2241v2250-2021-08-24)[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.24.1...v2.25.0)##### Features- Support using GeoPandas for GEOGRAPHY columns ([#​848](https://www.togithub.com/googleapis/python-bigquery/issues/848)) ([16f65e6](https://www.github.com/googleapis/python-bigquery/commit/16f65e6ae15979217ceea6c6d398c9057a363a13))##### [2.24.1](https://www.github.com/googleapis/python-bigquery/compare/v2.24.0...v2.24.1) (2021-08-13)##### Bug Fixes- remove pytz dependency and require pyarrow>=3.0.0 ([#​875](https://www.togithub.com/googleapis/python-bigquery/issues/875)) ([2cb3563](https://www.github.com/googleapis/python-bigquery/commit/2cb3563ee863edef7eaf5d04d739bcfe7bc6438e))</details>---### Configuration📅 **Schedule**: At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **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-bigquery).
renovate-bot authoredAug 25, 2021 chore(deps): update dependency pandas to v1.3.2 (#900)
[](https://renovatebot.com)This PR contains the following updates:| Package | Change | Age | Adoption | Passing | Confidence ||---|---|---|---|---|---|| [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | `==1.1.5` -> `==1.3.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |---### Release Notes<details><summary>pandas-dev/pandas</summary>### [`v1.3.2`](https://togithub.com/pandas-dev/pandas/releases/v1.3.2)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.3.1...v1.3.2)This is a patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.3.2/whatsnew/v1.3.2.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.3.1`](https://togithub.com/pandas-dev/pandas/releases/v1.3.1)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.3.0...v1.3.1)This is the first patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.3.1/whatsnew/v1.3.1.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.3.0`](https://togithub.com/pandas-dev/pandas/releases/v1.3.0)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.2.5...v1.3.0)This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.3.0/whatsnew/v1.3.0.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install -c conda-forge pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.2.5`](https://togithub.com/pandas-dev/pandas/releases/v1.2.5)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.2.4...v1.2.5)This is a patch release in the 1.2.x series and includes some regression fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.2.5/whatsnew/v1.2.5.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.2.4`](https://togithub.com/pandas-dev/pandas/releases/v1.2.4)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.2.3...v1.2.4)This is a patch release in the 1.2.x series and includes some regression fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.2.4/whatsnew/v1.2.4.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.2.3`](https://togithub.com/pandas-dev/pandas/releases/v1.2.3)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.2.2...v1.2.3)This is a patch release in the 1.2.x series and includes some regression fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.2.3/whatsnew/v1.2.3.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.2.2`](https://togithub.com/pandas-dev/pandas/releases/v1.2.2)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.2.1...v1.2.2)This is a patch release in the 1.2.x series and includes some regression fixesand bug fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.2.2/whatsnew/v1.2.2.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.2.1`](https://togithub.com/pandas-dev/pandas/releases/v1.2.1)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.2.0...v1.2.1)This is the first patch release in the 1.2.x series and includes some regression fixesand bug fixes. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.2.1/whatsnew/v1.2.1.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).### [`v1.2.0`](https://togithub.com/pandas-dev/pandas/releases/v1.2.0)[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.1.5...v1.2.0)This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.2.0/whatsnew/v1.2.0.html) for a list of all the changes.The release will be available on the defaults and conda-forge channels: conda install -c conda-forge pandasOr via PyPI: python3 -m pip install --upgrade pandasPlease report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).</details>---### Configuration📅 **Schedule**: At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.🔕 **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-bigquery).
renovate-bot authoredAug 25, 2021 chore: group all renovate PRs together (#911)
This excludes `renovate.json` from templated updates. If this works well, wecan update the core templates (perhaps with a configuration option to`py_library`).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://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea- [ ] Ensure the tests and linter pass- [ ] Code coverage does not decrease (if any source code was changed)- [ ] Appropriate docs were updated (if necessary)Fixes #<issue_number_goes_here> 🦕
tswast authoredAug 25, 2021 🤖 I have created a release \*beep\* \*boop\*---### [2.25.1](https://www.github.com/googleapis/python-bigquery/compare/v2.25.0...v2.25.1) (2021-08-25)### Bug Fixes* populate default `timeout` and retry after client-side timeout ([#896](https://www.github.com/googleapis/python-bigquery/issues/896)) ([b508809](https://www.github.com/googleapis/python-bigquery/commit/b508809c0f887575274309a463e763c56ddd017d))* use REST API in cell magic when requested ([#892](https://www.github.com/googleapis/python-bigquery/issues/892)) ([1cb3e55](https://www.github.com/googleapis/python-bigquery/commit/1cb3e55253e824e3a1da5201f6ec09065fb6b627))---This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
release-please[bot] authoredAug 25, 2021
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.25.0...v2.25.1
Uh oh!
There was an error while loading.Please reload this page.