Skip to content
Permalink

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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.25.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.25.1
Choose a head ref
  • 8 commits
  • 21 files changed
  • 5 contributors

Commits on Aug 25, 2021

  1. chore(deps): update dependency numpy to v1.21.2 (#899)

    * chore(deps): update dependency numpy to v1.21.2
    
    * Update samples/geography/requirements.txt
    
    Co-authored-by: Leah E. Cole <[email protected]>
    renovate-bot and leahecole authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    fbbf72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a52f0 View commit details
    Browse the repository at this point in the history
  3. 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 authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    1cb3e55 View commit details
    Browse the repository at this point in the history
  4. fix: populate default timeout and retry after client-side timeout (#…

    …896)
    
    This addresses internal issue 195337762 where sometimes query job creation can
    take longer than expected and retrying the API call can be faster than waiting
    for 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 #889
    Towards #779
    
     🦕
    tswast authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b508809 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency google-cloud-bigquery to v2.25.0 (#907)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.0/compatibility-slim/2.24.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.0/confidence-slim/2.24.1)](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#&#8203;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 ([#&#8203;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 ([#&#8203;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 authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4fc7c69 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency pandas to v1.3.2 (#900)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/pypi/pandas/1.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pandas/1.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pandas/1.3.2/compatibility-slim/1.1.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pandas/1.3.2/confidence-slim/1.1.5)](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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 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.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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 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.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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please 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 authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    121c2c2 View commit details
    Browse the repository at this point in the history
  7. chore: group all renovate PRs together (#911)

    This excludes `renovate.json` from templated updates. If this works well, we
    can 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 authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a3a85da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    109a536 View commit details
    Browse the repository at this point in the history
Loading